ntc-ai commited on
Commit
7ecbb20
·
1 Parent(s): 7204cc9

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/pigtails...straight hair/pigtails_17_3.0.png"
6
+ widget:
7
+ - text: pigtails
8
+ output:
9
+ url: images/pigtails_17_3.0.png
10
+ - text: pigtails
11
+ output:
12
+ url: images/pigtails_19_3.0.png
13
+ - text: pigtails
14
+ output:
15
+ url: images/pigtails_20_3.0.png
16
+ - text: pigtails
17
+ output:
18
+ url: images/pigtails_21_3.0.png
19
+ - text: pigtails
20
+ output:
21
+ url: images/pigtails_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: "pigtails"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - pigtails (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/pigtails_17_-3.0.png" width=256 height=256 /> | <img src="images/pigtails_17_0.0.png" width=256 height=256 /> | <img src="images/pigtails_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/pigtails_19_-3.0.png" width=256 height=256 /> | <img src="images/pigtails_19_0.0.png" width=256 height=256 /> | <img src="images/pigtails_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/pigtails_20_-3.0.png" width=256 height=256 /> | <img src="images/pigtails_20_0.0.png" width=256 height=256 /> | <img src="images/pigtails_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
+ pigtails
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.pigtails', weight_name='pigtails.safetensors', adapter_name="pigtails")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["pigtails"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, pigtails"
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 270+ 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/pigtails_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 5c2c77a44f81b1008a0c5ecd2f189a434696c38bfb05ebbe47b3ee8761cefbf3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/pigtails_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 80f4996cc26620d55c1d1e07783ae5b2c59559e0d25ffa6f377b42b773e026ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/pigtails_17_0.0.png ADDED

Git LFS Details

  • SHA256: 344b72f6ece0ec91a5f30e9a46feb354c94600d45afa09e439940d7ade551909
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/pigtails_17_1.5.png ADDED

Git LFS Details

  • SHA256: d40fbaf7f7bea28dbbefab54de07b883bc6588857b2f8bb7e5ce58093968ffdd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/pigtails_17_3.0.png ADDED

Git LFS Details

  • SHA256: e0ad1c3c7b2d00b9d6c2cccc87d4dba504b3ab46f44de6e2e98cca8a0864a0f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/pigtails_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 203c75bd659b41417bdc39341a95aa13adc7d5c1ba9116442869f7186179477b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/pigtails_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 032be600ec82081f68effa599cd82cdbb550f0bbbb974bcfc6f7d82c2a00c458
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/pigtails_19_0.0.png ADDED

Git LFS Details

  • SHA256: f73683497729158be217924e580b91026704d238edfb68d292d8d9e71c22f7ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/pigtails_19_1.5.png ADDED

Git LFS Details

  • SHA256: 8bc58a40814a09faafa551f36470fda4c988e24346424518173445c85e04bb8c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/pigtails_19_3.0.png ADDED

Git LFS Details

  • SHA256: 078927f7f7e82304228471308a2de2390b19ff865acf6a89c474fa151212240d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/pigtails_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 5cff1a7a2bfa91a48b72df490da0ce7f1e9ddd8998dcfa8ffa7bda4e2be7d8e4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/pigtails_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 82ae0d278cacb213615700ccd804a42049269503fbf8144585fb416ddd98b606
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/pigtails_20_0.0.png ADDED

Git LFS Details

  • SHA256: d71cad6a4bceaf9a635a32b6c4ece6752e8c262c7ec49746bf13d223de1b09a2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/pigtails_20_1.5.png ADDED

Git LFS Details

  • SHA256: 5743a4338c25abd80c021d332307b3e8480e51dcf7174aba106c9509bd025416
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/pigtails_20_3.0.png ADDED

Git LFS Details

  • SHA256: 89ee2163e5a2144a1862e65d8d06c44aaaa8585573c05a4b5d994135b915d4cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/pigtails_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 4b533d0cdcca8c6bf175ecd3461efdf941a610265eb8484653e58228c5d926d6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/pigtails_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 1d8d7489a59ddf4255df35936c67fe1588ea0abd92f11f6284eaf65cb3a7ff92
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/pigtails_21_0.0.png ADDED

Git LFS Details

  • SHA256: 70875133e1711e89c2dfc6b5e473757828458971ab68dd94f6b71bacbffe1e2d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/pigtails_21_1.5.png ADDED

Git LFS Details

  • SHA256: 8542b1502a8728ff48eb2ec1a2abe33e89fa2903b3438ace450c449fddfb68b4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/pigtails_21_3.0.png ADDED

Git LFS Details

  • SHA256: 8539f5c2ea82d8cb8d0a69683eaa266e4dc747966cdb0cfb830829c3903c5a21
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/pigtails_22_-1.5.png ADDED

Git LFS Details

  • SHA256: d8567671eac25164ed59f8a29725ad8e9cb56c55d133b9ee0d533889b1ddc469
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/pigtails_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 48b7b8245228196420649e5bff37b954fd2f782073427deb1d4abdccc1e52eaa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/pigtails_22_0.0.png ADDED

Git LFS Details

  • SHA256: bca19aea4da2876e8f621c531204bfe6b2e249b9cae2174c19d89cf3a504ddd1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/pigtails_22_1.5.png ADDED

Git LFS Details

  • SHA256: 9b62e4baf5c8413208a164562ed0b08426d9fb117389fda74ccfdbf2d0214d15
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/pigtails_22_3.0.png ADDED

Git LFS Details

  • SHA256: e9ca2c774c3818a1c7419b7b75718a96768b9a2c2f0ace948cdfc8a5cdc8aed5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
pigtails.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a6353baac5843d0ee3786ec83c4bcc2f49d66f56e0469eddcdb4e1b0df077a
3
+ size 8789076