ntc-ai commited on
Commit
988a06c
1 Parent(s): 730d166

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/drinking a coke in the 1950s.../drinking a coke in the 1950s_17_3.0.png"
6
+ widget:
7
+ - text: drinking a coke in the 1950s
8
+ output:
9
+ url: images/drinking a coke in the 1950s_17_3.0.png
10
+ - text: drinking a coke in the 1950s
11
+ output:
12
+ url: images/drinking a coke in the 1950s_19_3.0.png
13
+ - text: drinking a coke in the 1950s
14
+ output:
15
+ url: images/drinking a coke in the 1950s_20_3.0.png
16
+ - text: drinking a coke in the 1950s
17
+ output:
18
+ url: images/drinking a coke in the 1950s_21_3.0.png
19
+ - text: drinking a coke in the 1950s
20
+ output:
21
+ url: images/drinking a coke in the 1950s_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: "drinking a coke in the 1950s"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - drinking a coke in the 1950s (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/drinking a coke in the 1950s_17_-3.0.png" width=256 height=256 /> | <img src="images/drinking a coke in the 1950s_17_0.0.png" width=256 height=256 /> | <img src="images/drinking a coke in the 1950s_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/drinking a coke in the 1950s_19_-3.0.png" width=256 height=256 /> | <img src="images/drinking a coke in the 1950s_19_0.0.png" width=256 height=256 /> | <img src="images/drinking a coke in the 1950s_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/drinking a coke in the 1950s_20_-3.0.png" width=256 height=256 /> | <img src="images/drinking a coke in the 1950s_20_0.0.png" width=256 height=256 /> | <img src="images/drinking a coke in the 1950s_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
+ drinking a coke in the 1950s
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.drinking-a-coke-in-the-1950s', weight_name='drinking a coke in the 1950s.safetensors', adapter_name="drinking a coke in the 1950s")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["drinking a coke in the 1950s"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, drinking a coke in the 1950s"
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 1140+ 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
drinking a coke in the 1950s.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb8e4ccef99be26584390569e48da42e282cb9999b37e117d7234c14ae296b6e
3
+ size 8789076
images/drinking a coke in the 1950s_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 92e57d877f55a46d59cd82526e72ddb32fc734a62b8dd492966c96b5eff023b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/drinking a coke in the 1950s_17_-3.0.png ADDED

Git LFS Details

  • SHA256: ad43207259320c1f5b100eef732947c754ac1c609e1ffd615107fb0c14b5b80b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/drinking a coke in the 1950s_17_0.0.png ADDED

Git LFS Details

  • SHA256: c7a18931affca8a0c0ebae8042874faabf510350f8f9181b20b3f4390b57fa95
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/drinking a coke in the 1950s_17_1.5.png ADDED

Git LFS Details

  • SHA256: 0b19e3e490cad7c0c6108024aa8ce556a4b9db056a4efb1addafa879e6d41970
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/drinking a coke in the 1950s_17_3.0.png ADDED

Git LFS Details

  • SHA256: 539f14179517dfd486c6e4aee2b156758c9b288d03bc94c524bb57baa4081394
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/drinking a coke in the 1950s_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 41ed25fb2aeb00c924a4214027d3ba47dbd3aef3491a0615bddf415c14a89d50
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/drinking a coke in the 1950s_19_-3.0.png ADDED

Git LFS Details

  • SHA256: dfb80674bf10db7f3bd451cdfd1a94fdc869978f6739e400e26f6d1a6c5883d7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/drinking a coke in the 1950s_19_0.0.png ADDED

Git LFS Details

  • SHA256: 25e473ddc7ef25d274dfcbf7ab1b2b55720a358b4270435d108816f068e690fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/drinking a coke in the 1950s_19_1.5.png ADDED

Git LFS Details

  • SHA256: a759a81b59024e806f0f5e7bb626b64aea2c3f4802bd3b6e96fde20ad0b5dd4d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/drinking a coke in the 1950s_19_3.0.png ADDED

Git LFS Details

  • SHA256: 4afa24609a3aef9d58f7d2ce178e806f6d906d6605ff97ea6167705e776a26f3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/drinking a coke in the 1950s_20_-1.5.png ADDED

Git LFS Details

  • SHA256: c8dc981fab4842ac616b61abf7b39367df630d27a43367ee0cd96720c0ce67ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/drinking a coke in the 1950s_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 48d0a3e18a14a2b21431c750dec5f6af6eb5335912bf9188af1faa3a3da21a13
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/drinking a coke in the 1950s_20_0.0.png ADDED

Git LFS Details

  • SHA256: 8477a46014c76741aa2f0a342af1eb11095683aecd1abd2cea55aae3b1357872
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/drinking a coke in the 1950s_20_1.5.png ADDED

Git LFS Details

  • SHA256: 9eae32a734d6d96ff837607781cb40bdda2c8400bedea907c7b9bddef09eadcb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/drinking a coke in the 1950s_20_3.0.png ADDED

Git LFS Details

  • SHA256: 4d9e18fd22ae609ca2416e62702a6bd4398ec7c530f1426b1c81e6715cf88c15
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/drinking a coke in the 1950s_21_-1.5.png ADDED

Git LFS Details

  • SHA256: da9e49b71a326379c1ef9bcddff312f5517ada0894d7bac88b177cd01326c285
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/drinking a coke in the 1950s_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 84173392e777cfc38d35a71311a56e1d5933383bb5b078a0b7e7c52d38d3d6b0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/drinking a coke in the 1950s_21_0.0.png ADDED

Git LFS Details

  • SHA256: 6e1b2d2889712a021bba87bec6ad94ef5de58639f35ea627c5ba6693668aadf1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/drinking a coke in the 1950s_21_1.5.png ADDED

Git LFS Details

  • SHA256: 14938b9215fed1f57535f53cc336f6d0b244bfd1f76b2843d6b856c81869a456
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/drinking a coke in the 1950s_21_3.0.png ADDED

Git LFS Details

  • SHA256: 8936cf2a7bca5bd163dd35dd77ea686e6e3bd8a1968d96cce19cb46660f1d5de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/drinking a coke in the 1950s_22_-1.5.png ADDED

Git LFS Details

  • SHA256: c6b1bcdbf95845833b647793a48da227de9e3100e69ecb3fedbc65fed225f307
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/drinking a coke in the 1950s_22_-3.0.png ADDED

Git LFS Details

  • SHA256: cb54df8c944e15d34e2f7f7aaddad0667e4654cab8020032f159b55794c2e7d0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/drinking a coke in the 1950s_22_0.0.png ADDED

Git LFS Details

  • SHA256: ab18ada6745df42c856faa1d68912c4e127539c6c4e14598f66ee738beedfee5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/drinking a coke in the 1950s_22_1.5.png ADDED

Git LFS Details

  • SHA256: 06a26314714105cd815a0536d5b89d7a31a062b26e1691aa03b83e9f1a73598c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/drinking a coke in the 1950s_22_3.0.png ADDED

Git LFS Details

  • SHA256: 5e3503381c2e99335159e91d76a12fb2fe22e94c78c4481f9a97aed41249ae0c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB