ntc-ai commited on
Commit
9ed82e6
1 Parent(s): da652b6

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/casting a spell...concentrating/casting a spell_17_3.0.png"
6
+ widget:
7
+ - text: casting a spell
8
+ output:
9
+ url: images/casting a spell_17_3.0.png
10
+ - text: casting a spell
11
+ output:
12
+ url: images/casting a spell_19_3.0.png
13
+ - text: casting a spell
14
+ output:
15
+ url: images/casting a spell_20_3.0.png
16
+ - text: casting a spell
17
+ output:
18
+ url: images/casting a spell_21_3.0.png
19
+ - text: casting a spell
20
+ output:
21
+ url: images/casting a spell_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: "casting a spell"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - casting a spell (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/casting a spell_17_-3.0.png" width=256 height=256 /> | <img src="images/casting a spell_17_0.0.png" width=256 height=256 /> | <img src="images/casting a spell_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/casting a spell_19_-3.0.png" width=256 height=256 /> | <img src="images/casting a spell_19_0.0.png" width=256 height=256 /> | <img src="images/casting a spell_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/casting a spell_20_-3.0.png" width=256 height=256 /> | <img src="images/casting a spell_20_0.0.png" width=256 height=256 /> | <img src="images/casting a spell_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
+ casting a spell
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.casting-a-spell', weight_name='casting a spell.safetensors', adapter_name="casting a spell")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["casting a spell"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, casting a spell"
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 210+ 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
casting a spell.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c35f081a83e369f67fe72a9cd887bc9fa43da312aca52d00f2d3efb9e3eda92
3
+ size 8789076
images/casting a spell_17_-1.5.png ADDED

Git LFS Details

  • SHA256: ea31e128aac7f83451b6343933de327edae7bc5a72e8878c4df6b27e0f7fd8e2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/casting a spell_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 93b2120318ea9268d0be0a76e53c47d6ba07af215642d201b8dce619d7871a67
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/casting a spell_17_0.0.png ADDED

Git LFS Details

  • SHA256: 6cf8f7233b85dcded1691e2e6d288114c486bf1f2a4245029172e5c940e03d90
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/casting a spell_17_1.5.png ADDED

Git LFS Details

  • SHA256: d2c157d698a8bbdcc55dd7ba47bd3a63d437b7e404bb0d465b3ca3d7844cc27a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/casting a spell_17_3.0.png ADDED

Git LFS Details

  • SHA256: 060275b77fc5c6796f546ded12a85e6b828882e47e3cb7034553341b170c00c4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/casting a spell_19_-1.5.png ADDED

Git LFS Details

  • SHA256: caecce9323f622d040f988c5bf14eeaa26f327e2aee958cae588cc0d6818c12c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/casting a spell_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 59cf758528c92021849b1032185aa801e7dd49c92f924b751931ad4a3702269f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/casting a spell_19_0.0.png ADDED

Git LFS Details

  • SHA256: 9c0c08ce5c2c2f29eac8a9519c09a0c8f7712e7a24b235782fded9eda5e5642f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/casting a spell_19_1.5.png ADDED

Git LFS Details

  • SHA256: 0d7d595016a4d961028af934c5121f3a86f2acb63a6c439128d5f60a2e76068a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/casting a spell_19_3.0.png ADDED

Git LFS Details

  • SHA256: 4410bb7c5bf7832c7f513093d8184cc3f752351e9867a1e81c10c8c1af38fbf8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/casting a spell_20_-1.5.png ADDED

Git LFS Details

  • SHA256: b2fa348e53fd029fcee56c3c87cf422a90dc0963ac60dc74af5237c458e4f008
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/casting a spell_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 3b156cbf63a641a345d53b55f9c131018a6b7c34fac896fe8604d2b0d1d74ff5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/casting a spell_20_0.0.png ADDED

Git LFS Details

  • SHA256: b3b9a4df47c1d33c54b70363c4bc2652f0b21e02eea812c92c861adc162ac43b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/casting a spell_20_1.5.png ADDED

Git LFS Details

  • SHA256: dbc4aa30f1038854e83cb24bf702ff6a8b3c07b3881fc84d801d3e8ccd37e31f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/casting a spell_20_3.0.png ADDED

Git LFS Details

  • SHA256: 783e96f923e6fd8890fbdaa62af3405fe8e460d6128648ca7939acd7301dfd84
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/casting a spell_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 91cfe84ea58c0617b9f5ccdb85b600fe9d441d32571845cabd3ef0317f91259a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/casting a spell_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 11097464935419e1936a5786c5dc451812c130bbf41c20f237763eabb1f35979
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/casting a spell_21_0.0.png ADDED

Git LFS Details

  • SHA256: b4d1512bf997709bf7c5155dd517ef44ac56c752c02b4e07dff7e7965dfe2300
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/casting a spell_21_1.5.png ADDED

Git LFS Details

  • SHA256: cfcb5f8a6285eb3d6e7308b1216ab54c9ea6b212b10453c2e42efdf83c33e951
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/casting a spell_21_3.0.png ADDED

Git LFS Details

  • SHA256: a6ddf8cf43946660c948c300b92c82d82862b1139e20b3aa589a688a875aa726
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/casting a spell_22_-1.5.png ADDED

Git LFS Details

  • SHA256: c70e5ac3ae7c85c0701ffe30f0e64cb33055fc2219e72228c57e6066457b652e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/casting a spell_22_-3.0.png ADDED

Git LFS Details

  • SHA256: b5a4a155db8a5146b5b02220e8ea079b5e465ef03c8912bde33daa3ba9f7b50b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/casting a spell_22_0.0.png ADDED

Git LFS Details

  • SHA256: e02458be4c766738e88e099fb2a72066cfa07d4a4288255104850e2cd8650e5a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/casting a spell_22_1.5.png ADDED

Git LFS Details

  • SHA256: 783dfdd899c50efdb0549334eceaec8248383adc24227038b5863fafbd2b9d5d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/casting a spell_22_3.0.png ADDED

Git LFS Details

  • SHA256: 5b81def995c957188b0dd1170a967d947fee4a46adbdea6e46bc8c62af92c373
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB