ntc-ai commited on
Commit
94a0622
1 Parent(s): 14e606e

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

Git LFS Details

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

Git LFS Details

  • SHA256: f4987903b5c5f06c5687948aa2a58c8a711260d50656f339d0829ae5f8a13f24
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/very aesthetic_17_0.0.png ADDED

Git LFS Details

  • SHA256: 7b2cd40575c4718b0e0c18af744f970a5f76b0c9f2f0635b9a7c679af51ca6b6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/very aesthetic_17_1.5.png ADDED

Git LFS Details

  • SHA256: d23f2ba63a6a84e0275b624de73c85cab2f1112ec0de87a03fbeb3cc05f72014
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/very aesthetic_17_3.0.png ADDED

Git LFS Details

  • SHA256: 60279103449d8abd879f51d78cd2e247066f29298d3e034b6fb9cbe71fb99718
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/very aesthetic_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 2aa407e1a124aaec8f591091eb298598b9ae96684b999e6ef28b420e7dde48fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/very aesthetic_19_0.0.png ADDED

Git LFS Details

  • SHA256: 304c7242724f54ff3488cd5bdd6404be5d6b8a8455887e271e84490003c82e4a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/very aesthetic_19_1.5.png ADDED

Git LFS Details

  • SHA256: abf691cbd298c0ae804a7f09929f7ef6617fbd00c4f2a77370c9d72e5d297867
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/very aesthetic_19_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 8214c07855f834e1f663950edbca34b347d4d3f7d1d03cf09be274addf1979cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/very aesthetic_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 21d85d2b2e1a0118ca6f446507267ea74846ab2c553c2dbc71b4eefcffc868fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/very aesthetic_20_0.0.png ADDED

Git LFS Details

  • SHA256: 7534a5962d9c11914c0341c63b507b293bd6ce9aada0117d3f63234a65c67977
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/very aesthetic_20_1.5.png ADDED

Git LFS Details

  • SHA256: e72b70b764b25f45e8645815e0a0783fc8f9ce6be496279e356c9095408ae06c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/very aesthetic_20_3.0.png ADDED

Git LFS Details

  • SHA256: 6281967774872a439e5c89d69178a1f8803f3480c52720524c3d3c4cbcb69335
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/very aesthetic_21_-1.5.png ADDED

Git LFS Details

  • SHA256: d8f2640df6571a93ed2f85d17da124fa97bb95d1641deed4d499b28d400f01f1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/very aesthetic_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 87f5157ea90d7c9e627fd40059541dfea4fbc531103ba79bcc467f7d4165572a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/very aesthetic_21_0.0.png ADDED

Git LFS Details

  • SHA256: 16e3b23d4e13da8332b5d2ed3a271041075a2643c91b8d25bd8096668587c3f0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/very aesthetic_21_1.5.png ADDED

Git LFS Details

  • SHA256: 69116a9b3ec23e2dda8b0e557ed4c5bdfd112737067593bde721a7669e9fbab5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/very aesthetic_21_3.0.png ADDED

Git LFS Details

  • SHA256: 8340a070be4d9a745a25d26d247728f0227baf7afeff22407f28542381605dc9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/very aesthetic_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 6e4bac5d0f02dabf77fe83f9361cf28e16c5e139ce04cc367366bb9d979b734b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/very aesthetic_22_-3.0.png ADDED

Git LFS Details

  • SHA256: a6d93b56fd96e3e31e34fe9d66516eeb2f2c1dce424fc0e22e8f2aec6072cd66
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/very aesthetic_22_0.0.png ADDED

Git LFS Details

  • SHA256: 8794dd50bb2e572c265771bbe83bc94f23d87d5dca6e4c3809d5e56eec76044a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/very aesthetic_22_1.5.png ADDED

Git LFS Details

  • SHA256: 2facc2a292138ebb3898fa840448d00341614ee581a91cf284fdc4e0256ba9a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/very aesthetic_22_3.0.png ADDED

Git LFS Details

  • SHA256: 451dd70a612010b24b036cf13fcce75da5f4d7870a99f874a09691904023eb89
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
very aesthetic.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f4b8e7afa2745b2638d1c842045beed0ae33ff31cb4c244d63eadfee57db19
3
+ size 8789076