ntc-ai commited on
Commit
3850d4a
1 Parent(s): 6cf8169

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/voxels.../voxels_17_3.0.png"
6
+ widget:
7
+ - text: voxels
8
+ output:
9
+ url: images/voxels_17_3.0.png
10
+ - text: voxels
11
+ output:
12
+ url: images/voxels_19_3.0.png
13
+ - text: voxels
14
+ output:
15
+ url: images/voxels_20_3.0.png
16
+ - text: voxels
17
+ output:
18
+ url: images/voxels_21_3.0.png
19
+ - text: voxels
20
+ output:
21
+ url: images/voxels_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: "voxels"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - voxels (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/voxels_17_-3.0.png" width=256 height=256 /> | <img src="images/voxels_17_0.0.png" width=256 height=256 /> | <img src="images/voxels_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/voxels_19_-3.0.png" width=256 height=256 /> | <img src="images/voxels_19_0.0.png" width=256 height=256 /> | <img src="images/voxels_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/voxels_20_-3.0.png" width=256 height=256 /> | <img src="images/voxels_20_0.0.png" width=256 height=256 /> | <img src="images/voxels_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
+ voxels
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.voxels', weight_name='voxels.safetensors', adapter_name="voxels")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["voxels"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, voxels"
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 640+ 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/voxels_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 6cdad3d6f5cc2b2a4c741baa7995af56948cba1701779b985c6267336bf401a0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/voxels_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 09c0d8239f4771cddc19ffcdbb6ad14f3490dc8b7812219f32dcbd389fdcd7fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/voxels_17_0.0.png ADDED

Git LFS Details

  • SHA256: efec1b1b6e508d690b06785cc31ed06789b0c73d601eb4689a667101e5281298
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/voxels_17_1.5.png ADDED

Git LFS Details

  • SHA256: 232f4403352ddfb8b7ccb5a854b56f1630fc5e62a8a62b8a416160746eeeea7e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/voxels_17_3.0.png ADDED

Git LFS Details

  • SHA256: 3ffef545c82e63e7485ae188fec926f55e7bf77e91411ef7044554a88603e865
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/voxels_19_-1.5.png ADDED

Git LFS Details

  • SHA256: c91b040f6c6d551d08e080666bbb5721ad3a61bb45b6c440c139ee9d64ae6f7a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/voxels_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 909883b1bd3a7fabc5a3b86396378eb5c2dfe80d4b609a49314eabd0c31dc393
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/voxels_19_0.0.png ADDED

Git LFS Details

  • SHA256: 4734a48f2b159e551167540b2e23baddfd81ac80cb0210425ffe6caf5d9f021c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
images/voxels_19_1.5.png ADDED

Git LFS Details

  • SHA256: c075509198fb9b2dacafddefd6ff31e19c513a317ca59e0dbeb0514a728847b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.11 MB
images/voxels_19_3.0.png ADDED

Git LFS Details

  • SHA256: 3ae8e32b7ceccff280da553b7434d2d823ac05e2acdcb7e8bc94b971bfd6647e
  • Pointer size: 131 Bytes
  • Size of remote file: 981 kB
images/voxels_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 1d9de1483a60928a245cdb16f738e1cf69b16854f4124808c855301b557f8ab6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/voxels_20_-3.0.png ADDED

Git LFS Details

  • SHA256: f52c8904111550d56ca7f06f6fe57d9955f1bf1d6880e00eb5186a7823795e39
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/voxels_20_0.0.png ADDED

Git LFS Details

  • SHA256: e13368e3bc3b83db7378c11acd06206a00f95db56ddab631afc5e2d62df3c57e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/voxels_20_1.5.png ADDED

Git LFS Details

  • SHA256: b92ff7349bf4048d0292dc0c60f106b9980d869072303a59c5f21f229c1f764f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/voxels_20_3.0.png ADDED

Git LFS Details

  • SHA256: db645c585f4889a75de0318eb231445ab7a7d6b161042f9f7315a2dd27cb666c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
images/voxels_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 79b6ec5689996dee2229059618cde0d3fe52074d1e5f02d922c163535cbfa3a2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/voxels_21_-3.0.png ADDED

Git LFS Details

  • SHA256: b9a7601edf6c447ef8cc443a87a7d87f8ae3d4bbc3311592cc96fc571fcc1670
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/voxels_21_0.0.png ADDED

Git LFS Details

  • SHA256: 140099dc8b276eaa165dfb7f90e10ee32b2a999338423d58136571bf465425d3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/voxels_21_1.5.png ADDED

Git LFS Details

  • SHA256: dcb3a5fffd041606a3eda52ade6d62f09e3618324f03eeb02f5e961deb5065dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/voxels_21_3.0.png ADDED

Git LFS Details

  • SHA256: e51ff81d086a360b84bec384125bb03716851009f5ee8e660232e5c8eca3a442
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/voxels_22_-1.5.png ADDED

Git LFS Details

  • SHA256: c2c0d5f0dded0176bf99ececd5145ef2ca2b7a89fb50f5e7739b205242c7f905
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/voxels_22_-3.0.png ADDED

Git LFS Details

  • SHA256: cd4557bf859caaf81baf61d39c79c488564916ba8c06d6c1fd4b00e0203681cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/voxels_22_0.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: aa6e3b2d632d25ebbe84b75b07ed46f07a43c77175546c396e01481dc8e4a8ae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/voxels_22_3.0.png ADDED

Git LFS Details

  • SHA256: 4fd3e0ff45a217ea042952b104cb639ea0081724bd50de62b302d439f43087aa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
voxels.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:066702964f8c0aca78cc70130ce3e49649b2eae22579c9f49cf84294f5d5824b
3
+ size 8789076