ntc-ai commited on
Commit
1ca200f
1 Parent(s): 423600b

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/pirate...person/pirate_17_3.0.png"
6
+ widget:
7
+ - text: pirate
8
+ output:
9
+ url: images/pirate_17_3.0.png
10
+ - text: pirate
11
+ output:
12
+ url: images/pirate_19_3.0.png
13
+ - text: pirate
14
+ output:
15
+ url: images/pirate_20_3.0.png
16
+ - text: pirate
17
+ output:
18
+ url: images/pirate_21_3.0.png
19
+ - text: pirate
20
+ output:
21
+ url: images/pirate_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: "pirate"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - pirate (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/pirate_17_-3.0.png" width=256 height=256 /> | <img src="images/pirate_17_0.0.png" width=256 height=256 /> | <img src="images/pirate_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/pirate_19_-3.0.png" width=256 height=256 /> | <img src="images/pirate_19_0.0.png" width=256 height=256 /> | <img src="images/pirate_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/pirate_20_-3.0.png" width=256 height=256 /> | <img src="images/pirate_20_0.0.png" width=256 height=256 /> | <img src="images/pirate_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
+ pirate
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.pirate', weight_name='pirate.safetensors', adapter_name="pirate")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["pirate"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, pirate"
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 280+ 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/pirate_17_-1.5.png ADDED

Git LFS Details

  • SHA256: a6fd19c64c9ba368d6feba0c8c2800b5fcc75ead158c789cf26150824ffd8975
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/pirate_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 5abe524ddd5ed1085459c315473fef8305f49fce76ee8c897cf8b62b0306832d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/pirate_17_0.0.png ADDED

Git LFS Details

  • SHA256: cc69f76ae43db7ebc0be4bbf95905c7310885012d3c652659fd634aa634e43c1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/pirate_17_1.5.png ADDED

Git LFS Details

  • SHA256: e4f4c50bd8b6fe26dfff59a8260b4b78ae6469392a6fc88109ace9735007310e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/pirate_17_3.0.png ADDED

Git LFS Details

  • SHA256: 000d6b0a5a6ae9feca03db002e2c21215e873049a3180a0a1ea87b425af50a5b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/pirate_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 84e52303cc053daa355d624e8a9b9bc723d6d4d33d05207b85315f714dd49272
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/pirate_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 97af55eace8ce3c554d43ef6f80e042cb4400a34f9eaf7867470e13f5bfd3a05
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/pirate_19_0.0.png ADDED

Git LFS Details

  • SHA256: 796397570471185cb6fb8393267fba718715fff7ad8b7b4485e73cdb1e501eea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/pirate_19_1.5.png ADDED

Git LFS Details

  • SHA256: a485aeec5f3727ee36e40c72e97037a221310e4e0e40abb6c3c12f42bd9bf4e9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/pirate_19_3.0.png ADDED

Git LFS Details

  • SHA256: 6ce8123a15b4f05d84b603d9a1e00417761b41dd291918c18dcc2e98b690450e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/pirate_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 32a276f345c4a0b626437bf4663498ab544952244e7aa601111e5c65a789adde
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/pirate_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 8c95cc86834fc85d7ca66642dc2d78d3bf6c0643e2350b5f070ba946ed26d165
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/pirate_20_0.0.png ADDED

Git LFS Details

  • SHA256: 0a5b776621da224fadb231053cdf7c66933306261aa34e4dd72b17244032735f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/pirate_20_1.5.png ADDED

Git LFS Details

  • SHA256: 0f0c555fbcb106dddc7a05fe838bf61d6a48fc03e0489993a3d5eff825672ee7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/pirate_20_3.0.png ADDED

Git LFS Details

  • SHA256: 31389b06c5140b2346248355de087abf10983a7e19c7864542babdfb9cc9dfab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/pirate_21_-1.5.png ADDED

Git LFS Details

  • SHA256: ab073f4d20b1306ad2cf9a30be3b098330fc0ee2b210acbad36640f2daf4df7e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.96 MB
images/pirate_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 9bafd1223cacb1386e3b80271d6907864cffa2a8613b642d238ee5abedf92c52
  • Pointer size: 132 Bytes
  • Size of remote file: 1.96 MB
images/pirate_21_0.0.png ADDED

Git LFS Details

  • SHA256: 697ca789445f159580e399b19955ef21c53ffdb465cc54e9765a00c1e99e47b0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.96 MB
images/pirate_21_1.5.png ADDED

Git LFS Details

  • SHA256: fdcae12b0eab7e181e48272f57c34dad828afd510d77be0e977a809efbeea1c8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.97 MB
images/pirate_21_3.0.png ADDED

Git LFS Details

  • SHA256: 513e9b15a20209ce22d5cc8274c8ddfd8abdc15fc05c76907c4b8a81864193d6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.87 MB
images/pirate_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 3dabefb77a4dc4589249725e364e61029d57b579c1db3845ae54e965fcceaa30
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/pirate_22_-3.0.png ADDED

Git LFS Details

  • SHA256: ea9469cda722afb5b5cf97b938c6efa8ee69f60503f168c475cd2b44b0e628c9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/pirate_22_0.0.png ADDED

Git LFS Details

  • SHA256: 4a8936f7e64bd05f906bb5b5651e8a16cf461116935ff551db4710e1ebdf2785
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/pirate_22_1.5.png ADDED

Git LFS Details

  • SHA256: 7744384c7540d83abd76b6fe170ce97415cf59989e8046f787360469e04571b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/pirate_22_3.0.png ADDED

Git LFS Details

  • SHA256: 6480b185abce905e25e87432e0b11f73c39d7e7c43245fe7e8e2adf60e044d6d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
pirate.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:935aca2573f17ef408c345213471fe258f67d87d933afc7d61312847574aabe2
3
+ size 8789076