ntc-ai commited on
Commit
d1fa5b8
1 Parent(s): 165c462

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/celestial.../celestial_17_3.0.png"
6
+ widget:
7
+ - text: celestial
8
+ output:
9
+ url: images/celestial_17_3.0.png
10
+ - text: celestial
11
+ output:
12
+ url: images/celestial_19_3.0.png
13
+ - text: celestial
14
+ output:
15
+ url: images/celestial_20_3.0.png
16
+ - text: celestial
17
+ output:
18
+ url: images/celestial_21_3.0.png
19
+ - text: celestial
20
+ output:
21
+ url: images/celestial_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: "celestial"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - celestial (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/celestial_17_-3.0.png" width=256 height=256 /> | <img src="images/celestial_17_0.0.png" width=256 height=256 /> | <img src="images/celestial_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/celestial_19_-3.0.png" width=256 height=256 /> | <img src="images/celestial_19_0.0.png" width=256 height=256 /> | <img src="images/celestial_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/celestial_20_-3.0.png" width=256 height=256 /> | <img src="images/celestial_20_0.0.png" width=256 height=256 /> | <img src="images/celestial_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
+ celestial
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.celestial', weight_name='celestial.safetensors', adapter_name="celestial")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["celestial"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, celestial"
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 880+ 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
celestial.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:412d75b0f91024849f304a543646f54aa7212bf04289559352973ee7ff63543f
3
+ size 8789076
images/celestial_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 21a637e9d18106ea66fb75f35c27c993c1769d210cccd1562b3ae99a1498c1f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/celestial_17_-3.0.png ADDED

Git LFS Details

  • SHA256: e3425253c16b7f5a6c6a676040ff94e600dea7f6bf86d000d75a5158ef220639
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/celestial_17_0.0.png ADDED

Git LFS Details

  • SHA256: 484e6785fc03f851b0aa25db049aa072cf0bee6aa27517511153ec4136bf00fb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/celestial_17_1.5.png ADDED

Git LFS Details

  • SHA256: c0462e30449bb52991394c9c640f4b59a97edd65827fbb6df4eb2e519e9a9716
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/celestial_17_3.0.png ADDED

Git LFS Details

  • SHA256: 4791833aafec66509b65674135becd9adcb3e9f2000d4744d50d0cdfb90dc652
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/celestial_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 910ca6e83b7572b540c80e10daddbc1733f2c6ace46aa2007a34e7d88061e0b4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/celestial_19_-3.0.png ADDED

Git LFS Details

  • SHA256: cb2a02d37bc2970fbf743b60f3f92e97127c02113d79acb62a560156180d689d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/celestial_19_0.0.png ADDED

Git LFS Details

  • SHA256: 8cc376ad4e2a79a2a22ff53e153ef18ae7aabf0de726a7f94acf78b892533678
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/celestial_19_1.5.png ADDED

Git LFS Details

  • SHA256: f5ae31115069ef0f2b51bffa88bdfd3e1dbcdcff5dfc2119dfaf02006f502149
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/celestial_19_3.0.png ADDED

Git LFS Details

  • SHA256: 4b50df3da6d28793e54247d20544ca5c59b3d531d0207efbcacbbc1edb79f09a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/celestial_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: fc00d8c8b89e654bc585612fc83e63c355a59f184ff8225a400df7bae706eb76
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/celestial_20_0.0.png ADDED

Git LFS Details

  • SHA256: 131fbb1182d5b6bdf2cd702caa0189af91d420bf196e1058eef2707b2c136a09
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/celestial_20_1.5.png ADDED

Git LFS Details

  • SHA256: 6c59adebf7d37d4e39b28dd571d9118e43f31c36c20938ee85110de6aa8c90cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/celestial_20_3.0.png ADDED

Git LFS Details

  • SHA256: 769661911138042c8ea60323c9bbf4e1f0f79716ad8ab93653503facfe53ca8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/celestial_21_-1.5.png ADDED

Git LFS Details

  • SHA256: f098c4cb86b379c2b1e421b6e26937c11ca5838c61265f39b5d267b782e3b655
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/celestial_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 1a1558a83fe10d84bfc1bad2d29d359e03e7a94936b10cc42d9b7880ca2e0cf2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/celestial_21_0.0.png ADDED

Git LFS Details

  • SHA256: 32113da21bf21b7148f792e9df07da003e56bd08ce89cab73549553d9e43ed7a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/celestial_21_1.5.png ADDED

Git LFS Details

  • SHA256: e76a018ce79002c5ffb0ae90c57269b70bac60e3e066cbb256de8a2473f4a0f6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/celestial_21_3.0.png ADDED

Git LFS Details

  • SHA256: e93f94f2cd92a5770e62e7bb548a8c0b8956dd21b880b1a27f588eb3e161541a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/celestial_22_-1.5.png ADDED

Git LFS Details

  • SHA256: ec4b2b001c276b2f45d6fd513429164f804caa7ad85029993a7145e0e98efe6a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/celestial_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 73f5ca079586caf0f186b9ef0bddb7b1bd3a68637415db40599b83bd49065719
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/celestial_22_0.0.png ADDED

Git LFS Details

  • SHA256: 9e1bac4c441cdef699a82666e075f043043e7666df73152885992c5739800af0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/celestial_22_1.5.png ADDED

Git LFS Details

  • SHA256: cd1f1ab670cb93b64d91da7e973eb74dc884618d5ade3aaa2eab46ae6dd1bde3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/celestial_22_3.0.png ADDED

Git LFS Details

  • SHA256: bed695b69451a82d27225e4ea1ce2bf0a0fd6c38a3c29b75ba6e63be07b72258
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB