ntc-ai commited on
Commit
160fff8
1 Parent(s): a42d951

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/vaporwave aesthetic.../vaporwave aesthetic_17_3.0.png"
6
+ widget:
7
+ - text: vaporwave aesthetic
8
+ output:
9
+ url: images/vaporwave aesthetic_17_3.0.png
10
+ - text: vaporwave aesthetic
11
+ output:
12
+ url: images/vaporwave aesthetic_19_3.0.png
13
+ - text: vaporwave aesthetic
14
+ output:
15
+ url: images/vaporwave aesthetic_20_3.0.png
16
+ - text: vaporwave aesthetic
17
+ output:
18
+ url: images/vaporwave aesthetic_21_3.0.png
19
+ - text: vaporwave aesthetic
20
+ output:
21
+ url: images/vaporwave aesthetic_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: "vaporwave aesthetic"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - vaporwave aesthetic (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/vaporwave aesthetic_17_-3.0.png" width=256 height=256 /> | <img src="images/vaporwave aesthetic_17_0.0.png" width=256 height=256 /> | <img src="images/vaporwave aesthetic_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/vaporwave aesthetic_19_-3.0.png" width=256 height=256 /> | <img src="images/vaporwave aesthetic_19_0.0.png" width=256 height=256 /> | <img src="images/vaporwave aesthetic_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/vaporwave aesthetic_20_-3.0.png" width=256 height=256 /> | <img src="images/vaporwave aesthetic_20_0.0.png" width=256 height=256 /> | <img src="images/vaporwave aesthetic_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
+ vaporwave aesthetic
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.vaporwave-aesthetic', weight_name='vaporwave aesthetic.safetensors', adapter_name="vaporwave aesthetic")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["vaporwave aesthetic"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, vaporwave aesthetic"
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 550+ 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/vaporwave aesthetic_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 5c8ccb2736601c55bae11a80248582680abb0709c7c51f36d3232bc5a57ceb87
  • Pointer size: 132 Bytes
  • Size of remote file: 1.09 MB
images/vaporwave aesthetic_17_-3.0.png ADDED

Git LFS Details

  • SHA256: a6178e49421d338a001faca1d7c08f05f5aa9bcca460259a005d5e771ab72177
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
images/vaporwave aesthetic_17_0.0.png ADDED

Git LFS Details

  • SHA256: 0bd4cede9765b2628727817c7dcd14729e0ac43c6673cd5a61b25ddee330e070
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
images/vaporwave aesthetic_17_1.5.png ADDED

Git LFS Details

  • SHA256: ece66d94d92216a568785be06c3c20ce58c1557fb4d4a0bb9675fdbf57774936
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
images/vaporwave aesthetic_17_3.0.png ADDED

Git LFS Details

  • SHA256: f88f85d99377bd17cb882866a3907929474c671ef03d3424f10bab0adaf105c3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/vaporwave aesthetic_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 23484ee718f5e78f764b32a0aeef4fad6ed46f7c17ec48eb96acf008041452ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/vaporwave aesthetic_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 559dd5292456986478c77f4e754f5dfb7ff346e3d6e8daa97b0ec7cf63e4445f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/vaporwave aesthetic_19_0.0.png ADDED

Git LFS Details

  • SHA256: 09c75219143d29d482479091db7c8fbbdc3d1f5cbbdca5df0d6ea575471c1c04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/vaporwave aesthetic_19_1.5.png ADDED

Git LFS Details

  • SHA256: bf4698345e09ccb8845e2d0a82f4bd8b69311cb5a5a3f4996d4f240f55ffa002
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/vaporwave aesthetic_19_3.0.png ADDED

Git LFS Details

  • SHA256: 0aa1a5e000bfe68cb9b1aea7a6bcf809795eeca564c1c2e74a3a23d020e999ce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/vaporwave aesthetic_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 91b39443cf05cf2ff57a7b15b86599397c934a38b8223754003992bc6a424192
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/vaporwave aesthetic_20_-3.0.png ADDED

Git LFS Details

  • SHA256: ed8abe91bc3841bc3de6aa47c0f931d261afc58c4556d5195e876461c9a58b64
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/vaporwave aesthetic_20_0.0.png ADDED

Git LFS Details

  • SHA256: d246f48c1a6d3cbaf4d3a8b3fc3f7e8e5d082f87c065ba07c10de6aaf5a4c8cc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/vaporwave aesthetic_20_1.5.png ADDED

Git LFS Details

  • SHA256: 94066ea86427473caf9f23ca238feb9e5cf0814d974693993740f8bff633c738
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/vaporwave aesthetic_20_3.0.png ADDED

Git LFS Details

  • SHA256: 3f8c831d59f0b324703976063b200da555c18b7ae8849bd0fd42c04901f596a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/vaporwave aesthetic_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 099c065583a406290c671ed1c1570c431216bf6ca8a1e6995ba5bb2fe8f96697
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/vaporwave aesthetic_21_-3.0.png ADDED

Git LFS Details

  • SHA256: b01f521ccb4e7199b8aa30b6e4cc59d272c8fa5eb1a2f3d008a6938812825194
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/vaporwave aesthetic_21_0.0.png ADDED

Git LFS Details

  • SHA256: 777a9af4f3f8e6b81883473ff4883daa61911e46cba2c9a72523de805bf96f42
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/vaporwave aesthetic_21_1.5.png ADDED

Git LFS Details

  • SHA256: 99e2864a29cce60924f8ea18d5e5d7c0de051aed4963a9b3cae66bf257f10a1a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/vaporwave aesthetic_21_3.0.png ADDED

Git LFS Details

  • SHA256: 0cedf063f2698cc7201aaa896566140fe0278de18780663c3172007ff2f66087
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/vaporwave aesthetic_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 066b3f2a7597771a65ace5a8dba4b45f2ddf1ecb761b9ec73a023144773aab9a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/vaporwave aesthetic_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 33da05cd8420f2f88c6da4fbc62bf53825b060799fea46ea0a4ca91b4350897c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/vaporwave aesthetic_22_0.0.png ADDED

Git LFS Details

  • SHA256: 8bd0b4b47db27ba31da34c6a11c1199f0966e2a1270359bd3dfc1cbdc03e0f77
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/vaporwave aesthetic_22_1.5.png ADDED

Git LFS Details

  • SHA256: b84211160eab1d097a9c8b789666aee1e724c3dc0e11effc52d28dee6762a0ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/vaporwave aesthetic_22_3.0.png ADDED

Git LFS Details

  • SHA256: 6c3057193c5f2d4857d518288861a23f1be7536b2689005b95f91e2319d2731e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
vaporwave aesthetic.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60394e1d83d0c21c83f286408db6cda41553824b2d46bda276224cc12c0090b
3
+ size 8789076