ntc-ai commited on
Commit
7e135b4
1 Parent(s): 497f6a9

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/low poly count.../low poly count_17_3.0.png"
6
+ widget:
7
+ - text: low poly count
8
+ output:
9
+ url: images/low poly count_17_3.0.png
10
+ - text: low poly count
11
+ output:
12
+ url: images/low poly count_19_3.0.png
13
+ - text: low poly count
14
+ output:
15
+ url: images/low poly count_20_3.0.png
16
+ - text: low poly count
17
+ output:
18
+ url: images/low poly count_21_3.0.png
19
+ - text: low poly count
20
+ output:
21
+ url: images/low poly count_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: "low poly count"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - low poly count (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/low poly count_17_-3.0.png" width=256 height=256 /> | <img src="images/low poly count_17_0.0.png" width=256 height=256 /> | <img src="images/low poly count_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/low poly count_19_-3.0.png" width=256 height=256 /> | <img src="images/low poly count_19_0.0.png" width=256 height=256 /> | <img src="images/low poly count_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/low poly count_20_-3.0.png" width=256 height=256 /> | <img src="images/low poly count_20_0.0.png" width=256 height=256 /> | <img src="images/low poly count_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
+ low poly count
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.low-poly-count', weight_name='low poly count.safetensors', adapter_name="low poly count")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["low poly count"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, low poly count"
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 480+ 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/low poly count_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 97d6cd7add9ef222cc08385dcc6a04eacc2155bdfa9c143c0129a12ce743b6b2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/low poly count_17_-3.0.png ADDED

Git LFS Details

  • SHA256: cc855eb1f036ec8654ac319c3567d4dd35814882df4040e76b083da30455b599
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/low poly count_17_0.0.png ADDED

Git LFS Details

  • SHA256: b490ebbd191f3dea69d1f35b93489b30fe61f05f76fcfae66ec3677fcba3b086
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/low poly count_17_1.5.png ADDED

Git LFS Details

  • SHA256: 9a82fb4ddc9a388406a39443a22657219fded4cbee7efbe3849a247620c22c8e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/low poly count_17_3.0.png ADDED

Git LFS Details

  • SHA256: 0d9d195bd4ae8b97e18b2cb2813df3a5b09d360fe2c10b086998a13a13d418d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
images/low poly count_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 88fd813cc87fbc8471ef9684f2bdd75836bfcc1e528a6a4847f8833f6b1367d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/low poly count_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 90bfd54dfb2fbcef40010c6f662bcaeec76ae435439fb7be17829fcdc478bcc7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/low poly count_19_0.0.png ADDED

Git LFS Details

  • SHA256: 2d58d62b03cf1966f1d81817b4235190962e2ec0ed4a346f08a18ea02cf660f6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/low poly count_19_1.5.png ADDED

Git LFS Details

  • SHA256: 5c33458051967d8e9e40e71416956d35bfb53c644c4d4555632af5579a4fccda
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
images/low poly count_19_3.0.png ADDED

Git LFS Details

  • SHA256: d6c1c082401efb430d6baa20d6150a80164022cd455bfbc58fb95a8dd776491d
  • Pointer size: 131 Bytes
  • Size of remote file: 984 kB
images/low poly count_20_-1.5.png ADDED

Git LFS Details

  • SHA256: da59a7083e76ada882fbca7ed892553e8c1d70800123c0ee57229483b665e1c8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/low poly count_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 7efb84de3d79c915a12a8e5c961a3d4bb900165ddbaac94ce1ada055b6d7c9b4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/low poly count_20_0.0.png ADDED

Git LFS Details

  • SHA256: 191418937a90753e1397f190f13e1cc83c9b3d48488eb07c348b5c45cfd77ad3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/low poly count_20_1.5.png ADDED

Git LFS Details

  • SHA256: 97dbe20c24d83f39c8630c5d88fc6130e0de52e65e743d2b46d4a634cf56fd1b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
images/low poly count_20_3.0.png ADDED

Git LFS Details

  • SHA256: 63b59a5a6c3b69834767e5ca9a98e33cdd2b1a1efebb775566d40628ff434ce2
  • Pointer size: 131 Bytes
  • Size of remote file: 897 kB
images/low poly count_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 0c9885b9bd8b50e5483f96a7d60eb992fd673c224add96489264c8fcdc268e64
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/low poly count_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 5df18323b1583f2b90b4503856de5ede19cb31b14386377aa1286795bb9dcb62
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/low poly count_21_0.0.png ADDED

Git LFS Details

  • SHA256: a807dfb72f30acbdb87c7f5ef2ae3740d96b4538fb35a8e469c772ad352100f6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/low poly count_21_1.5.png ADDED

Git LFS Details

  • SHA256: 3f88f0987749f43e798418c6dedf933dfd058d9baca88f47448a9724c51847a3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/low poly count_21_3.0.png ADDED

Git LFS Details

  • SHA256: 728600c61c087e8cc540440745c4eafe617248ad59698bdb0454b34a87fe7b37
  • Pointer size: 131 Bytes
  • Size of remote file: 895 kB
images/low poly count_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 8783ef3c3982d5d09c05d20a229872306a84371f4ea87b1a22993b920470114f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/low poly count_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 4434580b3c7b94809caf72a94127625e25042d4ac500d7d8fd4d03b91b0a2fc8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/low poly count_22_0.0.png ADDED

Git LFS Details

  • SHA256: 50633d468482e0a65381428d4cc475948139dffe4ad661ddae145f742fc69ba4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/low poly count_22_1.5.png ADDED

Git LFS Details

  • SHA256: a3d053486c2379e59d579b846853f0d8c345ac01160f5734e5469d9d58b8eea8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.07 MB
images/low poly count_22_3.0.png ADDED

Git LFS Details

  • SHA256: f66f65083f2a106b9833e719edb37ed8b52ad4061970eaabe82af28a80907742
  • Pointer size: 131 Bytes
  • Size of remote file: 837 kB
low poly count.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ac1353cf0c7a918195d86fb01b847f4125ba4298854cb0986dec2c0035f94c
3
+ size 8789076