ntc-ai commited on
Commit
6395b14
1 Parent(s): 99a2d31

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/pixel art...3d render/pixel art_17_3.0.png"
6
+ widget:
7
+ - text: pixel art
8
+ output:
9
+ url: images/pixel art_17_3.0.png
10
+ - text: pixel art
11
+ output:
12
+ url: images/pixel art_19_3.0.png
13
+ - text: pixel art
14
+ output:
15
+ url: images/pixel art_20_3.0.png
16
+ - text: pixel art
17
+ output:
18
+ url: images/pixel art_21_3.0.png
19
+ - text: pixel art
20
+ output:
21
+ url: images/pixel art_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: "pixel art"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - pixel art (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/pixel art_17_-3.0.png" width=256 height=256 /> | <img src="images/pixel art_17_0.0.png" width=256 height=256 /> | <img src="images/pixel art_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/pixel art_19_-3.0.png" width=256 height=256 /> | <img src="images/pixel art_19_0.0.png" width=256 height=256 /> | <img src="images/pixel art_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/pixel art_20_-3.0.png" width=256 height=256 /> | <img src="images/pixel art_20_0.0.png" width=256 height=256 /> | <img src="images/pixel art_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
+ pixel art
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.pixel-art', weight_name='pixel art.safetensors', adapter_name="pixel art")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["pixel art"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, pixel art"
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 330+ 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/pixel art_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 3a0ea40dab56e31c94a1a5ad29163cad035c5f55ee3b130d9aafaf7e6976da9b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/pixel art_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 55d0d01a4fb9baba2e9f15373ec3e698f08bdba97fdbd1d42cd59a3f643d91c8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/pixel art_17_0.0.png ADDED

Git LFS Details

  • SHA256: e136939ec01620e2c1f9d46f93cc474c09fa4d3782d0681019d165d3bc0db535
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/pixel art_17_1.5.png ADDED

Git LFS Details

  • SHA256: a4783688b813a6edca1d90aaf1313fb252df38d221fd957b2262ff6429f5f77d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/pixel art_17_3.0.png ADDED

Git LFS Details

  • SHA256: 75bf48f59572ec7677cd531a111ee7a856f9f34c28ade5df4302c605de942367
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/pixel art_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 4e0f618fdab55c2e20b78afcf38ca2b63339da338b65e12679680d42e26ea803
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/pixel art_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 27f2ff5b4a499a983a7383d7c41d893046f2afb6208c3f41e2ae80b4b794a5fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/pixel art_19_0.0.png ADDED

Git LFS Details

  • SHA256: 96f5de8ddc4298e65d9dba3cded5ca0447b02abcfdb5c394d5e0bad647bb5951
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/pixel art_19_1.5.png ADDED

Git LFS Details

  • SHA256: 48a0cefd24d139b4a427ffe4702a54a5b54273b28b875d6f7280886e62858d67
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/pixel art_19_3.0.png ADDED

Git LFS Details

  • SHA256: 218932630c468434886f33d541e5e4ec777117bcd3069358b5d20bc1cf2f3a09
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/pixel art_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 518627f1f45b49a5077ee2253a8a4e675b174957612cab084d5bb78eb2f20b73
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/pixel art_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 20eac5d27aac3b90fd9b3fd3024be7332c8a29f3234c54ce00aac54bff25ed13
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/pixel art_20_0.0.png ADDED

Git LFS Details

  • SHA256: 8559fd011202a42c202ae00f3fd44815af79c986858528fb1ea7513da006bd5b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/pixel art_20_1.5.png ADDED

Git LFS Details

  • SHA256: 9c3303461d81f13335d8346146684879770e6008730d92fc8f28e4370131bd79
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/pixel art_20_3.0.png ADDED

Git LFS Details

  • SHA256: f5c7e5d9ef8281536910fedac7f5d55c42494e0ce3adcfdc2631d67f655acaca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/pixel art_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 42ba085bfde3c19d8d470bf16d9a7ea172e01bb5318249ad3be99eb3d776d397
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/pixel art_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 7fb35c7ba45b97de2a88e4da9ff7de3803d8a7ee6e01861dacb0073f156b9ef9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/pixel art_21_0.0.png ADDED

Git LFS Details

  • SHA256: ee7cd80b0f8df3d768d36e7d9f0471d0d41f7c85046c41137b2dc7994bf712ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/pixel art_21_1.5.png ADDED

Git LFS Details

  • SHA256: a4db8b2e9144bfa6f9137afbc7acba0b0e3372a1f202a1085567f7d5dbbdc205
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/pixel art_21_3.0.png ADDED

Git LFS Details

  • SHA256: f3982e646617546d0e9ab341d447def5c4c13152541fde5ab63f3fdea02b0539
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/pixel art_22_-1.5.png ADDED

Git LFS Details

  • SHA256: ffeaba2a1f497771eae4cce16620e5ddc62635aecae105fd049500ded6449dcc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/pixel art_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 1bfdb98790370ec532c1ca38760d19d8410b3bcbe62e13879b3b1685f714a200
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/pixel art_22_0.0.png ADDED

Git LFS Details

  • SHA256: c989d4d64e3257c2a675517cdab3c09334c8683d1a8f1a2f8e00b0a841e7e756
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/pixel art_22_1.5.png ADDED

Git LFS Details

  • SHA256: e2ccc6d84156792bdafd5ddd0124f895ffa1cf77fd44b7a44b9836bfb915c02b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/pixel art_22_3.0.png ADDED

Git LFS Details

  • SHA256: c8f8e0b91ed875bf647b98cac117207efd80d48a7371198aef24034b15ebc715
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
pixel art.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ced4b0130070266742559b16b6b92c3b1f1b43c2db1e3317e950e68a8bc32d1
3
+ size 8789076