ntc-ai commited on
Commit
346fa41
1 Parent(s): cf8ed3e

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/just told a joke.../just told a joke_17_3.0.png"
6
+ widget:
7
+ - text: just told a joke
8
+ output:
9
+ url: images/just told a joke_17_3.0.png
10
+ - text: just told a joke
11
+ output:
12
+ url: images/just told a joke_19_3.0.png
13
+ - text: just told a joke
14
+ output:
15
+ url: images/just told a joke_20_3.0.png
16
+ - text: just told a joke
17
+ output:
18
+ url: images/just told a joke_21_3.0.png
19
+ - text: just told a joke
20
+ output:
21
+ url: images/just told a joke_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: "just told a joke"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - just told a joke (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/just told a joke_17_-3.0.png" width=256 height=256 /> | <img src="images/just told a joke_17_0.0.png" width=256 height=256 /> | <img src="images/just told a joke_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/just told a joke_19_-3.0.png" width=256 height=256 /> | <img src="images/just told a joke_19_0.0.png" width=256 height=256 /> | <img src="images/just told a joke_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/just told a joke_20_-3.0.png" width=256 height=256 /> | <img src="images/just told a joke_20_0.0.png" width=256 height=256 /> | <img src="images/just told a joke_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
+ just told a joke
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.just-told-a-joke', weight_name='just told a joke.safetensors', adapter_name="just told a joke")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["just told a joke"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, just told a joke"
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 780+ 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/just told a joke_17_-1.5.png ADDED

Git LFS Details

  • SHA256: a3079c229d68ffe7e15d92d4e0559b9dd6511124756a78e32eca99a155510ba4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
images/just told a joke_17_-3.0.png ADDED

Git LFS Details

  • SHA256: e272222fdb1e19592a3050d60b1f8104c62787825c8f020557714c9686ec5ba6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB
images/just told a joke_17_0.0.png ADDED

Git LFS Details

  • SHA256: a0b4876ffedc2b6ee6417565fa48ffe730671a35753ebf3c498b18cc13a1ff73
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB
images/just told a joke_17_1.5.png ADDED

Git LFS Details

  • SHA256: 4e634332ff67205fe5770e104ff3e2559aee06712ea88abe6a8c0340615e9ba3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/just told a joke_17_3.0.png ADDED

Git LFS Details

  • SHA256: 92a1b3ea556c930eeedcc8dfc16399a79f45beae90f332ec65bbd2092cd56dc3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB
images/just told a joke_19_-1.5.png ADDED

Git LFS Details

  • SHA256: e9f2c25df94936f903e36668be3187f9bf1811b1edada61c4800257b611d341f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/just told a joke_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 4103d993687811d5dc43b59408f553a68205bc529b9fd168d49e947711132edc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/just told a joke_19_0.0.png ADDED

Git LFS Details

  • SHA256: 0e4519ac62125009c217bc9aff0d0a5a0d9b10acb87bacf8e02f2d158636d416
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/just told a joke_19_1.5.png ADDED

Git LFS Details

  • SHA256: ea4d322ba65552f8b843ce8ef6bd4ec1e795a1e79f4428adb1e3fb8a8171bc9e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/just told a joke_19_3.0.png ADDED

Git LFS Details

  • SHA256: ddd8e5bded68e14a2c89eaa761eba47ac6abe2bef27868f72425a6ecba1fdfb5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/just told a joke_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 5d6910e3f0b239279816f60abaac73fc0dd9b06906648b4550ed29eb2fb485df
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/just told a joke_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 1e0e0689faff5cd02ba21492e5b8ccfa878dbd692b948102aff8be72210f67df
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/just told a joke_20_0.0.png ADDED

Git LFS Details

  • SHA256: 8c78c634b97d7cc80708e46c23531c0054d70ced2d28372c65ab20d86f8aefd4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/just told a joke_20_1.5.png ADDED

Git LFS Details

  • SHA256: b8516c3f5bc40aab2f42fffaca52770b482ba9f571366406b9a798b4c33e1076
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/just told a joke_20_3.0.png ADDED

Git LFS Details

  • SHA256: 5e24398e90eb9c49750e46b84c9d158466812c9e155408b2d858a0db42d65818
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/just told a joke_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 99dd3e0ffb13b80e414c9b3e15bfe626cbe636f35ef5092c28a7b933896bcd34
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/just told a joke_21_-3.0.png ADDED

Git LFS Details

  • SHA256: e2f78159c39a98b799cb0a36563379e950219c27a305f345c7dd4f19caf7d042
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/just told a joke_21_0.0.png ADDED

Git LFS Details

  • SHA256: 62c9d3db166adcd8d98fdf2b5a0d3eab0c5f89213fb2390c662dde358e828425
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/just told a joke_21_1.5.png ADDED

Git LFS Details

  • SHA256: 13b7d23b5ce0311e4dd122f964a65a605b13690c464d6b43f845d689a5047980
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/just told a joke_21_3.0.png ADDED

Git LFS Details

  • SHA256: 591a383874edf9cfa5621de2c8b967982dbfc728f5169a6cd60e6a595542008a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/just told a joke_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 798b3856bea5baecfcd783a7aeb990c486d302f176e40934c49895ab221de19f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/just told a joke_22_-3.0.png ADDED

Git LFS Details

  • SHA256: cba86fca118884b15853d0a102bfdb4b39c8b7765ac231ceaf25c9df358f0cea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/just told a joke_22_0.0.png ADDED

Git LFS Details

  • SHA256: 8f8def264de6dbf4b9ce99adf0b929c89ba339c64572ccb9eecd224a2a1d8837
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/just told a joke_22_1.5.png ADDED

Git LFS Details

  • SHA256: 7cfbafb1b5006da7f15a7c897f10098eafc51c0a5da8299417cf459cb4a0a010
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/just told a joke_22_3.0.png ADDED

Git LFS Details

  • SHA256: 5d7720087b77f6a5e451f40dcb65e37eaa09fff2b853e26df76f753f88b05665
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
just told a joke.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:235fd0469229cee38587a5464913b044631aec5ad632e597027e2bae98cad1f4
3
+ size 8789076