ntc-ai commited on
Commit
32e36de
1 Parent(s): 0841bd5

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

Git LFS Details

  • SHA256: 6c22a769b3c55b8a5b1a09b10f289943b8e945031184d384994bd7ec4e9320e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/aesthetic_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 7f094cfa2cf109cfa26ec6b6987234ce323ee7098ea41c8f48ac405cb91efc5c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/aesthetic_17_0.0.png ADDED

Git LFS Details

  • SHA256: adbf6445da1cc918c2d04f2f5fb44d8c83259b34158693ba89e01bd9fbcb8a91
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/aesthetic_17_1.5.png ADDED

Git LFS Details

  • SHA256: a612afe083fc1f043f6dad4aab4279f7b0c74971f343c8f6691cac89a4e9fef2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/aesthetic_17_3.0.png ADDED

Git LFS Details

  • SHA256: 40248cecd0d86000270227b97389fa70453277a3c446cf928e740d16c1922e39
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/aesthetic_19_-1.5.png ADDED

Git LFS Details

  • SHA256: bee4d97b69e98a08e0044dc9d97a3b6430fcfd12ea14278f26abfec7a4310fe6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/aesthetic_19_-3.0.png ADDED

Git LFS Details

  • SHA256: dce12993209d09a13a45e38e03d774fbc324552e88d433b14166903be64febd1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/aesthetic_19_0.0.png ADDED

Git LFS Details

  • SHA256: 177ab99260f327226e55d24c1b341ba545ea1946a228665f4c6e084e1169df2c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/aesthetic_19_1.5.png ADDED

Git LFS Details

  • SHA256: 71cb73f3e6326f446b87d746e311b39b0f8596d167869ecce1c586061b8402f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/aesthetic_19_3.0.png ADDED

Git LFS Details

  • SHA256: cf74c0b5aa2cdcca8427606b53074f2022a3530649a6cd04ae595f41eeb7464a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/aesthetic_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 81ac203af5676b98b7a91743e74a624070bdce2d7aea110806d13a207b041d1d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/aesthetic_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 9956bafb462a2dc7255c6472e72fdbb432e3ca1c7068a02d0e084fb3710d5320
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/aesthetic_20_0.0.png ADDED

Git LFS Details

  • SHA256: b58d570ab843b5a491cca49ce23e230f77b318e672099f42d0b2eb1399880dd2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/aesthetic_20_1.5.png ADDED

Git LFS Details

  • SHA256: 7a2c728bfd889d1198aee21be4ac29b05be05cdb709d19ffbe7bb343b798db69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/aesthetic_20_3.0.png ADDED

Git LFS Details

  • SHA256: 83c5c460f3f77d41f1d071a8fcff1afd317450d98f69bd30e25f6eeecb444907
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/aesthetic_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 8071d61b7f5be264ba25dda0bddd3f6989c457fa014374ae569e197b305ccbfd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/aesthetic_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 8e590cd3e5b771ecb8777ba880c47ee36328700387a66cf70f8b7202aa8f6289
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/aesthetic_21_0.0.png ADDED

Git LFS Details

  • SHA256: f6dad1e3d644b11d78282fcafabc37e7e98fab4824d4f9bde1f6cbf7cf388fd6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/aesthetic_21_1.5.png ADDED

Git LFS Details

  • SHA256: dab54eff4c039e86ee5a41068bae3de41cbb96eb2a35f89b96f6364f11979b40
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/aesthetic_21_3.0.png ADDED

Git LFS Details

  • SHA256: 5ec011e2da72911f4ab4cd110af46233690cdfc3d6331a8a192b34f767f1894d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/aesthetic_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 0108c19eded1169a3a0905153b3e4b06b402c1e501fcb0c6131a9924dda167fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/aesthetic_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 7f518fb46a5dac88d703b8031cf0c7a5344b99adbbbe832d5a04fb952415576b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/aesthetic_22_0.0.png ADDED

Git LFS Details

  • SHA256: 4f4af3a43c33404912102d2164a194879b2ac668f4cc811c55ce4adebae82d3c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/aesthetic_22_1.5.png ADDED

Git LFS Details

  • SHA256: 46769c256d65e23665e2f9a7dcfef46044e2d8c5c1fd25db07aba2e31b783139
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/aesthetic_22_3.0.png ADDED

Git LFS Details

  • SHA256: bf4c17cd1d9d0970a7045593f7f8df86fcc60c9ad205cee78a38cf428bacc701
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB