ntc-ai commited on
Commit
d2dd456
1 Parent(s): e9d5d27

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
2000s indie comic art style.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc99ba53f92bdc15e657acd96259eca9743bfb34b8547cd9a18b1f3f96b0e4d7
3
+ size 8789076
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ thumbnail: "images/evaluate/2000s indie comic art style.../2000s indie comic art style_17_3.0.png"
6
+ widget:
7
+ - text: 2000s indie comic art style
8
+ output:
9
+ url: images/2000s indie comic art style_17_3.0.png
10
+ - text: 2000s indie comic art style
11
+ output:
12
+ url: images/2000s indie comic art style_19_3.0.png
13
+ - text: 2000s indie comic art style
14
+ output:
15
+ url: images/2000s indie comic art style_20_3.0.png
16
+ - text: 2000s indie comic art style
17
+ output:
18
+ url: images/2000s indie comic art style_21_3.0.png
19
+ - text: 2000s indie comic art style
20
+ output:
21
+ url: images/2000s indie comic art style_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: "2000s indie comic art style"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - 2000s indie comic art style (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/2000s indie comic art style_17_-3.0.png" width=256 height=256 /> | <img src="images/2000s indie comic art style_17_0.0.png" width=256 height=256 /> | <img src="images/2000s indie comic art style_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/2000s indie comic art style_19_-3.0.png" width=256 height=256 /> | <img src="images/2000s indie comic art style_19_0.0.png" width=256 height=256 /> | <img src="images/2000s indie comic art style_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/2000s indie comic art style_20_-3.0.png" width=256 height=256 /> | <img src="images/2000s indie comic art style_20_0.0.png" width=256 height=256 /> | <img src="images/2000s indie comic art style_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
+ 2000s indie comic art style
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.2000s-indie-comic-art-style', weight_name='2000s indie comic art style.safetensors', adapter_name="2000s indie comic art style")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["2000s indie comic art style"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, 2000s indie comic art style"
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 1140+ 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/2000s indie comic art style_17_-1.5.png ADDED

Git LFS Details

  • SHA256: efcf506803d81a32274b51f0bb4bb49cb3f4c7609bfab12ad8bb682f88311168
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/2000s indie comic art style_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 8c5e4ffbe0003f2b6a3f74bb419e942ceb7b3f330db71d9c822d94197daf23cc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/2000s indie comic art style_17_0.0.png ADDED

Git LFS Details

  • SHA256: ace11f457b5f86be251370999ba00eae04c2d56000adf7da1e18ffe06a0dce70
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/2000s indie comic art style_17_1.5.png ADDED

Git LFS Details

  • SHA256: 40331259ed675a11e9f40d4a637c88ae4f132381c25a505646e5bc0eb879db04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/2000s indie comic art style_17_3.0.png ADDED

Git LFS Details

  • SHA256: fce772257b9c018d1f32a57b389a2534a8c5d134924a981f9c227f4452b8e5de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
images/2000s indie comic art style_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 34bc262d2deae0af7589bf3e854f4289b7244978583d3230289e4b9116f1da1a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/2000s indie comic art style_19_-3.0.png ADDED

Git LFS Details

  • SHA256: bb9a56fc0bbb57b8fa328c6479d001ec90249999b3ad75efa56f0d8e1a997521
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/2000s indie comic art style_19_0.0.png ADDED

Git LFS Details

  • SHA256: 7c0b81043d3b86ff5d3ab68be0ed33c6a78789e69fc2ef25f08c59b984c382a3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/2000s indie comic art style_19_1.5.png ADDED

Git LFS Details

  • SHA256: a00c24f4b55e25ed776fa21d1929376aba978c396d40f3248ec3f33fb6d5175b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/2000s indie comic art style_19_3.0.png ADDED

Git LFS Details

  • SHA256: 0336d04733c1567f5dc0cccd1805a16d6f16bae6c45a66f1caf42a04c8248416
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/2000s indie comic art style_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 340d940e9b328a9e59b1671bca143c62c741b480d497f5c33bb7d6880dd22393
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/2000s indie comic art style_20_-3.0.png ADDED

Git LFS Details

  • SHA256: a41f2fd589811d46aafc2ac0d8aa4cbe34cd43d2e6a8940765191d6b8386c1de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/2000s indie comic art style_20_0.0.png ADDED

Git LFS Details

  • SHA256: 21fb5cdc9351052e0af90f93b72fbda5cb3496ceac9015e6b19038d369223e12
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/2000s indie comic art style_20_1.5.png ADDED

Git LFS Details

  • SHA256: 7f749cb4bce3228031341bb9e21de1a2d315ea24ff696f5b63e7506105963e4a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/2000s indie comic art style_20_3.0.png ADDED

Git LFS Details

  • SHA256: b680a569c452730f507263c5fcabb5dd4b1b7e77a8e0f148900c853b4f636e18
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/2000s indie comic art style_21_-1.5.png ADDED

Git LFS Details

  • SHA256: ad366ee7a86109f255787e8fcad000d498d1347335e200f21ba3db15a0e3af67
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/2000s indie comic art style_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 5574b16a9ac6fe64958286967f20664ad7945a69adbc378e97425eaa14e9943e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/2000s indie comic art style_21_0.0.png ADDED

Git LFS Details

  • SHA256: 8fdf339a63cab74afef64d046f547db88380a3a3896c1b05196b000e8aafd912
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/2000s indie comic art style_21_1.5.png ADDED

Git LFS Details

  • SHA256: 84b901e139d77f619b5e4b7d2ed6e8bda61b1b812112118c4dd8e6d2753cb725
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/2000s indie comic art style_21_3.0.png ADDED

Git LFS Details

  • SHA256: 642915880f74b01c859126f834bb1e5cfebda7b7a777b5992b290654a13b283f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/2000s indie comic art style_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 933b1a409080f138850db591be79e01f1cfb0493e8aee34fc79c12b1f1f60bfe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
images/2000s indie comic art style_22_-3.0.png ADDED

Git LFS Details

  • SHA256: a9ae512e4acc734343ab6c608743e9eb9636605e511a040bdb3920e17ecc48df
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/2000s indie comic art style_22_0.0.png ADDED

Git LFS Details

  • SHA256: 3fc776e50ae4720598645f84c4a0a71d2fbf322a9a64e625f36c9844c02d218d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/2000s indie comic art style_22_1.5.png ADDED

Git LFS Details

  • SHA256: 04796313adcad995656eeea7184d15320b67c9ac4722cabfc723091ffc9559f7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.87 MB
images/2000s indie comic art style_22_3.0.png ADDED

Git LFS Details

  • SHA256: 733cb36a9d35c65e458ec4a400fdbc60b73a926b961f3b4aad8075af58b6ebe3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.93 MB