ntc-ai commited on
Commit
35078ec
1 Parent(s): fccb5b7

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/asleep...awake/asleep_17_3.0.png"
6
+ widget:
7
+ - text: asleep
8
+ output:
9
+ url: images/asleep_17_3.0.png
10
+ - text: asleep
11
+ output:
12
+ url: images/asleep_19_3.0.png
13
+ - text: asleep
14
+ output:
15
+ url: images/asleep_20_3.0.png
16
+ - text: asleep
17
+ output:
18
+ url: images/asleep_21_3.0.png
19
+ - text: asleep
20
+ output:
21
+ url: images/asleep_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: "asleep"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - asleep (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/asleep_17_-3.0.png" width=256 height=256 /> | <img src="images/asleep_17_0.0.png" width=256 height=256 /> | <img src="images/asleep_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/asleep_19_-3.0.png" width=256 height=256 /> | <img src="images/asleep_19_0.0.png" width=256 height=256 /> | <img src="images/asleep_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/asleep_20_-3.0.png" width=256 height=256 /> | <img src="images/asleep_20_0.0.png" width=256 height=256 /> | <img src="images/asleep_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
+ asleep
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.asleep', weight_name='asleep.safetensors', adapter_name="asleep")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["asleep"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, asleep"
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 420+ 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
asleep.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:511851f68f8fc0b274ef72ca14654ec5e5e1486c3554f2bb4104e69bf8b674a2
3
+ size 8789076
images/asleep_17_-1.5.png ADDED

Git LFS Details

  • SHA256: e808d58dfa600ddec81909f86ba5813777ccc223ce6c0aafcb0ddd5acb1a6929
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/asleep_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 0df6ad2871a843e06ebe2fd601db4e9170094516018c84fa82b383a1fe99b14e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/asleep_17_0.0.png ADDED

Git LFS Details

  • SHA256: 59668c96b2d8dab196ba15ccfed8c1ab9373e3e98f4bb2896447280ea09265a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/asleep_17_1.5.png ADDED

Git LFS Details

  • SHA256: 3119525dda8a9b112615200fbba2a77916fd035800ff05647843831866e266d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/asleep_17_3.0.png ADDED

Git LFS Details

  • SHA256: b50d9a20b269b1e8ea8050e00ec5b6cbf0a33000b7b8f3fd90d5c6c5ed90d0d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/asleep_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: e815fa0904b8c82a6419ef5f2539f591225cdf698b26f22c3c9332db439eeddc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/asleep_19_0.0.png ADDED

Git LFS Details

  • SHA256: 9cb623a14122ecdff995d2700185d1f21a22057e8bf89b91b67e37fe7badb6cf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/asleep_19_1.5.png ADDED

Git LFS Details

  • SHA256: 35516eefc0d4a937cef52da6a324311c44a7932291dd42ea82d032fd3170d124
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/asleep_19_3.0.png ADDED

Git LFS Details

  • SHA256: ed1cc83aeac55d9524bdb649c0a3e75b637b6cfb53bcda4b0c3a09e6557ffc50
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/asleep_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 66338da621d90b3ae5392df711a2354b8c3e2fb298dd91a51c003fb48c1527cb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/asleep_20_0.0.png ADDED

Git LFS Details

  • SHA256: 851fe6d075c533c89414a4970627b243e3368dd47b6bd786689e58c11af34f5d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/asleep_20_1.5.png ADDED

Git LFS Details

  • SHA256: dd7cf782e6a00a90c3b9579b1aca6734b1f248480bc4859bf0fe4b6374fe8736
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/asleep_20_3.0.png ADDED

Git LFS Details

  • SHA256: f189099e0c7deea806c8c7fa0ea215298bd6ef7835b2a4de193d9a17f51c86b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/asleep_21_-1.5.png ADDED

Git LFS Details

  • SHA256: fd9a02c852501169ab74b9a0047a3075e733153dad64ed7eb2b7083876ba295c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/asleep_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 048b197ea79d4e9ad21d794ab33b3aade358153e117af0dacd615a89a60b4b90
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/asleep_21_0.0.png ADDED

Git LFS Details

  • SHA256: 4dd1cff55a26ad3c4de193fb82510a58d077204bf49e93111c3eea2940b7e61b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/asleep_21_1.5.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 59f6fee578468d411912fbbbec5ad61d411e6f950368bc87c3f74815e20854f4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/asleep_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 0e0eea7ac42a94a5893326ec2af95d7a353c3934a195a636e16a9430286a7de2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/asleep_22_0.0.png ADDED

Git LFS Details

  • SHA256: a935c5f346a56adbe228a1dcd3edc1949b6ed288924108c2379ccdfedb53ad11
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/asleep_22_1.5.png ADDED

Git LFS Details

  • SHA256: e2475b1febded6f99a4a43367c4cc3462688697e5c89a93f6e83a03a8f54576b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/asleep_22_3.0.png ADDED

Git LFS Details

  • SHA256: ccd2ed586f8a07b384c82843ede27c79416e6680b8d99578efaf24b9549b4af6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB