ntc-ai commited on
Commit
59e9222
·
1 Parent(s): 3bcb83d

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/reflection.../reflection_17_3.0.png"
6
+ widget:
7
+ - text: reflection
8
+ output:
9
+ url: images/reflection_17_3.0.png
10
+ - text: reflection
11
+ output:
12
+ url: images/reflection_19_3.0.png
13
+ - text: reflection
14
+ output:
15
+ url: images/reflection_20_3.0.png
16
+ - text: reflection
17
+ output:
18
+ url: images/reflection_21_3.0.png
19
+ - text: reflection
20
+ output:
21
+ url: images/reflection_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: "reflection"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - reflection (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/reflection_17_-3.0.png" width=256 height=256 /> | <img src="images/reflection_17_0.0.png" width=256 height=256 /> | <img src="images/reflection_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/reflection_19_-3.0.png" width=256 height=256 /> | <img src="images/reflection_19_0.0.png" width=256 height=256 /> | <img src="images/reflection_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/reflection_20_-3.0.png" width=256 height=256 /> | <img src="images/reflection_20_0.0.png" width=256 height=256 /> | <img src="images/reflection_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
+ reflection
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.reflection', weight_name='reflection.safetensors', adapter_name="reflection")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["reflection"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, reflection"
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 1090+ 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/reflection_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 9bd442206bab01dd875e307c4c2eacd8ebe18da16f0145675553213ea5145cad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/reflection_17_-3.0.png ADDED

Git LFS Details

  • SHA256: c9717cc3bb8e8d1b98864dc480ebf7e04d00b70f0b000820a294e1c1504da8b9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/reflection_17_0.0.png ADDED

Git LFS Details

  • SHA256: d08ac6eb71c92a3f9d812931b1848c2d799a93661d2197e4e084c13311c0678a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/reflection_17_1.5.png ADDED

Git LFS Details

  • SHA256: f53d7cdbb509e617514165c4f4159fe35645c0a43f22d7d071818bd1485d4b03
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/reflection_17_3.0.png ADDED

Git LFS Details

  • SHA256: ddb41eeee815c9e1d09215b0f88ccfb9f1b1c96f1be4b072e28e8de830790a64
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/reflection_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 9573f6a09d95828964e223a932d47d6fa15d6763232b7adc06ad11f16a4f7491
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/reflection_19_-3.0.png ADDED

Git LFS Details

  • SHA256: a77d0b90d7687a36617e991ceef2f0bed477f9c627da229655a1d4f7a62dff31
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/reflection_19_0.0.png ADDED

Git LFS Details

  • SHA256: 169872e247b0ab952d6303cb46cd874f6275aa607b006c926d5e869c7d6b5612
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/reflection_19_1.5.png ADDED

Git LFS Details

  • SHA256: ae8f40c1535f5d0783b6b2999a007cd744e931a8cadf10d1ca8561cca2810310
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/reflection_19_3.0.png ADDED

Git LFS Details

  • SHA256: 8f21c133fb29e64cd71d26ca82accb09a60cd0ce337d15e2f712456196142b8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/reflection_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 5be6b414e4b25d2164b1b7203f060161a2bc67e85f35b38a6acec468e53eab50
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/reflection_20_0.0.png ADDED

Git LFS Details

  • SHA256: 4a24fcba85bb216f909195a5f6b083071351507c3380771891414a6e68af1229
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/reflection_20_1.5.png ADDED

Git LFS Details

  • SHA256: 2c05e8ba9393dcdc8c0635220fbb04510c8c4e1c35229509953997805c583e53
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/reflection_20_3.0.png ADDED

Git LFS Details

  • SHA256: 0f80d70459e0e18b9f538b9ebb9a282cedb1cb4298463f98e493f457c984ccc5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/reflection_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 3870a5e78284a4d247bbaa07aeb51427454e84737c04de0ac6cd8058b4dd61da
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/reflection_21_-3.0.png ADDED

Git LFS Details

  • SHA256: d3870e35d6025006784cf907d74af8ef7f343feea80e8b1332915f8fbbddc379
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/reflection_21_0.0.png ADDED

Git LFS Details

  • SHA256: 0df617274660f7d1d9ef19988cf9be9e89b8ed142af3ddfb04e48ca9eceb1091
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/reflection_21_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: addd060c1db634e4172c67eb77e490841ad7c1a413ebf3292e6b46bf0bb99fa8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/reflection_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 6305b153d2af7ffe841f4b6440f98fd81ca2cba6316a4d08383b8f5ee7bfbd77
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/reflection_22_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 6d05816f168e04b87383c1e6d26a06fc1951b395cb8b621c2ea26a6278492160
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/reflection_22_1.5.png ADDED

Git LFS Details

  • SHA256: 73b9e08aaa72e2f67ce575a69711648cf8ee468fbe82c1a4cc082c3156d85aa4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/reflection_22_3.0.png ADDED

Git LFS Details

  • SHA256: 6823a25ed8093270d9975a2900f201de640e77d144a4edc9ffca1d33d1f13e73
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
reflection.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eddd7ba702f778c3b174954cbc00f667bebffc73bddc2f5b2f4b8e7a7fc2fe2
3
+ size 8789076