ntc-ai commited on
Commit
42023a8
1 Parent(s): f247ed7

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/pepe the frog...human/pepe the frog_17_3.0.png"
6
+ widget:
7
+ - text: pepe the frog
8
+ output:
9
+ url: images/pepe the frog_17_3.0.png
10
+ - text: pepe the frog
11
+ output:
12
+ url: images/pepe the frog_19_3.0.png
13
+ - text: pepe the frog
14
+ output:
15
+ url: images/pepe the frog_20_3.0.png
16
+ - text: pepe the frog
17
+ output:
18
+ url: images/pepe the frog_21_3.0.png
19
+ - text: pepe the frog
20
+ output:
21
+ url: images/pepe the frog_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: "pepe the frog"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - pepe the frog (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/pepe the frog_17_-3.0.png" width=256 height=256 /> | <img src="images/pepe the frog_17_0.0.png" width=256 height=256 /> | <img src="images/pepe the frog_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/pepe the frog_19_-3.0.png" width=256 height=256 /> | <img src="images/pepe the frog_19_0.0.png" width=256 height=256 /> | <img src="images/pepe the frog_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/pepe the frog_20_-3.0.png" width=256 height=256 /> | <img src="images/pepe the frog_20_0.0.png" width=256 height=256 /> | <img src="images/pepe the frog_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
+ pepe the frog
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.pepe-the-frog', weight_name='pepe the frog.safetensors', adapter_name="pepe the frog")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["pepe the frog"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, pepe the frog"
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 680+ 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/pepe the frog_17_-1.5.png ADDED

Git LFS Details

  • SHA256: dd48e16ecc8d8208472820a07c3c6a5f4d1f8043e3e6eb6bfa705289cfcbae6a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/pepe the frog_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 9fec7194fc8d2b16b2004ded4f4856a32e6a23425698e7ded64df9a158f39f97
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/pepe the frog_17_0.0.png ADDED

Git LFS Details

  • SHA256: ea2232bb37c22314be223c67564890d3348babe3fc5e00c26b95bead4339e41b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/pepe the frog_17_1.5.png ADDED

Git LFS Details

  • SHA256: cb14f33d0deb3fe79c1c4ba290c74b65e68b24d5797a6c6a7e4196af5987e1dc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/pepe the frog_17_3.0.png ADDED

Git LFS Details

  • SHA256: 9f2fd912eda75f6e657b13e690f7378000d66e408c65a0a00457d74773f23710
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/pepe the frog_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 26897d4348498cefaca873ee450f943c379033e131459423191acb357e13da1c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/pepe the frog_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 2d59cd9fe4f8503206f927039344d7b9282889492a2ff7472cd2c26ecc35080f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/pepe the frog_19_0.0.png ADDED

Git LFS Details

  • SHA256: c06e99b26238996681451c1f1b56e01d3bbf8ce4e1dfe4c6c0c629938651c233
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/pepe the frog_19_1.5.png ADDED

Git LFS Details

  • SHA256: af44073670f854430621781054a69f90636c601dcdbac277209e623934d3df97
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/pepe the frog_19_3.0.png ADDED

Git LFS Details

  • SHA256: 1f20e3b93f64d4d30ee440aba4f29aed90e8b3efc4e576939ef4f9788c41607c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/pepe the frog_20_-1.5.png ADDED

Git LFS Details

  • SHA256: bf3a7fb2d318a90d7f5284362ee0c8282064bc197062f4806c7a025129f876c0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/pepe the frog_20_-3.0.png ADDED

Git LFS Details

  • SHA256: f3b23953c1d5eb7ebcef7cf15b502f38a2b272902dd8fe317004dc9b00efbb4b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/pepe the frog_20_0.0.png ADDED

Git LFS Details

  • SHA256: c2a236dd926c57a263cb78ecefa25b67623ae5e321c00abaf70402e9b63713ff
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/pepe the frog_20_1.5.png ADDED

Git LFS Details

  • SHA256: 16288a37c51b7ff775a7c41425cc53609b73e14c4e785cd379612938cbb13a8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/pepe the frog_20_3.0.png ADDED

Git LFS Details

  • SHA256: 90b768b068e2065af9beae35fa6297da43be8250173b6007cb679f416f659c6f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/pepe the frog_21_-1.5.png ADDED

Git LFS Details

  • SHA256: aed9d66f09c64074c05992c72125923f1e0749141aebc7729923d0e5534a3f55
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/pepe the frog_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 5380ac8d082825a3d3f558f4ceb3f99c64d70f26e490860543822c86c84af879
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/pepe the frog_21_0.0.png ADDED

Git LFS Details

  • SHA256: e4f7091fbb742c94559d08145bd12e1ae3cf420c96996e3d8b327a78b29af85b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/pepe the frog_21_1.5.png ADDED

Git LFS Details

  • SHA256: 1584e30a27a7f146357b919fd8a71dde6ddd7112d48e522a01f99efc9143144e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/pepe the frog_21_3.0.png ADDED

Git LFS Details

  • SHA256: 0a2532c29f16ff2586f80b548353663f612c770b4ec00de796e785fb850df2a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/pepe the frog_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 9f9fa7c5d93555bae3dca56e59d1e617275d81d7b6e0bd208ebce5e64ac6ad37
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/pepe the frog_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 1171e7087284451a7b421ba0e8c12134369191e368ee398f5a574ca43fa9869c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/pepe the frog_22_0.0.png ADDED

Git LFS Details

  • SHA256: b2c8dede98ae594adb0aea6b9d514d80b1a02496a9c2c482fb3f5d292ad8b4eb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/pepe the frog_22_1.5.png ADDED

Git LFS Details

  • SHA256: d77492b104876893d9181bc8e0427eb381fe9a80d36e3f0372c24cc93ae52080
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/pepe the frog_22_3.0.png ADDED

Git LFS Details

  • SHA256: 31cbac6789873830ff798b2b4b5b29c8b600f8bf20d95a1eb3040893e72ce19a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
pepe the frog.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bdf58e6fc07bce14c602ab7e42391cd248e3eb2cd48dfa28b5878195b8b284f
3
+ size 8789076