ntc-ai commited on
Commit
01047b7
1 Parent(s): cd0bef1

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

Git LFS Details

  • SHA256: 59818d3a32d0622a2e0faf1ca962ce285164dca6975258a9ed9c0e6d8f4bce98
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/extremely extremely aesthetic_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 8ebded02155e7a12b0bd0e87d71cc5273d4a8312556eaa8347333e409c0f15d6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/extremely extremely aesthetic_17_0.0.png ADDED

Git LFS Details

  • SHA256: b012c3a635e0cee00f39e04a3cf6ebfe850f81169ec995ab4a268e7377908231
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/extremely extremely aesthetic_17_1.5.png ADDED

Git LFS Details

  • SHA256: 0dc4ea4a23402b2b11d6a0951d0f997345da317a65fec4de79fdf81f79f0f87c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/extremely extremely aesthetic_17_3.0.png ADDED

Git LFS Details

  • SHA256: 52b504873f48985e06d1aae4a0d6b5f16c847a603de985b17ddf0d6efe3f6084
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/extremely extremely aesthetic_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 6a8cefd859718261753e797f9b37dd5d56949d802ef6dc462f80f087c1dc587c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/extremely extremely aesthetic_19_0.0.png ADDED

Git LFS Details

  • SHA256: 025a44447d0f8dea3954dc9fb846e79a1d966fc9d246fcfa103de49f7ea01080
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/extremely extremely aesthetic_19_1.5.png ADDED

Git LFS Details

  • SHA256: 8d0b6f89507a87f27455012eb7004f6ba91d161800a2cf50e1b8c6040544f7ef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/extremely extremely aesthetic_19_3.0.png ADDED

Git LFS Details

  • SHA256: 4c82bd011cd86a8f0ce0bc9ee759edb90c686ea581f75286be594d8bd00f6df2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/extremely extremely aesthetic_20_-1.5.png ADDED

Git LFS Details

  • SHA256: b81dfcb2e6ede54fc02323e11e6094de61da5f1ce53790ec4344020c7dcc6ce9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/extremely extremely aesthetic_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 45b4081a64e1b68632cd3b60d511903329855c1e31ac6dee34eb196a684448a3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/extremely extremely aesthetic_20_0.0.png ADDED

Git LFS Details

  • SHA256: 494b6020354e4a9e4d05b1dd84cba7a1437d336caa8c5f0de004378bab435526
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/extremely extremely aesthetic_20_1.5.png ADDED

Git LFS Details

  • SHA256: 884523d27c7b9d21e270e3a8dbc2d4e995c2d02972205cc939f8226de07a8343
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/extremely extremely aesthetic_20_3.0.png ADDED

Git LFS Details

  • SHA256: db2515635c96344cb764fd8c7a7bc4df33ccf6c07e5d02b34dfe48cf31b524a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/extremely extremely aesthetic_21_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: cd46edf178773063431eb42a138a1b8c13b1c0302e49e28d0c7ff561d99c7639
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/extremely extremely aesthetic_21_0.0.png ADDED

Git LFS Details

  • SHA256: e467ffaf0256e49d7183bbfc638dd37e3a9444165891b496df624a82b48d98e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/extremely extremely aesthetic_21_1.5.png ADDED

Git LFS Details

  • SHA256: 443bd6682de7743a4ae2d4075e155db34a8aaef216c434bf7719564c92b9a3f0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/extremely extremely aesthetic_21_3.0.png ADDED

Git LFS Details

  • SHA256: 2bd9b77ca7b3e26ce9a0d165016e354554ca6c001320b81896292ff5d68a73ae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/extremely extremely aesthetic_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 66d8e7c79c1965680c8ff8eae430ca0c3f45af9cd893f7ba97bd1665e857d8a7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/extremely extremely aesthetic_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 15afbd173514ebcb59e3b8970d6d793e6bf34a432b4d59fb76c5471031a90aa4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
images/extremely extremely aesthetic_22_0.0.png ADDED

Git LFS Details

  • SHA256: 36432189ddb0d6dc4884edc155539d15b7a4ca07b71551ff13e534cf83810187
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/extremely extremely aesthetic_22_1.5.png ADDED

Git LFS Details

  • SHA256: a7aa43d43538209d46a9615ac9c49498a828b937a54226b2c8377c2a13d56a33
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/extremely extremely aesthetic_22_3.0.png ADDED

Git LFS Details

  • SHA256: db369c5fe8f8edcdb8f9ae90ae4db36ac565b5e059ec6e3e17005965fb808f9c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB