ntc-ai commited on
Commit
017b1af
1 Parent(s): 736d54d

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/mid-dance move.../mid-dance move_17_3.0.png"
6
+ widget:
7
+ - text: mid-dance move
8
+ output:
9
+ url: images/mid-dance move_17_3.0.png
10
+ - text: mid-dance move
11
+ output:
12
+ url: images/mid-dance move_19_3.0.png
13
+ - text: mid-dance move
14
+ output:
15
+ url: images/mid-dance move_20_3.0.png
16
+ - text: mid-dance move
17
+ output:
18
+ url: images/mid-dance move_21_3.0.png
19
+ - text: mid-dance move
20
+ output:
21
+ url: images/mid-dance move_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: "mid-dance move"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - mid-dance move (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/mid-dance move_17_-3.0.png" width=256 height=256 /> | <img src="images/mid-dance move_17_0.0.png" width=256 height=256 /> | <img src="images/mid-dance move_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/mid-dance move_19_-3.0.png" width=256 height=256 /> | <img src="images/mid-dance move_19_0.0.png" width=256 height=256 /> | <img src="images/mid-dance move_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/mid-dance move_20_-3.0.png" width=256 height=256 /> | <img src="images/mid-dance move_20_0.0.png" width=256 height=256 /> | <img src="images/mid-dance move_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
+ mid-dance move
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.mid-dance-move', weight_name='mid-dance move.safetensors', adapter_name="mid-dance move")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["mid-dance move"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, mid-dance move"
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 1140+ 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
images/mid-dance move_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 1905d1415380890c63062ede8b0ccb94fe1225cca3f31c7e3837bf3e4330f636
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/mid-dance move_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 64d7cdcb19d1be843755129424c2a90700f5f55f8f9c5936bdf45d4621343914
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/mid-dance move_17_0.0.png ADDED

Git LFS Details

  • SHA256: 7e912ab97e43f66fd7817c346d48d33914e1be2bc0735378adfb6b3c531b23ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/mid-dance move_17_1.5.png ADDED

Git LFS Details

  • SHA256: 92a099929fd6cd2bdb3fc67d4f8c7ce0b41a3b0923f33b9f5943956828a78b82
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/mid-dance move_17_3.0.png ADDED

Git LFS Details

  • SHA256: e465f4a8a0e494c1b77ce6fa847255aff56699763bf3d4224b8afa548ec15579
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/mid-dance move_19_-1.5.png ADDED

Git LFS Details

  • SHA256: ff365ff96ce63dc6791a0ba92cd5bdf35257d255fad071d67a504a1d8707c0fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/mid-dance move_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 5a2b3f993f73f3e92fa3c74148b522346af2f9199b2b1786eb932dc7391677b8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/mid-dance move_19_0.0.png ADDED

Git LFS Details

  • SHA256: c638abc30d0746c3f192010ebb749f1dab94cb93a82f06038746185629a51d1c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/mid-dance move_19_1.5.png ADDED

Git LFS Details

  • SHA256: 629ece56cb20400df6a6924be92e1760076106958ef737dbbcf79d38c7d0b4fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/mid-dance move_19_3.0.png ADDED

Git LFS Details

  • SHA256: b734fdf37a3f7a1d442d0ea2e6575462eb4654d640fc77f2f7db7d9de1d3f065
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/mid-dance move_20_-1.5.png ADDED

Git LFS Details

  • SHA256: f930ee8493ada226a7183fa86499d071c41d508e8c2faeadd24303f03f89298d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/mid-dance move_20_-3.0.png ADDED

Git LFS Details

  • SHA256: a841e428bfdd77f7e2a66553db25fc7d96998ffa7f66b261b41b7c201f4f1156
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/mid-dance move_20_0.0.png ADDED

Git LFS Details

  • SHA256: b2dbf0f8ff03229316517e251527904f3ede17f365eb4992f90eb56f65c8c471
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/mid-dance move_20_1.5.png ADDED

Git LFS Details

  • SHA256: 16e3eb78ace37237c445d0638d92c82e847d5410f1095806b606ee3681f1a522
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/mid-dance move_20_3.0.png ADDED

Git LFS Details

  • SHA256: 55a71fce1b53f8529584a765260b28008923f1956e6d437694006870b17d6bd1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/mid-dance move_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 789609830cba07d92b52889a97fedb2a08e950022ae3d75451cd07b36e311df3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/mid-dance move_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 3d916a222606a0cb52310074ab5ddd757908ba16c26b3fdb85a8d4db9f1b4980
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/mid-dance move_21_0.0.png ADDED

Git LFS Details

  • SHA256: 29cc1d3707069dba42b315c264223440fa41648dafc7eab2e51ac55bfa8371da
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/mid-dance move_21_1.5.png ADDED

Git LFS Details

  • SHA256: 6dbdd2ffc011cc90e8aa26b34402529c8f2182502e7f4aeb2b38c85ca0720760
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/mid-dance move_21_3.0.png ADDED

Git LFS Details

  • SHA256: e02bb1bdc6bdfeec62d025d1ce638117db573adaae32f71cdfb229bc4028a44b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
images/mid-dance move_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 0930924bc0a4054e108e011141d9ca2abaeee8b8573be2ce9ce2189bb7aa0d39
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/mid-dance move_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 8872bfa43f631cd5ec64c838a3f7be6ee95b0368851f59cf2efef7674e960559
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/mid-dance move_22_0.0.png ADDED

Git LFS Details

  • SHA256: cd43ef2e247503f3993f7eb95a8201e029e7f8aeed64959bd304290c47535fd6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/mid-dance move_22_1.5.png ADDED

Git LFS Details

  • SHA256: 716591f146c1b8458bf24c0933b3f3b73cd3574d4b1ad12760dda0068a6eaf69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/mid-dance move_22_3.0.png ADDED

Git LFS Details

  • SHA256: c5f15831474ea84ad9f49e3903e7139f3875b338e85c6b5c55715d86a30e9021
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
mid-dance move.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a8de98e119a7b81d929c8f73ad2104fba97e3b7c5352f6bec6aa497cb7b8c9
3
+ size 8789076