ntc-ai commited on
Commit
b1e21ee
·
1 Parent(s): 4633666

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/flood...on fire/flood_17_3.0.png"
6
+ widget:
7
+ - text: flood
8
+ output:
9
+ url: images/flood_17_3.0.png
10
+ - text: flood
11
+ output:
12
+ url: images/flood_19_3.0.png
13
+ - text: flood
14
+ output:
15
+ url: images/flood_20_3.0.png
16
+ - text: flood
17
+ output:
18
+ url: images/flood_21_3.0.png
19
+ - text: flood
20
+ output:
21
+ url: images/flood_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: "flood"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - flood (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/flood_17_-3.0.png" width=256 height=256 /> | <img src="images/flood_17_0.0.png" width=256 height=256 /> | <img src="images/flood_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/flood_19_-3.0.png" width=256 height=256 /> | <img src="images/flood_19_0.0.png" width=256 height=256 /> | <img src="images/flood_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/flood_20_-3.0.png" width=256 height=256 /> | <img src="images/flood_20_0.0.png" width=256 height=256 /> | <img src="images/flood_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
+ flood
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.flood', weight_name='flood.safetensors', adapter_name="flood")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["flood"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, flood"
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 410+ 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
flood.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dbdb7c68add5e139f728fe80d26f8b8ae02cf6c0a275318673bd5b27d7a8e2c
3
+ size 8789076
images/flood_17_-1.5.png ADDED

Git LFS Details

  • SHA256: af4772e4cd693f8ab10e8fb32067828d41a230e76d873a57f282d780e93aff82
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/flood_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 9d5729ec452400d514c900abf5993942fce656e3aabd0145cf6314f3831ae13c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/flood_17_0.0.png ADDED

Git LFS Details

  • SHA256: 231d5c6cdbaf29e150b801ee280eb1a9b414cd961dcbd9ea9087e536cdada268
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/flood_17_1.5.png ADDED

Git LFS Details

  • SHA256: 271d238138d2dd49dfa560d5a2a15ccbe819ead3bedced8e280e5d46bc238abd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/flood_17_3.0.png ADDED

Git LFS Details

  • SHA256: c744ec17d6d2b11f8c43d65ac4403a8e83bbdf01768f492812c2cf22abd8dd22
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/flood_19_-1.5.png ADDED

Git LFS Details

  • SHA256: b2e9efdf670f58f0d3bccea042aa64ee470c4472dbcfa062dbcf5a4080794b70
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/flood_19_-3.0.png ADDED

Git LFS Details

  • SHA256: ebb021bc49c470d0e17e137fe41127b0f7d1916f213354aafd65500c388d7647
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/flood_19_0.0.png ADDED

Git LFS Details

  • SHA256: 316d60daf1e19ffc9189aca527ec17cad24eb27e02d31ffa148a8e7ad5093035
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/flood_19_1.5.png ADDED

Git LFS Details

  • SHA256: a9b78965816154e9046e2f3139c3e443654256d16488c26031868cd8a894b443
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/flood_19_3.0.png ADDED

Git LFS Details

  • SHA256: 1e615c903951fc3cab6d298219f7b120305ed0a4703efe197f40702f6618b5bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/flood_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 455ed5f408a697ee76cb3ac25fb3ba4186785d83af8239df88df8c334502c786
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/flood_20_-3.0.png ADDED

Git LFS Details

  • SHA256: da54fa94e098727ca8895a1f15e33ed44073e75623c18862225cbf2388f0d5f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/flood_20_0.0.png ADDED

Git LFS Details

  • SHA256: 0536fd97546df471866bf006df0feab885f127250c574bc63bae1f01336b9f4c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/flood_20_1.5.png ADDED

Git LFS Details

  • SHA256: 321d5f90c73252a654b840651bef1117d0e0c62c28338ec4f6e2712a98ba6683
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/flood_20_3.0.png ADDED

Git LFS Details

  • SHA256: 0b4028b82fc7f0fe3b9bd7981c0d04e5947e9d3ff8c86fd7e661db56b73b2e9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/flood_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 241e5f1967abc6857a79464568e0b71d687786e5d803ee70d8f82b905df854fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/flood_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 7d575d4001d75b984ae63c13710e80e7af0d147465583217357a7ab794a4317b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/flood_21_0.0.png ADDED

Git LFS Details

  • SHA256: e2e9da1085c0295e02080aff08b7cc596c7cfaef56d62b0abb186c57b520a59f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/flood_21_1.5.png ADDED

Git LFS Details

  • SHA256: 8fe2468f96dacc689212a93e82660afca3612c3dc860af21d4f2fa39fb76695a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/flood_21_3.0.png ADDED

Git LFS Details

  • SHA256: 43dfe4b7c228ceb70bac81a8fd03b433d52d77218e63c4bb0c2d5e0731e0ba7c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/flood_22_-1.5.png ADDED

Git LFS Details

  • SHA256: b2618e275a9b85ae7603872e8cfc26a8556b98389232703ebdcf9732a61fdb2c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/flood_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 320ab87efd7af28ab002540c450693f6b93dafb719c4ccb43683954e03d4a235
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/flood_22_0.0.png ADDED

Git LFS Details

  • SHA256: 82bd4c1778b1c86a79e0828fd4b1de46df05766bb890d9bba4cd4005db7a26ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/flood_22_1.5.png ADDED

Git LFS Details

  • SHA256: 5a75c17ea7f5d6e99e6ae50693aee551466360f0ad757f178b4b34ae6c9b7a95
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/flood_22_3.0.png ADDED

Git LFS Details

  • SHA256: 9c600a600ea26900c05d36150e4e38961b5faac1b8ff90055ca79168170ffe6c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB