ntc-ai commited on
Commit
233cac0
1 Parent(s): b5ce9ca

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/plastic...real/plastic_17_3.0.png"
6
+ widget:
7
+ - text: plastic
8
+ output:
9
+ url: images/plastic_17_3.0.png
10
+ - text: plastic
11
+ output:
12
+ url: images/plastic_19_3.0.png
13
+ - text: plastic
14
+ output:
15
+ url: images/plastic_20_3.0.png
16
+ - text: plastic
17
+ output:
18
+ url: images/plastic_21_3.0.png
19
+ - text: plastic
20
+ output:
21
+ url: images/plastic_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: "plastic"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - plastic (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/plastic_17_-3.0.png" width=256 height=256 /> | <img src="images/plastic_17_0.0.png" width=256 height=256 /> | <img src="images/plastic_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/plastic_19_-3.0.png" width=256 height=256 /> | <img src="images/plastic_19_0.0.png" width=256 height=256 /> | <img src="images/plastic_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/plastic_20_-3.0.png" width=256 height=256 /> | <img src="images/plastic_20_0.0.png" width=256 height=256 /> | <img src="images/plastic_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
+ plastic
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.plastic', weight_name='plastic.safetensors', adapter_name="plastic")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["plastic"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, plastic"
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 250+ 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
images/plastic_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 834f40be2232dff7474a4acae1f1c972f956342aec2254d32ea54ee6d8093cd7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/plastic_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 888d476b54fc47311bf67b62851c9c4d9b02027e0a5b41d7a3d44b23a4b021be
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/plastic_17_0.0.png ADDED

Git LFS Details

  • SHA256: fa455bb1dc0a18a78ed9400c9eb3814bea35b0f067bede8abbe7b5959309f8a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/plastic_17_1.5.png ADDED

Git LFS Details

  • SHA256: 075d2156dff080c5af5736f9d579ceb8c0d0a0c6b5898b22f74486b0118d8023
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/plastic_17_3.0.png ADDED

Git LFS Details

  • SHA256: 691f0cf7a91c754cc5232bb316d53e7434c48c00ebc90481961048e0f8096571
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/plastic_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 57d07f8bd418f6c66c3acdc3600f7f901002b7bec06f0e018f0cbe65b3c239e0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/plastic_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 28a01400d4a0cddbf264e3207ab1e4fc685bf5aca19562b21a65c4f3da6c3c45
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/plastic_19_0.0.png ADDED

Git LFS Details

  • SHA256: d274c06b1a93c4288725ffb9df4869adfff661b263bc0ebf1790f7296d8f8cb8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/plastic_19_1.5.png ADDED

Git LFS Details

  • SHA256: a07bf37c53cac3269fc272af9ebe5a6a4cee313e773dfe8f171a8929c0015f6b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/plastic_19_3.0.png ADDED

Git LFS Details

  • SHA256: 78429421b6f7de27337c3d9dd566a0d302ceedaa7dae675273a4170640ba949e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/plastic_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 8ec9df3c0de5ddaf1fbe4e686d5e59c151b043221f6738a51c672618e6724304
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/plastic_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 2067ef8a66baabc2b6ce234936300e68e09b202073dd8867f52f6b8656dcbf0e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/plastic_20_0.0.png ADDED

Git LFS Details

  • SHA256: 501afc7ed2c04fd4be91e8950b6e043b984354fd79f8cffa5d0bfcfaa9b34981
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/plastic_20_1.5.png ADDED

Git LFS Details

  • SHA256: 74f163ac4dad02548a07cb5b00a417fc734102dcb0a0bda28250903f8251fad8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/plastic_20_3.0.png ADDED

Git LFS Details

  • SHA256: b6dbbd395d7ec4ad0ed7a19052ebfaa7baf9860b8ed521aee6ddf3f3e1e99ac0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/plastic_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 022ae8d477d28e411415f49df40df39f46ebfc99a91d0b4c1bc3e75b4d6b017e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/plastic_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 74a0dbe25955f4d7d0cc6f4aea9291d822d63ac7f22f772d784e7d150d09d1a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/plastic_21_0.0.png ADDED

Git LFS Details

  • SHA256: 4865d6540acf09111680f6e14d0658dbdf562847bc805d4fa3c68f75d80c4514
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/plastic_21_1.5.png ADDED

Git LFS Details

  • SHA256: 925c1eaf420cc35e4563ba7cfa06730f99ab79e3bb184058b008e198c84f770f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/plastic_21_3.0.png ADDED

Git LFS Details

  • SHA256: d3fc925fbadb0bf3958f8bacd7e9f299598b71fdd3c998a895fe5a410ebdf33b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/plastic_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 0cac4f3128036fc2de34e1f6c9dc7084a7f54f220e6db41a23737921b0be1ba0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/plastic_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 79e706567fae9fde174a7919b3a53a5225592de790ceef9b9f5b1d4f96d7bf69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/plastic_22_0.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: be3c27ba5d32b6a3d958461761588ae60369d3427bf199ae5e85cc1da7c0d983
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/plastic_22_3.0.png ADDED

Git LFS Details

  • SHA256: 8a0f52a8c4b04cb7ce63618d000d5eaed098c8d87ba1670dccd533af4b70e1c7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
plastic.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6df0ac21751467d63e4609cd8b1861f82ad88893f04a55bbd4a304afc4419322
3
+ size 8789076