ntc-ai commited on
Commit
ececa4c
1 Parent(s): bacf974

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/fire elemental.../fire elemental_17_3.0.png"
6
+ widget:
7
+ - text: fire elemental
8
+ output:
9
+ url: images/fire elemental_17_3.0.png
10
+ - text: fire elemental
11
+ output:
12
+ url: images/fire elemental_19_3.0.png
13
+ - text: fire elemental
14
+ output:
15
+ url: images/fire elemental_20_3.0.png
16
+ - text: fire elemental
17
+ output:
18
+ url: images/fire elemental_21_3.0.png
19
+ - text: fire elemental
20
+ output:
21
+ url: images/fire elemental_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: "fire elemental"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - fire elemental (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/fire elemental_17_-3.0.png" width=256 height=256 /> | <img src="images/fire elemental_17_0.0.png" width=256 height=256 /> | <img src="images/fire elemental_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/fire elemental_19_-3.0.png" width=256 height=256 /> | <img src="images/fire elemental_19_0.0.png" width=256 height=256 /> | <img src="images/fire elemental_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/fire elemental_20_-3.0.png" width=256 height=256 /> | <img src="images/fire elemental_20_0.0.png" width=256 height=256 /> | <img src="images/fire elemental_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
+ fire elemental
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.fire-elemental', weight_name='fire elemental.safetensors', adapter_name="fire elemental")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["fire elemental"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, fire elemental"
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 280+ 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
fire elemental.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cdb71bf881c0f8b340e209f149a932aa63275f16f1c6f92877d13f415f2f958
3
+ size 8789076
images/fire elemental_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 38626df59ba0f47a1bc1185e36cd45e02b750614c7d7cd96e03e55b9763c380f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/fire elemental_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 76f73f15c35ba085242b2c6af00d13122f069cf68863c99f1c48d1bb7a3c257c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/fire elemental_17_0.0.png ADDED

Git LFS Details

  • SHA256: 30a4bfcbb7254f85032ecedf1baf1122522eb0f9c86ac1fb25fa5f87ce1096f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/fire elemental_17_1.5.png ADDED

Git LFS Details

  • SHA256: f9f4465cea906394f26d63f5c569639538d29b7b527757521de50d564c98ebd5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/fire elemental_17_3.0.png ADDED

Git LFS Details

  • SHA256: 9124661844e98e2939c0662b23d10f8efacde79d21917e10311cc7c8a41923fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/fire elemental_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 503391377fecaad7990cd8a0a8c2e8b1a3a9afd4232b9e2342abebcb182b3c26
  • Pointer size: 132 Bytes
  • Size of remote file: 1.83 MB
images/fire elemental_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 31a708bc8d08503018a95d5bd7c162eda9aec49639d4c7461fd6682c8b1157cf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
images/fire elemental_19_0.0.png ADDED

Git LFS Details

  • SHA256: 7bfb829c2926556ec703bb2ae1dccf655bf3c223a33b08836ac20fa7336f9a21
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/fire elemental_19_1.5.png ADDED

Git LFS Details

  • SHA256: c406c487584077d4fb92a255bb613cc1776c2888c008d656ae2063ee0cc2f94e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/fire elemental_19_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 9196e7ee8346acea54a4acbb2786f4a30c5b78fe88852367ddfb151bb78ef801
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/fire elemental_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 0d4c89bcd996b9d4ad34cea20c44a556e3d0cc14bdae4e002bf4fbaa98489149
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/fire elemental_20_0.0.png ADDED

Git LFS Details

  • SHA256: 11aa72ada4d2b69a1b80a32f06eb7e9aeccdddcb373c1280f68154bf9936061e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/fire elemental_20_1.5.png ADDED

Git LFS Details

  • SHA256: 709f863dd3329df9302764824864cdedca90e5988d61d19f3e02a650ebbe7af0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/fire elemental_20_3.0.png ADDED

Git LFS Details

  • SHA256: e31a9b62d5334e56fa5716bacb44469eaaa453fd43b6cdd1c1ee11dc32c83409
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/fire elemental_21_-1.5.png ADDED

Git LFS Details

  • SHA256: eade91bda50ac85447dd01a2d307d02e6b59ff40dd807ba6bfec62c956b21af5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/fire elemental_21_-3.0.png ADDED

Git LFS Details

  • SHA256: fb9ad4fdd122734fc4ec8dc7996806fce0c1d8e0517a2f90893c804cf716835d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/fire elemental_21_0.0.png ADDED

Git LFS Details

  • SHA256: 7335969c59798f08e75c6f06a87cf8e6b222124afbf9bc9cf78f2fbeea30c755
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/fire elemental_21_1.5.png ADDED

Git LFS Details

  • SHA256: bb69250fabcd653b68f0c2e8b75162f4375aa91a9f7720b346eba7fae3c0fcc1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/fire elemental_21_3.0.png ADDED

Git LFS Details

  • SHA256: b4152057d74afca1287a8542ee75568a6fb94db5e24e551067a2a96b93494994
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/fire elemental_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 595dfd71beef12ee66f846656315f4cce7b67a8b79fdf979bef11be4a338fdc9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/fire elemental_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 854de7dba88846bc13e1228edd73c402b3bb4dac57c3b9017732ef9783c6e2e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/fire elemental_22_0.0.png ADDED

Git LFS Details

  • SHA256: 0f345a8ef09c0fb85777267afacc91ac861113a95a320776fac210b9dcf54e8b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/fire elemental_22_1.5.png ADDED

Git LFS Details

  • SHA256: f021cccab3528a770d23cca42d4d63bb265d65e8393bb54f81ebd973b416223b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/fire elemental_22_3.0.png ADDED

Git LFS Details

  • SHA256: 6962f84a87a70debfeeb1ff164570ce02a82a772b85d057455a8e707d5341479
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB