ntc-ai commited on
Commit
4bc2199
1 Parent(s): d2afbb9

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/mad with power...humble/mad with power_17_3.0.png"
6
+ widget:
7
+ - text: mad with power
8
+ output:
9
+ url: images/mad with power_17_3.0.png
10
+ - text: mad with power
11
+ output:
12
+ url: images/mad with power_19_3.0.png
13
+ - text: mad with power
14
+ output:
15
+ url: images/mad with power_20_3.0.png
16
+ - text: mad with power
17
+ output:
18
+ url: images/mad with power_21_3.0.png
19
+ - text: mad with power
20
+ output:
21
+ url: images/mad with power_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: "mad with power"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - mad with power (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/mad with power_17_-3.0.png" width=256 height=256 /> | <img src="images/mad with power_17_0.0.png" width=256 height=256 /> | <img src="images/mad with power_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/mad with power_19_-3.0.png" width=256 height=256 /> | <img src="images/mad with power_19_0.0.png" width=256 height=256 /> | <img src="images/mad with power_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/mad with power_20_-3.0.png" width=256 height=256 /> | <img src="images/mad with power_20_0.0.png" width=256 height=256 /> | <img src="images/mad with power_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
+ mad with power
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.mad-with-power', weight_name='mad with power.safetensors', adapter_name="mad with power")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["mad with power"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, mad with power"
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/mad with power_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 1c15c893bd13fc0f3b2e6d6873a5103c6259e9d863f0a258049feafd20ebece5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/mad with power_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 523a4f54f1bdb059008aa6314db33d763b0d7a7cd57285075d7039fc5416c573
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/mad with power_17_0.0.png ADDED

Git LFS Details

  • SHA256: 80ea0ddbbd83a1c93024aaf75a3e6d6f4e0589fa160f066e14861b550997f3be
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/mad with power_17_1.5.png ADDED

Git LFS Details

  • SHA256: b7283e169bd02a01394a99a418aa00362f2a87ad9af357619ae97624f15d3017
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/mad with power_17_3.0.png ADDED

Git LFS Details

  • SHA256: ca98e584a24ca9946e2d687302f8ba1cbe243488686dcef61e4aae8dea14dcfc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/mad with power_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 1d508fba5aa258f0d4d0c0aeca821c39a2648716aa92324eae2ee0f831ba44a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/mad with power_19_-3.0.png ADDED

Git LFS Details

  • SHA256: c0379f842b96357c2674c0db1b463219f3292f56badc2ce39ad7433d4bbaf0fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/mad with power_19_0.0.png ADDED

Git LFS Details

  • SHA256: dfa5d722e8ba987abfeff45830ba912338ae96b53c09faf7dc99a054a182ef28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/mad with power_19_1.5.png ADDED

Git LFS Details

  • SHA256: 6e464a78fd3e1f4cfd7cfa6a1f3687357ebd2c9e092cec1ae778fb4bb81cabb1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/mad with power_19_3.0.png ADDED

Git LFS Details

  • SHA256: f42326922c47f3f7ff085a788234e5f2f26b2c4354ae14527fb54ff64d2bf25a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/mad with power_20_-1.5.png ADDED

Git LFS Details

  • SHA256: ca22b59d018590f95cd43ffd213be105f58c64abd45f960eabd44988cd7b3bbc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/mad with power_20_-3.0.png ADDED

Git LFS Details

  • SHA256: fac124608e41e396475910846c89e4a8d016ede49427a6febcd9a17270c147d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/mad with power_20_0.0.png ADDED

Git LFS Details

  • SHA256: 83c2ed894c58b10a0cfc88da8d48a15d36fbc35ccdcb6740bfe15955c20fa4ae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/mad with power_20_1.5.png ADDED

Git LFS Details

  • SHA256: b8d5d245938d482c763edb57efa02dc885d5da90d1f4245aac5886366cb9f55b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/mad with power_20_3.0.png ADDED

Git LFS Details

  • SHA256: 09d6ecd01e55fb4ef32dcec3fc7f2e5b8ee982da32da3d46ff94a2e51536dd0f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/mad with power_21_-1.5.png ADDED

Git LFS Details

  • SHA256: eea2edfdb6fd850d46e607a03d4b45a22b21002c04af155074e51958019e11d2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/mad with power_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 8f9ac49605969525d711fc6a858b4fc519bc132110c9ea245c752a2149ee3ebf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/mad with power_21_0.0.png ADDED

Git LFS Details

  • SHA256: adb91be2ac069ce8b93e2fa01422f028c27c18e0df2bede356de13104065688e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/mad with power_21_1.5.png ADDED

Git LFS Details

  • SHA256: dd023ff8cec8f2e888d146199ca529ed4e67f196e01ea3bc5ce55c7b15602e4c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/mad with power_21_3.0.png ADDED

Git LFS Details

  • SHA256: 36d3eaa6a814518f2552d04294517ae2248eaa209affa34c746d6794f12ea9a6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/mad with power_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 1c7ae6a66342ed7ef7b6f9d40806287f85c16e28e6e0c4899cf23f53cfa4c9a0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/mad with power_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 344a2dbbf6a3de485737bd80974bceff2403f083e2299e5d700fda249e03fbb6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/mad with power_22_0.0.png ADDED

Git LFS Details

  • SHA256: c65d64b7a6c98ada16c9cbc45b3a472e9c0b1e5cb9bcd8fcad63458f0ab2bdd8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/mad with power_22_1.5.png ADDED

Git LFS Details

  • SHA256: e6df1fb8bf42f45748a4334a0513fd58ba4e7478f16d1282f161eaba6f3afc1b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/mad with power_22_3.0.png ADDED

Git LFS Details

  • SHA256: 9fbaf72eba6bbe120c7c01cfada6a440bf8e3940644d6ed27032abb94a8df5a3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
mad with power.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abee1a2929d567ef23d778752c81c175d0f20d0772a51dbd5a9a10d40253a09a
3
+ size 8789076