ntc-ai commited on
Commit
82a4f09
1 Parent(s): 90b2b89

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/wildlife.../wildlife_17_3.0.png"
6
+ widget:
7
+ - text: wildlife
8
+ output:
9
+ url: images/wildlife_17_3.0.png
10
+ - text: wildlife
11
+ output:
12
+ url: images/wildlife_19_3.0.png
13
+ - text: wildlife
14
+ output:
15
+ url: images/wildlife_20_3.0.png
16
+ - text: wildlife
17
+ output:
18
+ url: images/wildlife_21_3.0.png
19
+ - text: wildlife
20
+ output:
21
+ url: images/wildlife_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: "wildlife"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - wildlife (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/wildlife_17_-3.0.png" width=256 height=256 /> | <img src="images/wildlife_17_0.0.png" width=256 height=256 /> | <img src="images/wildlife_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/wildlife_19_-3.0.png" width=256 height=256 /> | <img src="images/wildlife_19_0.0.png" width=256 height=256 /> | <img src="images/wildlife_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/wildlife_20_-3.0.png" width=256 height=256 /> | <img src="images/wildlife_20_0.0.png" width=256 height=256 /> | <img src="images/wildlife_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
+ wildlife
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.wildlife', weight_name='wildlife.safetensors', adapter_name="wildlife")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["wildlife"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, wildlife"
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 940+ 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/wildlife_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 225589b52980cc9a840eaf76afe33fe8739339d18173a4bcb221c4942e8d410a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/wildlife_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 3dc4800ae7375faa7c8b2da505a4703fdfc527a39cecec7af2ed5d3e71e46008
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/wildlife_17_0.0.png ADDED

Git LFS Details

  • SHA256: 94b523957fbe97afbb5e4d2cb8ff3c06a7d07665dbc91dbbf544fccd59f33cce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/wildlife_17_1.5.png ADDED

Git LFS Details

  • SHA256: b0558dd2ab68f6e4e51136ca1400fd01284670263779f15f6b0ecadc8a930e79
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/wildlife_17_3.0.png ADDED

Git LFS Details

  • SHA256: 66fdc0d86c7838774baad1ef15b98e2930644b3b11b1e0dadac040f9ccbd0bf5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/wildlife_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 058e38a43fea58eef093238575ebce5d6e7332bea36d7a9e4d3dcba5bf166c2f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/wildlife_19_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 82a01cff1db3da7e303d59c24d69fe19810e334b6d68ce393db21dae8ce71ed6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/wildlife_19_1.5.png ADDED

Git LFS Details

  • SHA256: acb314b5e98eb5c335c888a72d6d3419fa077a57c9f86f26d3ff341eab95dfba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/wildlife_19_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 03b6a0e65ed7343debe59d8d760c1ecf9b4fb3b41e2ae43a3b5f40339de20ec0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/wildlife_20_-3.0.png ADDED

Git LFS Details

  • SHA256: bea222596d2a60200001170bc8461e56fc66a78a5e8b069a5a52c63152f20f0a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/wildlife_20_0.0.png ADDED

Git LFS Details

  • SHA256: d1a6d9057275c0176e85152f47e136912d90998a8fc7fb683dc5593bc4f584bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/wildlife_20_1.5.png ADDED

Git LFS Details

  • SHA256: 1b0a8dda29c3c6d5dcf3d28d03b778adab68dd88e2b008975c13692b0925966a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/wildlife_20_3.0.png ADDED

Git LFS Details

  • SHA256: d106b6dd439388d4ff21c1bebf56d1a23f5a90531714220df8db1326b49a2adc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/wildlife_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 9422d994d4eec63dc076978d75d6d6904b2c7e4339e1061d6791f5034bb2440f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/wildlife_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 2d3cb40dccc3dd0101898b91278e2437c821cf08677da7d319f71e800000c649
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/wildlife_21_0.0.png ADDED

Git LFS Details

  • SHA256: 64101492ee5e77cc98b18e2b3a02b46d85441d4a6132b7ea1a36cc86986b10b9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/wildlife_21_1.5.png ADDED

Git LFS Details

  • SHA256: 5f455a1e74b55f0f3f6b76f0d1e061fea39706ab29450a3058d9ce0838111b9c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/wildlife_21_3.0.png ADDED

Git LFS Details

  • SHA256: 09f7bdb41c7fa5be1560f49a64c3ff497506550aa24ca7f14fb64c4131ff5e00
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/wildlife_22_-1.5.png ADDED

Git LFS Details

  • SHA256: db7aec8c5ffad69155f7213afa88ad4b1e172ba6176ad6ed629d701640a80bee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/wildlife_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 6d0b3497bfba26c1fb4ff5879774daa74f33d55366547db86932dcc71437f64c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/wildlife_22_0.0.png ADDED

Git LFS Details

  • SHA256: 244cb3a484971ca1cc3f5a4c800d73fe6995ca3eab032e8f9f353c20b14449ff
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/wildlife_22_1.5.png ADDED

Git LFS Details

  • SHA256: 387d61d9ed15f648df11569c6f182cc774e100961dcc27118be1375727991b7e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/wildlife_22_3.0.png ADDED

Git LFS Details

  • SHA256: 3bf03ec9834237da71a1d2dee42cc87957bf428d5e0b82c385079b21f1847258
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
wildlife.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d41a34065fa0cc9b8fecc31365f200b4f000bb1a623606ef4e53b0686b77f324
3
+ size 8789076