ntc-ai commited on
Commit
b7d161f
1 Parent(s): 1e09623

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/genie.../genie_17_3.0.png"
6
+ widget:
7
+ - text: genie
8
+ output:
9
+ url: images/genie_17_3.0.png
10
+ - text: genie
11
+ output:
12
+ url: images/genie_19_3.0.png
13
+ - text: genie
14
+ output:
15
+ url: images/genie_20_3.0.png
16
+ - text: genie
17
+ output:
18
+ url: images/genie_21_3.0.png
19
+ - text: genie
20
+ output:
21
+ url: images/genie_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: "genie"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - genie (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/genie_17_-3.0.png" width=256 height=256 /> | <img src="images/genie_17_0.0.png" width=256 height=256 /> | <img src="images/genie_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/genie_19_-3.0.png" width=256 height=256 /> | <img src="images/genie_19_0.0.png" width=256 height=256 /> | <img src="images/genie_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/genie_20_-3.0.png" width=256 height=256 /> | <img src="images/genie_20_0.0.png" width=256 height=256 /> | <img src="images/genie_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
+ genie
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.genie', weight_name='genie.safetensors', adapter_name="genie")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["genie"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, genie"
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 750+ 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
genie.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24166e2aa2ccf200a5f2d7c512257d416af3f9fa6cd9a58fcdbfa4594cf7504e
3
+ size 8789076
images/genie_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 697026aaa3525baa15e5c7a62a32b05d5e5f5c42187b49c55d6b0e87e44664d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/genie_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 6783616451e069ccf4ec4dbdb314b22f4f75e97d7dba1c395c9166c6f2a86420
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/genie_17_0.0.png ADDED

Git LFS Details

  • SHA256: 98aceecb259410f005c208381d6073a1c9af1d462997f34130effc220b659f7b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/genie_17_1.5.png ADDED

Git LFS Details

  • SHA256: 5f5580803dd78adb9466213febb1827bdebcd247c6390699a20b93028b0c206e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/genie_17_3.0.png ADDED

Git LFS Details

  • SHA256: 283a482667408db55caf7072cbd2e06aaa130414a0e0409ef78c9c55c0a2cb8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/genie_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: c321dbdbe253b951bbd73153bf9122937ae40982e791be8d920a388ab0e43ed9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/genie_19_0.0.png ADDED

Git LFS Details

  • SHA256: b15ea14f137198e550f76cf64daff114ed92bb45ba8526674ee7f566600a17fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/genie_19_1.5.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 8086f09efc93e36373218b94b93f92ad1bf4d2cfe519d2f0e6cdb4dd2cb2d92a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/genie_20_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 14e9527fa2bf640e13326b33ef3a492e88d64efba2fb7cbb4dbaa8e888bca5ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/genie_20_1.5.png ADDED

Git LFS Details

  • SHA256: 3bb89198333d9cf4ee480f678699d458eba1e8fc7cd7bb5a8d42fb1ddd1cb6a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/genie_20_3.0.png ADDED

Git LFS Details

  • SHA256: 8d0b6ce7c281935a003604d181f4be4f5c4f4fe6ccc132550d60103d44158054
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/genie_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 5830bef5aee670211773bd8106fe3d87d69ce860ed905120de3745dab1084a46
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/genie_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 040e92da3ba1b8ef15a71df06c8fb9fb48d5ad3d53a021d417ad9e4f38762e25
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/genie_21_0.0.png ADDED

Git LFS Details

  • SHA256: 0f26d00268d961aefc2a1d87da04de8fa174e15418bb183e18705427580d1560
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/genie_21_1.5.png ADDED

Git LFS Details

  • SHA256: b68c4f198016c94f8a0125bb1f6841b188b7173154f868e463737e7ffc97b388
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/genie_21_3.0.png ADDED

Git LFS Details

  • SHA256: ffa64b48002f9812dd2fe2b34b7478049d2cf07d2ca87c192d2ade3a6368369c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/genie_22_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: ff16d3bf35b37928f67c9df31f09e79e71166377b2c95b304398008e1430058e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/genie_22_0.0.png ADDED

Git LFS Details

  • SHA256: 6ab310d3bd791f13864f6b2ce9e0fb9ba04a7f6686f94d58b256b25c346110cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/genie_22_1.5.png ADDED

Git LFS Details

  • SHA256: 5b1bad1e195ae1a2171891fced5439e8d5cbbe97279f185f2392131682b6b021
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/genie_22_3.0.png ADDED

Git LFS Details

  • SHA256: 49b557227a48c2055f4206fc6cc29fa52256a03b6c5dd37c8f53c053b2435fff
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB