ntc-ai commited on
Commit
47e33e5
1 Parent(s): 6b863e1

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/eating spaghetti.../eating spaghetti_17_3.0.png"
6
+ widget:
7
+ - text: eating spaghetti
8
+ output:
9
+ url: images/eating spaghetti_17_3.0.png
10
+ - text: eating spaghetti
11
+ output:
12
+ url: images/eating spaghetti_19_3.0.png
13
+ - text: eating spaghetti
14
+ output:
15
+ url: images/eating spaghetti_20_3.0.png
16
+ - text: eating spaghetti
17
+ output:
18
+ url: images/eating spaghetti_21_3.0.png
19
+ - text: eating spaghetti
20
+ output:
21
+ url: images/eating spaghetti_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: "eating spaghetti"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - eating spaghetti (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/eating spaghetti_17_-3.0.png" width=256 height=256 /> | <img src="images/eating spaghetti_17_0.0.png" width=256 height=256 /> | <img src="images/eating spaghetti_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/eating spaghetti_19_-3.0.png" width=256 height=256 /> | <img src="images/eating spaghetti_19_0.0.png" width=256 height=256 /> | <img src="images/eating spaghetti_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/eating spaghetti_20_-3.0.png" width=256 height=256 /> | <img src="images/eating spaghetti_20_0.0.png" width=256 height=256 /> | <img src="images/eating spaghetti_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
+ eating spaghetti
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.eating-spaghetti', weight_name='eating spaghetti.safetensors', adapter_name="eating spaghetti")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["eating spaghetti"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, eating spaghetti"
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 450+ 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
eating spaghetti.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f489ec702dee9896082d44d86f56929a7fb96f67c7f5638ba6d1688c949736
3
+ size 8789076
images/eating spaghetti_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 3b591a561473d1133b0a64ea0c5d879ccd74232a1c6d0b9228b9344e8afc62b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/eating spaghetti_17_-3.0.png ADDED

Git LFS Details

  • SHA256: b1e979831e0e1d58400eece801edba1de1d0eee747dd0e33ec107f1b753eed1f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/eating spaghetti_17_0.0.png ADDED

Git LFS Details

  • SHA256: d75c1fce913f42a340bb0cdba38343501c5d9bf56a9f2a6556c8077e8037200a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/eating spaghetti_17_1.5.png ADDED

Git LFS Details

  • SHA256: 6ca31ed086457d4e0f096184fe8bdbf4ca683b56587f7f8e4a07371a3556c891
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/eating spaghetti_17_3.0.png ADDED

Git LFS Details

  • SHA256: 9a0de5bf26e4857273cb0d20f85ad9b2b206a701ea008edfec31cccae7612721
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/eating spaghetti_19_-1.5.png ADDED

Git LFS Details

  • SHA256: c8a2f7ebfca7503743c96435bb8b8b848214314024d40fcfb01cdbd98dfe0770
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/eating spaghetti_19_-3.0.png ADDED

Git LFS Details

  • SHA256: f992f471c932122a0c14ab4b8f82c0e9c7ef61642634bc4d0aea5b6fa3337f63
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/eating spaghetti_19_0.0.png ADDED

Git LFS Details

  • SHA256: db0265c4c7686f967d602210c31edd5cc37fcfe45fd6464a5e120b72bd05ab44
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/eating spaghetti_19_1.5.png ADDED

Git LFS Details

  • SHA256: fc7a8991b0db9e97b351a813989be3ab9a0455f867576870f096383ee922192a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/eating spaghetti_19_3.0.png ADDED

Git LFS Details

  • SHA256: 648c7938c8c3cf77d189aef1e08c47cb368ffcc3fd62ce5e8bb4adbfa4faae56
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/eating spaghetti_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 18b8cd8b23c55b7f15319bfcb82cd89db56b14dcb511f52dc58bed2d2f59a9b9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/eating spaghetti_20_-3.0.png ADDED

Git LFS Details

  • SHA256: d56c1e83cc46e0637bfec1e8830deb8b4054bdef34b26baa03aa0593a134fdf5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/eating spaghetti_20_0.0.png ADDED

Git LFS Details

  • SHA256: 8158cb17ecceaeaf09dc8e7cfcef64c66f2614759173f7bd0271789c918720be
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/eating spaghetti_20_1.5.png ADDED

Git LFS Details

  • SHA256: 8b49c2bb83058d7b0946a31329250f1c08f613bb54c9ac451baec16777df2c73
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/eating spaghetti_20_3.0.png ADDED

Git LFS Details

  • SHA256: 2c387ade98e53aeaf1fc89e82b2b58319aaffab0dff876b7bf3865f3ba7914d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/eating spaghetti_21_-1.5.png ADDED

Git LFS Details

  • SHA256: cb26aa5f3d8a64d8b7614ae3567514c5e2a479e702898ca472b42da2eec07cc2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/eating spaghetti_21_-3.0.png ADDED

Git LFS Details

  • SHA256: c69ae4613f6a8dd526811150f246c455a8db00cfdae5d9dff97f1bdca3152c2f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/eating spaghetti_21_0.0.png ADDED

Git LFS Details

  • SHA256: e03a9ac8a5292d59d666b801f647674ba74f72ea20d4e9e215c4db6f0e8fa750
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/eating spaghetti_21_1.5.png ADDED

Git LFS Details

  • SHA256: b9733b588fc4666b005c3c1330359ab29c6f718c078552486eebdece0f2f3a2b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/eating spaghetti_21_3.0.png ADDED

Git LFS Details

  • SHA256: 76901a04eb4922d815fdaa118401c41e4464328d4bf0470e9c690e0f87ced5eb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/eating spaghetti_22_-1.5.png ADDED

Git LFS Details

  • SHA256: a5ce27d60b89f5a580906460df7c9d9d5ffa4d2461a357f6e3f4b06c762dea99
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/eating spaghetti_22_-3.0.png ADDED

Git LFS Details

  • SHA256: bf102d42f6df1b4f3406393addcddd838f372f6068d857713bdbe14ebabd1d9e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/eating spaghetti_22_0.0.png ADDED

Git LFS Details

  • SHA256: 18e5e7927f3063fc5d9728ac04d194bc4c11860adcb6663ccabef422d93d6f49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/eating spaghetti_22_1.5.png ADDED

Git LFS Details

  • SHA256: 0a32b169c24fede34236f2a3b7566cd1ea9e95b5dec9f8143d9023feefe7edc9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/eating spaghetti_22_3.0.png ADDED

Git LFS Details

  • SHA256: e4bf6f0b3989bad250fd593b660e7719324c149ad23b0b55fc1fb91dce660084
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB