ntc-ai commited on
Commit
8ce62cb
·
1 Parent(s): 36c0758

Update README, safetensors and PNGs

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ thumbnail: "images/evaluate/dancing with joy.../dancing with joy_17_3.0.png"
6
+ widget:
7
+ - text: dancing with joy
8
+ output:
9
+ url: images/dancing with joy_17_3.0.png
10
+ - text: dancing with joy
11
+ output:
12
+ url: images/dancing with joy_19_3.0.png
13
+ - text: dancing with joy
14
+ output:
15
+ url: images/dancing with joy_20_3.0.png
16
+ - text: dancing with joy
17
+ output:
18
+ url: images/dancing with joy_21_3.0.png
19
+ - text: dancing with joy
20
+ output:
21
+ url: images/dancing with joy_22_3.0.png
22
+ tags:
23
+ - text-to-image
24
+ - stable-diffusion-xl
25
+ - lora
26
+ - template:sd-lora
27
+ - template:sdxl-lora
28
+ - sdxl-sliders
29
+ - ntcai.xyz-sliders
30
+ - concept
31
+ - diffusers
32
+ license: "mit"
33
+ inference: false
34
+ instance_prompt: "dancing with joy"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - dancing with joy (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/dancing with joy_17_-3.0.png" width=256 height=256 /> | <img src="images/dancing with joy_17_0.0.png" width=256 height=256 /> | <img src="images/dancing with joy_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/dancing with joy_19_-3.0.png" width=256 height=256 /> | <img src="images/dancing with joy_19_0.0.png" width=256 height=256 /> | <img src="images/dancing with joy_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/dancing with joy_20_-3.0.png" width=256 height=256 /> | <img src="images/dancing with joy_20_0.0.png" width=256 height=256 /> | <img src="images/dancing with joy_20_3.0.png" width=256 height=256 /> |
44
+
45
+
46
+ ## Download
47
+
48
+ Weights for this model are available in Safetensors format.
49
+
50
+ ## Trigger words
51
+
52
+ You can apply this LoRA with trigger words for additional effect:
53
+
54
+ ```
55
+ dancing with joy
56
+ ```
57
+
58
+ ## Use in diffusers
59
+
60
+ ```python
61
+ from diffusers import StableDiffusionXLPipeline
62
+ from diffusers import EulerAncestralDiscreteScheduler
63
+ import torch
64
+
65
+ pipe = StableDiffusionXLPipeline.from_single_file("https://huggingface.co/martyn/sdxl-turbo-mario-merge-top-rated/blob/main/topRatedTurboxlLCM_v10.safetensors")
66
+ pipe.to("cuda")
67
+ pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
68
+
69
+ # Load the LoRA
70
+ pipe.load_lora_weights('ntc-ai/SDXL-LoRA-slider.dancing-with-joy', weight_name='dancing with joy.safetensors', adapter_name="dancing with joy")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["dancing with joy"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, dancing with joy"
76
+ negative_prompt = "nsfw"
77
+ width = 512
78
+ height = 512
79
+ num_inference_steps = 10
80
+ guidance_scale = 2
81
+ image = pipe(prompt, negative_prompt=negative_prompt, width=width, height=height, guidance_scale=guidance_scale, num_inference_steps=num_inference_steps).images[0]
82
+ image.save('result.png')
83
+ ```
84
+
85
+ ## Support the Patreon
86
+
87
+ If you like this model please consider [joining our Patreon](https://www.patreon.com/NTCAI).
88
+
89
+ By joining our Patreon, you'll gain access to an ever-growing library of over 780+ unique and diverse LoRAs, covering a wide range of styles and genres. You'll also receive early access to new models and updates, exclusive behind-the-scenes content, and the powerful LoRA slider creator, allowing you to craft your own custom LoRAs and experiment with endless possibilities.
90
+
91
+ Your support on Patreon will allow us to continue developing and refining new models.
92
+
93
+ ## Other resources
94
+
95
+ - [CivitAI](https://civitai.com/user/ntc) - Follow ntc on Civit for even more LoRAs
96
+ - [ntcai.xyz](https://ntcai.xyz) - See ntcai.xyz to find more articles and LoRAs
dancing with joy.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e0ea890f7806fc1c16e180e7981aa268c483796c6ef501eb2e2e351a8ba5efd
3
+ size 8789076
images/dancing with joy_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 3dcc86fe880c1602d1d227754cfc37da3831122d6d3ee198eba5f0f10bed5c99
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/dancing with joy_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 72c41fbbf5baad1bc9574c255e3b8b803aac39a87c52e7c3f88f89a35159e285
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/dancing with joy_17_0.0.png ADDED

Git LFS Details

  • SHA256: c9d87ddf8f5dd6e0f90a446304b912c533e4f7406f1b5bc8b1a705c9275f1a97
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/dancing with joy_17_1.5.png ADDED

Git LFS Details

  • SHA256: 9a0b2f82ecf39f177b7884559df2ce2b9dbfeb2b808aa1953413027414a271fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/dancing with joy_17_3.0.png ADDED

Git LFS Details

  • SHA256: 867202581ffd7ef006025465bb0b875641005cae288a89fb19f76c13df5751b4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/dancing with joy_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 3a324c5d78eec24499743604d0b257e7df3a7043f688585dd021a75759925c71
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/dancing with joy_19_-3.0.png ADDED

Git LFS Details

  • SHA256: b911096fb5ea2a73bcd358210cbc7471bd9905df39419de2b27859dbd9b05c99
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/dancing with joy_19_0.0.png ADDED

Git LFS Details

  • SHA256: 8594c9a37c433859697bde405c936704ecb185860815ff2112c3f9d013405142
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/dancing with joy_19_1.5.png ADDED

Git LFS Details

  • SHA256: be26a68f1f210d13487528ba781ca1a0c5a2faba8e46daea825580db43699b75
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/dancing with joy_19_3.0.png ADDED

Git LFS Details

  • SHA256: cc106974f59a01fea1579a4a5cfa4cf4adeb1edead3553369fbb52a30e5a1b95
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/dancing with joy_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 1d95665c027851804ae2fee448ea2ba7b35406cc131e7c30e8f0218dd17383be
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/dancing with joy_20_-3.0.png ADDED

Git LFS Details

  • SHA256: a9dbacb6ef7dc65b21b372633d6a44e89d9a3a7e2ceea8cace7aa6a9ae43c12b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.78 MB
images/dancing with joy_20_0.0.png ADDED

Git LFS Details

  • SHA256: a5200a0c37ab9e5df06c889d1d705b071e441089cd2eb5dbd8d65a15aa1758a6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/dancing with joy_20_1.5.png ADDED

Git LFS Details

  • SHA256: 4ce294f2c53ce9cde8f2c20a8bd87383c3b1a4d64e224580aaf484fc1f218108
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/dancing with joy_20_3.0.png ADDED

Git LFS Details

  • SHA256: 0e116672eac4cdfb7e63edd9bfbaa1acbf6a6d739e91309c2a6a0187a102b253
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/dancing with joy_21_-1.5.png ADDED

Git LFS Details

  • SHA256: f6f9785df3bbeac3dceaed76772590af84cc952f837794529ce6f711521385bb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/dancing with joy_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 07b0c0b6d1241800f2773c3100f2fef3bdefb3b2d6ca732398367e44316e20fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/dancing with joy_21_0.0.png ADDED

Git LFS Details

  • SHA256: 5e2bb295343223ddccbf6f3b84c2df688d436f0f065f16728ee170cd518891a7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/dancing with joy_21_1.5.png ADDED

Git LFS Details

  • SHA256: 9963062c30d49748cdcc9d5824f791ab1c20aa4289ef6a72b16fdc00307b1218
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/dancing with joy_21_3.0.png ADDED

Git LFS Details

  • SHA256: 48e202d1a5af8e32def631216cc93d6e7eeaa1a661f2d7f04ee576f18260ff2b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/dancing with joy_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 1f26f2c78b56e3c851f35090363ec69889b4afe72d0fb5c79bda2fce7a5e082d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/dancing with joy_22_-3.0.png ADDED

Git LFS Details

  • SHA256: e1f38d6ff01ea7a86a0cd8bcc5efa11763d4a92684eb81f0ef136b693b6d8f4b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/dancing with joy_22_0.0.png ADDED

Git LFS Details

  • SHA256: 9c37d687b6da7380a9c6cd1de22078c4eec3ca4b9520bbf4146f58f7a38dce1c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/dancing with joy_22_1.5.png ADDED

Git LFS Details

  • SHA256: 2487acff0339e036bb97a16cac95f50d38585d66bbb37be5715dbc5a5a8ea6e4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/dancing with joy_22_3.0.png ADDED

Git LFS Details

  • SHA256: e81fc111dd13d5dbd0a27ec49c77e6876d6b99a8012b67df8aefe23b79088f26
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB