ntc-ai commited on
Commit
03fe9a2
1 Parent(s): aed8839

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/on a ship.../on a ship_17_3.0.png"
6
+ widget:
7
+ - text: on a ship
8
+ output:
9
+ url: images/on a ship_17_3.0.png
10
+ - text: on a ship
11
+ output:
12
+ url: images/on a ship_19_3.0.png
13
+ - text: on a ship
14
+ output:
15
+ url: images/on a ship_20_3.0.png
16
+ - text: on a ship
17
+ output:
18
+ url: images/on a ship_21_3.0.png
19
+ - text: on a ship
20
+ output:
21
+ url: images/on a ship_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: "on a ship"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - on a ship (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/on a ship_17_-3.0.png" width=256 height=256 /> | <img src="images/on a ship_17_0.0.png" width=256 height=256 /> | <img src="images/on a ship_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/on a ship_19_-3.0.png" width=256 height=256 /> | <img src="images/on a ship_19_0.0.png" width=256 height=256 /> | <img src="images/on a ship_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/on a ship_20_-3.0.png" width=256 height=256 /> | <img src="images/on a ship_20_0.0.png" width=256 height=256 /> | <img src="images/on a ship_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
+ on a ship
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.on-a-ship', weight_name='on a ship.safetensors', adapter_name="on a ship")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["on a ship"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, on a ship"
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
images/on a ship_17_-1.5.png ADDED

Git LFS Details

  • SHA256: f14ba7adb2179d2fc4e9a2eb5b23ff72fd3256fca8d8b86d40353fd0ee4017ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/on a ship_17_-3.0.png ADDED

Git LFS Details

  • SHA256: e017ae2d86c0da7ebbc4cf6e0ffe97007af0f62bc48373b48fe6611430fc7e1a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/on a ship_17_0.0.png ADDED

Git LFS Details

  • SHA256: 1d412b12731b58a70a8447f2aa98b27911e99aa34cbc5660bb86420cd8a58245
  • Pointer size: 132 Bytes
  • Size of remote file: 1.19 MB
images/on a ship_17_1.5.png ADDED

Git LFS Details

  • SHA256: 9d2b22ad2f68f1c3b017a7bc61fc9078bd376b063da1adc9b517d3166a1f585f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/on a ship_17_3.0.png ADDED

Git LFS Details

  • SHA256: eb5a0d427a6a0bf5d19ec3b97d8d38136456e388ce769dbd85ff9ccbd33ec9bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/on a ship_19_-1.5.png ADDED

Git LFS Details

  • SHA256: f2d85eae8d228985cb2adb41fc69b12c6724493f7b13d32d938b346bf17f2385
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/on a ship_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 18d81ff752901171be0b256e1a97532dae3f364ca45359f9c8eb6a94c677281d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/on a ship_19_0.0.png ADDED

Git LFS Details

  • SHA256: 2c82ba801886b7f198a6b258ab29cf65d645595e7b269b5ad885e3f72be330ad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/on a ship_19_1.5.png ADDED

Git LFS Details

  • SHA256: 386f79c95e59c9776f9a64a7e0348b524a647c5aa0ea698d3fb18c59bdd5db4a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/on a ship_19_3.0.png ADDED

Git LFS Details

  • SHA256: de07167bb06c3cd08806d8761114132690be9d920d0c3821e868284c0a8b8f08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/on a ship_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 13f86f245d646f75279c04b4020dad647c03f68bdfa78f4d9d3830fb4fc70953
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/on a ship_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 4b43c6240f8e152fe144043945da477f350ed290c82bc16bbef5e1dd0d2a559f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/on a ship_20_0.0.png ADDED

Git LFS Details

  • SHA256: c88d004874d8e30c1e78807f950c11bcb7b2a4641b549043d58aa024c0b4e863
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/on a ship_20_1.5.png ADDED

Git LFS Details

  • SHA256: fa0e26d73c65279eae0c99078dfe02ed65a96a114fb1f09ba34d5a98deba8f14
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/on a ship_20_3.0.png ADDED

Git LFS Details

  • SHA256: d862d7a757fff774235f7593ff8c9e1d562acb8cf64d180dc5aa58d6daa47644
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/on a ship_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 2ae18cd7ff1a4c571984f66e21f2899789e1468ec4f231250536d75584fabb9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/on a ship_21_-3.0.png ADDED

Git LFS Details

  • SHA256: b6f2f756b09056b859bcf746bc683205d7ea90d62572191350512586817715e0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/on a ship_21_0.0.png ADDED

Git LFS Details

  • SHA256: fe95c565e1f222968520eb82e98bc65cd93c644c5ad02dbda7c3597080670104
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/on a ship_21_1.5.png ADDED

Git LFS Details

  • SHA256: 69a8729b220f6a87dad8963d2f841172b1fe0bacf75f21da9ed75f1757e21749
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/on a ship_21_3.0.png ADDED

Git LFS Details

  • SHA256: 57e0729699372f26d41f70fea1ff2f1e7c52095781c5a5f1c842ee95cda7305f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/on a ship_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 7e6267d7e557ff6092512e46922e449c5f0070204537a3886e64914877ac47ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/on a ship_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 43221c003b0466086fe125c2022bce1d5a0ff0191e77a35cad7453c4be89c0b5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/on a ship_22_0.0.png ADDED

Git LFS Details

  • SHA256: aa3d7014fac2838a06f11de8bf5d5e5b3c93b95ce6b1bc8105b70501be530a3e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/on a ship_22_1.5.png ADDED

Git LFS Details

  • SHA256: be44f09b84058a08ce29be17101610377486783ab418566635737ca6ce6130ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/on a ship_22_3.0.png ADDED

Git LFS Details

  • SHA256: 4396a69d450842f25b710e8de1f68f4300b28d6dc6aeb4cc7bda04fed7fa127e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
on a ship.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eab43fec8ce75ab91deb7b27a8da1becd6a1da3a8fb014410981ac5dd211ea2
3
+ size 8789076