ntc-ai commited on
Commit
5c6f166
·
1 Parent(s): 29c4ee8

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/flowing hair.../flowing hair_17_3.0.png"
6
+ widget:
7
+ - text: flowing hair
8
+ output:
9
+ url: images/flowing hair_17_3.0.png
10
+ - text: flowing hair
11
+ output:
12
+ url: images/flowing hair_19_3.0.png
13
+ - text: flowing hair
14
+ output:
15
+ url: images/flowing hair_20_3.0.png
16
+ - text: flowing hair
17
+ output:
18
+ url: images/flowing hair_21_3.0.png
19
+ - text: flowing hair
20
+ output:
21
+ url: images/flowing hair_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: "flowing hair"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - flowing hair (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/flowing hair_17_-3.0.png" width=256 height=256 /> | <img src="images/flowing hair_17_0.0.png" width=256 height=256 /> | <img src="images/flowing hair_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/flowing hair_19_-3.0.png" width=256 height=256 /> | <img src="images/flowing hair_19_0.0.png" width=256 height=256 /> | <img src="images/flowing hair_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/flowing hair_20_-3.0.png" width=256 height=256 /> | <img src="images/flowing hair_20_0.0.png" width=256 height=256 /> | <img src="images/flowing hair_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
+ flowing hair
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.flowing-hair', weight_name='flowing hair.safetensors', adapter_name="flowing hair")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["flowing hair"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, flowing hair"
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 660+ 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
flowing hair.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b68c7458893422159ead400bf8f65af68a0b4027e641ce8e880e77469c52adb
3
+ size 8789076
images/flowing hair_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 6a995cf6f6c2ab8b8d9bcbe463d2628967f116835888d0d18eeda2f1edbba606
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/flowing hair_17_-3.0.png ADDED

Git LFS Details

  • SHA256: cb22088db6a1b2bf024fa9c732642c56cba4accc0a5cf4af1a9523f7e21bd42e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/flowing hair_17_0.0.png ADDED

Git LFS Details

  • SHA256: 96e6a0716bd40744769bd697dff61a3e072e975030e744c083b4c250ae6a6519
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/flowing hair_17_1.5.png ADDED

Git LFS Details

  • SHA256: ebac9efb928af72d900e9187352a951a59464fb74c0b4dd07969598818b42df4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/flowing hair_17_3.0.png ADDED

Git LFS Details

  • SHA256: 2ae260632e9c894b571592769bee033dbf80f3250da4aeb0ef9b903b20adf187
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/flowing hair_19_-1.5.png ADDED

Git LFS Details

  • SHA256: db0f15c3a2c9dccb47595fe7084faf6b3cf6732775ae2fdba4b033e17d258c89
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/flowing hair_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 2e4454ea2fd2ae7fd33b34c275cec07600419df806bae0d22dc5107de3ad408f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/flowing hair_19_0.0.png ADDED

Git LFS Details

  • SHA256: 042257c85d32e31ff82f59e48191cde0062ca04d82b0456daee3895e3df6ecb7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/flowing hair_19_1.5.png ADDED

Git LFS Details

  • SHA256: 5661b484058042ba8b258fdc2d0725104e8eef3d9e3c58d2875b562736e09507
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/flowing hair_19_3.0.png ADDED

Git LFS Details

  • SHA256: ce713ffc8a017d0a4c9cf24d37be6989ada3a0a7b5c23b3f5d95b228de7abbb5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.9 MB
images/flowing hair_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 1e2082a984d385156124c17ad5c34460f735b7481ef39bd3418dff79741bedd9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/flowing hair_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 1d2d67d82eb3a183d22e505745015d739590b7ff6f7ad806e8869d19dff9da90
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/flowing hair_20_0.0.png ADDED

Git LFS Details

  • SHA256: b9641774159bd9c3b26dbe71a6853047c7079d267232c09d9f3efd859f07a91d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/flowing hair_20_1.5.png ADDED

Git LFS Details

  • SHA256: ca2d4c851a37cfd9106a8a299d0b07045be062f215f4cc6af7a7c8ced1013ec7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/flowing hair_20_3.0.png ADDED

Git LFS Details

  • SHA256: 78a472ffac4024bb711d53bc5da7d8a95e8462e82b9d125d71b5323c53c2df33
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/flowing hair_21_-1.5.png ADDED

Git LFS Details

  • SHA256: f94e223b109e1b46d1b1c32880e7428ba73c838efa68b9f37f05465ee28b3da9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/flowing hair_21_-3.0.png ADDED

Git LFS Details

  • SHA256: f55e9f8151345882c8eafaf9aa2a74559c7565bec18ab35b4bbd34d785fe56b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/flowing hair_21_0.0.png ADDED

Git LFS Details

  • SHA256: b6472674cba021204470fb7225ca8f8f9cebe683610e2efb647ed5c847c00406
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/flowing hair_21_1.5.png ADDED

Git LFS Details

  • SHA256: d094d00f774e83e186d036fde1110c518e02a3a11ffeef4d29e99305b3893d90
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/flowing hair_21_3.0.png ADDED

Git LFS Details

  • SHA256: 45b47416b45c562e71ad9ea599b460dd4f35478eb230ef66da58c90336048f04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/flowing hair_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 1a25e4a7852b997c7826fa2a3b1fdafd6e0a3f9876917f9c3e2fdf03e725d14c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/flowing hair_22_-3.0.png ADDED

Git LFS Details

  • SHA256: db7ca0e2d32eba3f27d44f782465d8db8ab2cbe77107f0cf2b28dd49af87ad39
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/flowing hair_22_0.0.png ADDED

Git LFS Details

  • SHA256: 4a4e859cdf147bd015830c7137a4b9d85e91eab2255b305012dee6c3db541904
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/flowing hair_22_1.5.png ADDED

Git LFS Details

  • SHA256: e32dd435256d7b1976fce4bbd2407d7b49c1eb47ccf1b77d7163a277249bf491
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/flowing hair_22_3.0.png ADDED

Git LFS Details

  • SHA256: b4a1d1cec9b27c18beecca036230a03cd83632a0fe2f76be610f034680ebabc5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB