ntc-ai commited on
Commit
0cf039a
1 Parent(s): f54084e

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/unexpected.../unexpected_17_3.0.png"
6
+ widget:
7
+ - text: unexpected
8
+ output:
9
+ url: images/unexpected_17_3.0.png
10
+ - text: unexpected
11
+ output:
12
+ url: images/unexpected_19_3.0.png
13
+ - text: unexpected
14
+ output:
15
+ url: images/unexpected_20_3.0.png
16
+ - text: unexpected
17
+ output:
18
+ url: images/unexpected_21_3.0.png
19
+ - text: unexpected
20
+ output:
21
+ url: images/unexpected_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: "unexpected"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - unexpected (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/unexpected_17_-3.0.png" width=256 height=256 /> | <img src="images/unexpected_17_0.0.png" width=256 height=256 /> | <img src="images/unexpected_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/unexpected_19_-3.0.png" width=256 height=256 /> | <img src="images/unexpected_19_0.0.png" width=256 height=256 /> | <img src="images/unexpected_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/unexpected_20_-3.0.png" width=256 height=256 /> | <img src="images/unexpected_20_0.0.png" width=256 height=256 /> | <img src="images/unexpected_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
+ unexpected
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.unexpected', weight_name='unexpected.safetensors', adapter_name="unexpected")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["unexpected"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, unexpected"
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 860+ 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/unexpected_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 9f5f02179db946436bf40b126318dfca81a66efcfae8867f542464c221bb62fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/unexpected_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 2081a60eb41f0d4d7cabb8d7b531658bdef6227ae055a0611d811e931ca06c9c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/unexpected_17_0.0.png ADDED

Git LFS Details

  • SHA256: 3f09901696492d1784df4a87204e8b7e27550a01ba547e646b9c327e8ac2bee0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/unexpected_17_1.5.png ADDED

Git LFS Details

  • SHA256: 394e49542415e7a1617fad978d353ec56d241438622ece1d67451467ea4fbfc5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/unexpected_17_3.0.png ADDED

Git LFS Details

  • SHA256: 7b4667449ad540f9232b985b3e16601c9303491a50c724b60231446248d9f658
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/unexpected_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 99b1babe3ef5647bf5ae9e8bb9553b75fdd5b852d81a5f1e53439501eb8edbc1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/unexpected_19_0.0.png ADDED

Git LFS Details

  • SHA256: 5b133e9eed9707eefbb1097d34aa674500f2052d54359b15941bd0253f4b8470
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/unexpected_19_1.5.png ADDED

Git LFS Details

  • SHA256: 08bf6de523ede4dbf848a3dc71a4bc81a2992634b6565b82cbf404e9b23e5bbf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/unexpected_19_3.0.png ADDED

Git LFS Details

  • SHA256: 6c4c594abb5caee33922d71c12e5f77cb2642b75eb0c429b6622f135b9491e52
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/unexpected_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 292d7ce66409fde1b03e504d3e0608bf28d927abc3b8b72106a29d33308e681d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/unexpected_20_0.0.png ADDED

Git LFS Details

  • SHA256: 88e1b609cc95c870f133e57039e9f8e86eb431167dda8a2208b781ff8661a64d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/unexpected_20_1.5.png ADDED

Git LFS Details

  • SHA256: cfd8a72c9d19ea2c7f03ac4c237f920a08abb5da39c4de0a5134e5d9f84da98a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/unexpected_20_3.0.png ADDED

Git LFS Details

  • SHA256: 573a15a30331e8edda84e3adcd40b738f6eab1d2fb36ea3604ce7ded582e32d0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/unexpected_21_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 175b8b2cad1427237cf89084b5d93cee3e69afb321b999f0fcc4e9dfaa8cd194
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/unexpected_21_0.0.png ADDED

Git LFS Details

  • SHA256: c96a84c283889692e579149daa05290b0cb2daeef0bc4fcbfc2f05297525f254
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/unexpected_21_1.5.png ADDED

Git LFS Details

  • SHA256: f58cfa6da88b3008137e69d979b155e501f2aee1778d2649bb46b33445e64f4a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/unexpected_21_3.0.png ADDED

Git LFS Details

  • SHA256: 0d6c4360f6c41422c29c550a6e530156a72382f2dc9190889bbc91ca9d3c2f08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/unexpected_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 8089ce478e637f59b6c12f31de838d4423a8ad888c894274bd8515ff00e8f05d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/unexpected_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 52913fc9a4f3e61e1bc00ea7cd5efba2d991cb1e215712ae7555816a6ab2c06d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/unexpected_22_0.0.png ADDED

Git LFS Details

  • SHA256: 8bc08daa41a4fb8e293a1351e72718516962e3108ee61be437a4c5a3f04ca136
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/unexpected_22_1.5.png ADDED

Git LFS Details

  • SHA256: eacab688d57c6645aae33026bb893f5a5ea4d88d467465870d5bb25f4c481aca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/unexpected_22_3.0.png ADDED

Git LFS Details

  • SHA256: 2640d7a2e55cf99d760ac76ef8f2240a9d12798823dca0f0f5b5e2e7716eda81
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
unexpected.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27803a7bd051c754b329882b409b36dbd440d7b2442660695dce887194a96d70
3
+ size 8789076