ntc-ai commited on
Commit
bc428a6
·
1 Parent(s): cbc6280

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/nutcracker.../nutcracker_17_3.0.png"
6
+ widget:
7
+ - text: nutcracker
8
+ output:
9
+ url: images/nutcracker_17_3.0.png
10
+ - text: nutcracker
11
+ output:
12
+ url: images/nutcracker_19_3.0.png
13
+ - text: nutcracker
14
+ output:
15
+ url: images/nutcracker_20_3.0.png
16
+ - text: nutcracker
17
+ output:
18
+ url: images/nutcracker_21_3.0.png
19
+ - text: nutcracker
20
+ output:
21
+ url: images/nutcracker_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: "nutcracker"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - nutcracker (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/nutcracker_17_-3.0.png" width=256 height=256 /> | <img src="images/nutcracker_17_0.0.png" width=256 height=256 /> | <img src="images/nutcracker_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/nutcracker_19_-3.0.png" width=256 height=256 /> | <img src="images/nutcracker_19_0.0.png" width=256 height=256 /> | <img src="images/nutcracker_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/nutcracker_20_-3.0.png" width=256 height=256 /> | <img src="images/nutcracker_20_0.0.png" width=256 height=256 /> | <img src="images/nutcracker_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
+ nutcracker
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.nutcracker', weight_name='nutcracker.safetensors', adapter_name="nutcracker")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["nutcracker"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, nutcracker"
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 720+ 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/nutcracker_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 19ee04168f45de4143ab065e8caf9bb1186b71d04fe861a91bb55fdb1e334cfc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/nutcracker_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 22795e7c546151cf7faff010ca1f56a91666a360349f091d2ac000459e77ed30
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/nutcracker_17_0.0.png ADDED

Git LFS Details

  • SHA256: c2a5327b06c9344a00de47e6ac6532ca1aef25d281d7d190d22f0fdafc71ccc1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/nutcracker_17_1.5.png ADDED

Git LFS Details

  • SHA256: 92f1743fbce7de81580d4df17be9c0744e665029b276b40802495946eee11b9a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/nutcracker_17_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 47fc7cbf113e13483bd49381451e6e98d65124ea1ba29652ae17486a88233a27
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/nutcracker_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 8bb983a6eca7f6985b6f0eb9f9236759814d1bd7c977f7e65efc60a812c6cb08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/nutcracker_19_0.0.png ADDED

Git LFS Details

  • SHA256: f8dfab3bc415de6580714e59a13665249ea5f693023857887860351feab9680f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/nutcracker_19_1.5.png ADDED

Git LFS Details

  • SHA256: ff9d935a8136d3406b96e14929070479ba928c10355e62d67b776cff68bac59d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/nutcracker_19_3.0.png ADDED

Git LFS Details

  • SHA256: 9ec8899a5b9e99cea3f1ed5a0cd725c1dcd0e8c418d483cc520468a8b0ba94b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/nutcracker_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 1ae8166933c732e7c7a527368becd53a34f5733c45d8930f0e6cc2ddeac4f673
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/nutcracker_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 10867a905b54bf3ad7be267f7935a35a087e6a166446ab37ac5babf696a14794
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/nutcracker_20_0.0.png ADDED

Git LFS Details

  • SHA256: 87b61c0759f02f763b01bfb9ebc20cff1898866b4a6ecda008aff97f88797ba1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/nutcracker_20_1.5.png ADDED

Git LFS Details

  • SHA256: 18dfc80887260c891a3f78c8c12c8272a36f4633cab4e00a40dfc486eb7709e4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/nutcracker_20_3.0.png ADDED

Git LFS Details

  • SHA256: e3da3a3279a7419a85e1f8b4115e57a1c3705df3dda72f109d3896b1eabfab84
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/nutcracker_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 2dbd341d892435601e775497c1227242ed62b74fe98943423fecfe0d4927e8c5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/nutcracker_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 8d1d41fd1279fc4ec95dd1ba591acf7c7514cde8126435b34e946fea9317790d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/nutcracker_21_0.0.png ADDED

Git LFS Details

  • SHA256: a067f1e43557df413135061c9340976f833cff79c2c3a1c5b6c6cf2ddc993511
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/nutcracker_21_1.5.png ADDED

Git LFS Details

  • SHA256: e3144bdd774a9aba6e04923453c6817212e36e055122717751aab7dbe30f5e86
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/nutcracker_21_3.0.png ADDED

Git LFS Details

  • SHA256: e3de835830424bb000777c19f04e5a2577867ac45d08cabf39a58bf950050ad7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/nutcracker_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 0fc0c8b6e66aff16712b4b41d09375b883553c30d518a5ef7336d7779c132b80
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/nutcracker_22_-3.0.png ADDED

Git LFS Details

  • SHA256: dae2285129640e4b750311659af5408a02958a1d87b98ac1400323eb91261b37
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/nutcracker_22_0.0.png ADDED

Git LFS Details

  • SHA256: d6d3cdaf871ea8bb2107d77218c0cfdb17a856bb16f967933e74a78cbe6132ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/nutcracker_22_1.5.png ADDED

Git LFS Details

  • SHA256: d4a3f76df6db8fba6744161feafe3497938090341c08c8d322b852c42284438b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/nutcracker_22_3.0.png ADDED

Git LFS Details

  • SHA256: 569f7ca72eb17ef1457ac47ec62ff24f29483a4c19ef9128329b8a9f4201ed2e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
nutcracker.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d00847c27f1af827750e963d0b35e0d9ad1e4ec6534fc11a857839ea71906db9
3
+ size 8789076