ntc-ai commited on
Commit
d83f3f9
1 Parent(s): 55fcf73

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

Git LFS Details

  • SHA256: 193cd297a2171dd5f169aaf27121e6f1df1af14d49f43ccca2f21bbc2339f12e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/hair up_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 96768c865148deaab655f5037597b421eafce697b0af57a0924eecb9b23d2df0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/hair up_17_0.0.png ADDED

Git LFS Details

  • SHA256: 8b14c0f1ddc2884befa0e1303a59baa606bf891725e4360984a81958f51619d7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/hair up_17_1.5.png ADDED

Git LFS Details

  • SHA256: 159dd6b2b399e15bced9c0a721a1f22e939a6ab40e5ee764bb34a58332c5bc36
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/hair up_17_3.0.png ADDED

Git LFS Details

  • SHA256: 7e3e912dc795af3e19571b1add807288eb25a6a19be240e57bde2e435eedcef8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/hair up_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 251a921e9c5ad42ac83661e369cb831cfeab9c377184bc1d414dacea930f2ef8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/hair up_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 1b77556eeb7cc78cfa9d0dcbe06909ab2d3265d6b7bd7e69b70788748603f7d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/hair up_19_0.0.png ADDED

Git LFS Details

  • SHA256: 252b2de1345ac1be555d9de5bbce38756e3d9648a1619c226bb535c77d294c50
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/hair up_19_1.5.png ADDED

Git LFS Details

  • SHA256: f54b5f7d0741e1271330185cee97f7ba12ce8c0c119fbcad86e3e81812fb286c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/hair up_19_3.0.png ADDED

Git LFS Details

  • SHA256: 3d02f80ee5f63e569019785531ab8f9c0fdaf20bc8366d4ab8b51e5b41e93d30
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/hair up_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 950badf880a5ba35c1fff4bc07bc5db9548ff7dffc7a0abd06d76f5e5a72e2d3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/hair up_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 6c2ccb340858be15712d898a9ecf154cfac29156bc17fda5c88516434f66500f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/hair up_20_0.0.png ADDED

Git LFS Details

  • SHA256: 6636af6f05c53c44ebdb5b035861350c892a534a76be7a86347bce9145eb3d62
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/hair up_20_1.5.png ADDED

Git LFS Details

  • SHA256: db67934cb037848cf4fa6dc80fc49ae2ef2686e5cbc2856ba875770f07b660e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/hair up_20_3.0.png ADDED

Git LFS Details

  • SHA256: 43ec60ad5e80151ce2f7eb1323b2035764efcffd29028dd8bb29a1edf32a7f32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/hair up_21_-1.5.png ADDED

Git LFS Details

  • SHA256: cedd3007e99cbd46248ddd4ec5d39c1a226d24f1b5e27338da8c2372bc17782e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/hair up_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 24ccc956d65d2f4c73781fe4b965cc9c582674c2cf5b7aec3883f3833117c961
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/hair up_21_0.0.png ADDED

Git LFS Details

  • SHA256: 891cc3ec86a2ea71f42aaaf0ab1a7b592e05dfccd1cf4064251c8edd4b55bf75
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/hair up_21_1.5.png ADDED

Git LFS Details

  • SHA256: e3eea8435f9f8ceffedce132a2002e9f2e825161de78983bf1fd43e17e5ac4d4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/hair up_21_3.0.png ADDED

Git LFS Details

  • SHA256: a62d864edf6a937133821586a23fc6e117915f29e7f8d8acd3b454da82911eff
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/hair up_22_-1.5.png ADDED

Git LFS Details

  • SHA256: bc6d2a6fdf30bc746a64325975b5f795434839eeb521580b0440142c6ba663c6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/hair up_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 43e987a6b4bf7675fd08daac3d523526fe03612f887b9e4306d92b5e96c9ee69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/hair up_22_0.0.png ADDED

Git LFS Details

  • SHA256: deecf68b778faa0fa9e4c4423b9539cd89cfe0ccc7558b066220b793a449c179
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/hair up_22_1.5.png ADDED

Git LFS Details

  • SHA256: a6ae6c458c7425d7bf76119a857053541b3ed8ddc0e03a88d1fd495c8157588c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/hair up_22_3.0.png ADDED

Git LFS Details

  • SHA256: 675a5c301d2e12608945c43f46e81a80f0da4598519d21b4641f3d6deb2510f7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB