ntc-ai commited on
Commit
39ab096
·
1 Parent(s): f4ad36b

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/crazy insane stunt.../crazy insane stunt_17_3.0.png"
6
+ widget:
7
+ - text: crazy insane stunt
8
+ output:
9
+ url: images/crazy insane stunt_17_3.0.png
10
+ - text: crazy insane stunt
11
+ output:
12
+ url: images/crazy insane stunt_19_3.0.png
13
+ - text: crazy insane stunt
14
+ output:
15
+ url: images/crazy insane stunt_20_3.0.png
16
+ - text: crazy insane stunt
17
+ output:
18
+ url: images/crazy insane stunt_21_3.0.png
19
+ - text: crazy insane stunt
20
+ output:
21
+ url: images/crazy insane stunt_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: "crazy insane stunt"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - crazy insane stunt (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/crazy insane stunt_17_-3.0.png" width=256 height=256 /> | <img src="images/crazy insane stunt_17_0.0.png" width=256 height=256 /> | <img src="images/crazy insane stunt_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/crazy insane stunt_19_-3.0.png" width=256 height=256 /> | <img src="images/crazy insane stunt_19_0.0.png" width=256 height=256 /> | <img src="images/crazy insane stunt_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/crazy insane stunt_20_-3.0.png" width=256 height=256 /> | <img src="images/crazy insane stunt_20_0.0.png" width=256 height=256 /> | <img src="images/crazy insane stunt_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
+ crazy insane stunt
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.crazy-insane-stunt', weight_name='crazy insane stunt.safetensors', adapter_name="crazy insane stunt")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["crazy insane stunt"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, crazy insane stunt"
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 690+ 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
crazy insane stunt.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f99628119c002a0afcb56f19e9aa046a16f4e87bbac806da857305c1848b2c77
3
+ size 8789076
images/crazy insane stunt_17_-1.5.png ADDED

Git LFS Details

  • SHA256: eda6fd64c60ac2910d183df8a7ffd73472e5700b872898f97660365d26eeb409
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/crazy insane stunt_17_-3.0.png ADDED

Git LFS Details

  • SHA256: b8417df4a8059d44e64bb141d2d5744dc74b7106e85aafeaee2f7197c8c3e2fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/crazy insane stunt_17_0.0.png ADDED

Git LFS Details

  • SHA256: 8f3d9b6d4c2c53b10837a8bec25d4e4e0dafb372e5029f80401a6d4697268758
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/crazy insane stunt_17_1.5.png ADDED

Git LFS Details

  • SHA256: bd6bb0f625209bf2aa322cf1caf44182a702328bd393537f9a363c9c3dd9df14
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/crazy insane stunt_17_3.0.png ADDED

Git LFS Details

  • SHA256: cf9063bf673c79f24a4da229ec60d047e5f66b4dea2bf0b416f9f8ecc2df6a91
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/crazy insane stunt_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 8bdd2e3bc1d976bf00a9527d022eba9747a73fa11281af6b7c48a6d7ee7725b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/crazy insane stunt_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 2c78034e50bf36d89d58366f3aa6f0016a0e6374d364eda10f3d2ef14c58138b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/crazy insane stunt_19_0.0.png ADDED

Git LFS Details

  • SHA256: 31bd96ab7cb0947da955fad29b83d23a1fbd23652391e9c19924e712d3f0994a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/crazy insane stunt_19_1.5.png ADDED

Git LFS Details

  • SHA256: 838935e1c5afc10f68ebc5860551e0ee3507cc207c9f2e487a36d9fe8ca900b5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/crazy insane stunt_19_3.0.png ADDED

Git LFS Details

  • SHA256: ed55c6d5c8d16907a8de9172556d7775cdc21a19b63f4dcf35e5c29cd1ee4c8a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/crazy insane stunt_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 1b2e28bedd3b41d33975619376211f0d9c3b110be5baa776e3147ddb995845b2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/crazy insane stunt_20_-3.0.png ADDED

Git LFS Details

  • SHA256: b00cfa0d442b1f68d08a8662a7256e49d21b46b0aa59d44968a09ec0903e3cec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/crazy insane stunt_20_0.0.png ADDED

Git LFS Details

  • SHA256: 967c9efa0be95e39f87a782f12ccc233ed41b9d0b9546b7e17947800fe1b2c67
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/crazy insane stunt_20_1.5.png ADDED

Git LFS Details

  • SHA256: c8b9e685021933e63b843352d53970705419ef39f56436d68dc088b76c491655
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/crazy insane stunt_20_3.0.png ADDED

Git LFS Details

  • SHA256: aaa0b1bf8c630eb67d481e555ef7fcd44f4769dec8ec03ac239fb4b40465487f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/crazy insane stunt_21_-1.5.png ADDED

Git LFS Details

  • SHA256: c0fa59d503bc670cffe37d88c876865738e41b8af41cf69815702c70eff2dc89
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/crazy insane stunt_21_-3.0.png ADDED

Git LFS Details

  • SHA256: b44e5e75d7bbfaabb0e5df93b51e05a97d0c67d70fe96253b841f06acfb7fd08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
images/crazy insane stunt_21_0.0.png ADDED

Git LFS Details

  • SHA256: 2fe5673504fc62cc05884f7b1dfd6b0bde65b666c3319a97dcb05e1223832964
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/crazy insane stunt_21_1.5.png ADDED

Git LFS Details

  • SHA256: f31999048451fad32d63ae3cab90914bae413892523ee553c48909a7668c347b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/crazy insane stunt_21_3.0.png ADDED

Git LFS Details

  • SHA256: 66093c47a68e5cafeae017afb57232a98186619da8ea5957ffa20958a2c167a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/crazy insane stunt_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 549ba3efec840a4ee43c75a833c5b11b9b79ea2b218b2e8b40ee27a125b5396a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/crazy insane stunt_22_-3.0.png ADDED

Git LFS Details

  • SHA256: a5a3dde4f19aacf336ff1fccf3f31b5c6458cede9091bef732e9ae299660f5c1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/crazy insane stunt_22_0.0.png ADDED

Git LFS Details

  • SHA256: 515760608c0ca2e7955ccead6dee4e9934fd7a09b5fdafaffc0bce3c7804f7a6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/crazy insane stunt_22_1.5.png ADDED

Git LFS Details

  • SHA256: 8a00b3607824e4ef6e8856d7017d6560a39ebba27b7afdcbae8bb9832c4b2a5f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/crazy insane stunt_22_3.0.png ADDED

Git LFS Details

  • SHA256: f071e0e2cc6c75129809782afed760121be4b599673766a5f73e446686b667f7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB