ntc-ai commited on
Commit
43fb972
1 Parent(s): 31289cf

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

Git LFS Details

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

Git LFS Details

  • SHA256: 0efc58a48eac69a07743c6b91bd589809345bcaffb01d5f667dc4a4aaffeaf33
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/2000s indie art style_17_0.0.png ADDED

Git LFS Details

  • SHA256: 662a167a68fde1101cffd739cefcdf12a10e4da4dff0cd03892b30c71ab8dece
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/2000s indie art style_17_1.5.png ADDED

Git LFS Details

  • SHA256: 57a7b4232d3e5b5e6456c681168c22d50c172bc424d2af10b4e84a4787f75165
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/2000s indie art style_17_3.0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 164c54dcf5fe3b1e60318e4cc10983b53f77ad84351339826fafe924fd6e1843
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/2000s indie art style_19_0.0.png ADDED

Git LFS Details

  • SHA256: 2e75181c920cf38007d07479434b58d1246beddcfdfecd1870230a5a5457eda2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/2000s indie art style_19_1.5.png ADDED

Git LFS Details

  • SHA256: 477821cfc8051af05be6ae17cc99c5faaabb1d834543496ef99fc3ac8ce607fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/2000s indie art style_19_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 7b72e2b2e315cb9c0f25993daf8a600da85fdd3ae004c5c6e2226605c61f91e7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/2000s indie art style_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 537a904f4e1d455ec6869098aec0d9ce86b473da1642f8e7bc5b1ee073dcf45e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/2000s indie art style_20_0.0.png ADDED

Git LFS Details

  • SHA256: 487be180cb3278ef15d60db885b3c8205a9d4624349268a939709e0f04636289
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/2000s indie art style_20_1.5.png ADDED

Git LFS Details

  • SHA256: a99f469f2000bdfabe5c9c56e4e0db3dc0de03182c114339b87a091a0660b41a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/2000s indie art style_20_3.0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 003f7ef61b013417a2eb99cf6eb2c1eb344499a988360088d0426a8176d9c42c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/2000s indie art style_21_0.0.png ADDED

Git LFS Details

  • SHA256: 315f3a6a2ec2c61a0080cbe2ff20746471b06beb9d5a3766b7ac81a7f57aae3f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/2000s indie art style_21_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 619acb3d52999998a309509ccc6364b3102d9f40ce416fee418867c060ae5ca3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/2000s indie art style_22_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 7dc759cd223f2fdf0466109acf5fc9162e459cb2290d620316f1b2c0f13b04c6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/2000s indie art style_22_0.0.png ADDED

Git LFS Details

  • SHA256: d3d8e8d3aea0453323dd34bdc81d1980130e9ff7dac55d751079d35823907fc5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/2000s indie art style_22_1.5.png ADDED

Git LFS Details

  • SHA256: cc8dfc5db6fa68db818024a3f761ed29d4d11a78be1307edd98aed8e8b9f80cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/2000s indie art style_22_3.0.png ADDED

Git LFS Details

  • SHA256: ef40e5c8950aea663e439a95eba821d7183876b243de52e7b4b678b48a2a3534
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB