ntc-ai commited on
Commit
2dc2098
·
1 Parent(s): 7f41d7d

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/angelic...demonic/angelic_17_3.0.png"
6
+ widget:
7
+ - text: angelic
8
+ output:
9
+ url: images/angelic_17_3.0.png
10
+ - text: angelic
11
+ output:
12
+ url: images/angelic_19_3.0.png
13
+ - text: angelic
14
+ output:
15
+ url: images/angelic_20_3.0.png
16
+ - text: angelic
17
+ output:
18
+ url: images/angelic_21_3.0.png
19
+ - text: angelic
20
+ output:
21
+ url: images/angelic_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: "angelic"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - angelic (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/angelic_17_-3.0.png" width=256 height=256 /> | <img src="images/angelic_17_0.0.png" width=256 height=256 /> | <img src="images/angelic_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/angelic_19_-3.0.png" width=256 height=256 /> | <img src="images/angelic_19_0.0.png" width=256 height=256 /> | <img src="images/angelic_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/angelic_20_-3.0.png" width=256 height=256 /> | <img src="images/angelic_20_0.0.png" width=256 height=256 /> | <img src="images/angelic_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
+ angelic
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.angelic', weight_name='angelic.safetensors', adapter_name="angelic")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["angelic"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, angelic"
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 430+ 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
angelic.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6d8f80235a745f12e652dbcfed5923402b4f7d3fb84e4b73cdb49b10d915655
3
+ size 8789076
images/angelic_17_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: d703692c5774c9f91a9288feb9ddc1e72d3b3dab8914196ca31c195e0e62f431
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/angelic_17_1.5.png ADDED

Git LFS Details

  • SHA256: d1dd14f9bf488943b8b0d2a87399d4ddf219583fdb4d4512fa42d93cce887cac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/angelic_17_3.0.png ADDED

Git LFS Details

  • SHA256: 52f5c0c9aba20947a761509daa8e6eb3df87f0f7b404ad4e61ac572ea1cf28f0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/angelic_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 9193dd7cc384e337bfa5f5a0059b22f915641939da8d335c2569ab346e32ec23
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/angelic_19_0.0.png ADDED

Git LFS Details

  • SHA256: 030f2a2cb4c0603752e7e907c0d57f36341e5ff773282b20812f558583cf3aca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/angelic_19_1.5.png ADDED

Git LFS Details

  • SHA256: 70251aeaf34f36b5617bd9d0ed1a755a0f4a368ac030299a554373ca98866926
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/angelic_19_3.0.png ADDED

Git LFS Details

  • SHA256: 8d3b34576774a185a8352aea1d43a5b5a2c864d1e37971dec016ef857f3e9628
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/angelic_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: f7071b08dfc62e4695078ebbd65818bb010ecd2c9d58bbb3e15758e92df72107
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/angelic_20_0.0.png ADDED

Git LFS Details

  • SHA256: 39ef911526ee3a4c9c89b74bb48f1c6eedb4a055b542889f971b5ed01cc44cd1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/angelic_20_1.5.png ADDED

Git LFS Details

  • SHA256: 0f55dc00a7d0049f737a0ba7a7630610a7e786606a242a5491465dce92730d47
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/angelic_20_3.0.png ADDED

Git LFS Details

  • SHA256: acf3052560795dec8dcf03ca3101eb800dffbb1bd67107d10e76caac8a3946bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/angelic_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 3f7f73d50ea738350332745b34abbefe5583278e7aa48e8318538b2bc3005899
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/angelic_21_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 900d19a4f04a979d8a2fcd64cca72ea5030f1ddbccf8ff1ea7509e29932f6750
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/angelic_21_1.5.png ADDED

Git LFS Details

  • SHA256: 09d80bba3f2c27672001dba49132cb72b4b373978358192df8070e5cb38309a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/angelic_21_3.0.png ADDED

Git LFS Details

  • SHA256: 74efa8f77f41a288c2937213b384cf1f731bd3bd2a0e25d47e1f2007fcbd308f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/angelic_22_-1.5.png ADDED

Git LFS Details

  • SHA256: ce2736207ea772f9273d314a32e28b407239f4ee43c9b39fff9b85a11c43be49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/angelic_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 9a2444095de4ecb26f9eb1cd7bf3d06aaf9a97fdd69085cc69c448d2ccb2f43a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/angelic_22_0.0.png ADDED

Git LFS Details

  • SHA256: 4fd34f01e9583244869a2491ac3b91ec830a21186a0a16c92aa7beae687b1089
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/angelic_22_1.5.png ADDED

Git LFS Details

  • SHA256: 4657b8887b29a2b82420e9f710652af89139817fd6e73cb47a360add3e7bb8bb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/angelic_22_3.0.png ADDED

Git LFS Details

  • SHA256: ad62a1a71e900aca67efcf2764b0f3ce94cc058f95d34ed1457a940ff54cd6e4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB