ntc-ai commited on
Commit
a61e4ce
1 Parent(s): c5db367

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/intricate...simple/intricate_17_3.0.png"
6
+ widget:
7
+ - text: intricate
8
+ output:
9
+ url: images/intricate_17_3.0.png
10
+ - text: intricate
11
+ output:
12
+ url: images/intricate_19_3.0.png
13
+ - text: intricate
14
+ output:
15
+ url: images/intricate_20_3.0.png
16
+ - text: intricate
17
+ output:
18
+ url: images/intricate_21_3.0.png
19
+ - text: intricate
20
+ output:
21
+ url: images/intricate_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: "intricate"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - intricate (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/intricate_17_-3.0.png" width=256 height=256 /> | <img src="images/intricate_17_0.0.png" width=256 height=256 /> | <img src="images/intricate_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/intricate_19_-3.0.png" width=256 height=256 /> | <img src="images/intricate_19_0.0.png" width=256 height=256 /> | <img src="images/intricate_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/intricate_20_-3.0.png" width=256 height=256 /> | <img src="images/intricate_20_0.0.png" width=256 height=256 /> | <img src="images/intricate_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
+ intricate
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.intricate', weight_name='intricate.safetensors', adapter_name="intricate")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["intricate"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, intricate"
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 360+ 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/intricate_17_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: e150e2bb0f2ff4e78f53c8d900ebdef23aeaecb462b91206b8561414daa22cc2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/intricate_17_1.5.png ADDED

Git LFS Details

  • SHA256: 6db7ff22288c1b558f820a5efa7cf9b37f1fd9aad3cdcb0d86922ea57f4122b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/intricate_17_3.0.png ADDED

Git LFS Details

  • SHA256: e9c6c9f88c5a5716d90838b8e2a4e561d85cb9f7df7ee9e8527b6115bd66e66c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/intricate_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 83c8e4eb7d3b8884985fc9ba3ced9ab3312fb57faee40b099f13ed4be7c800e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/intricate_19_-3.0.png ADDED

Git LFS Details

  • SHA256: f756ab42f69085af953e076f21661837bd9928f2c5bc93ce51c429cfc2265482
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/intricate_19_0.0.png ADDED

Git LFS Details

  • SHA256: 3d5f9be2a7306a2a819d7245db9c6a17ed6aa5f864dc5e90260feecb7320e160
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/intricate_19_1.5.png ADDED

Git LFS Details

  • SHA256: fa0ea384596281bbc842d667ccd6232d0facd2bc6ec85200fe55ede45f3af377
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/intricate_19_3.0.png ADDED

Git LFS Details

  • SHA256: 82f2cf61c4c4a461f5aef782b931f2778cfaefa8f428c5b957279e753305f20d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/intricate_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 8dbddfc8cabf40ae11e076dc79b13b719308c08e756ed03f46ae752e319d32fb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/intricate_20_0.0.png ADDED

Git LFS Details

  • SHA256: dd714aaab2e023582868048454605ba3d22e6fda83d2dc68966de9212a6e5520
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/intricate_20_1.5.png ADDED

Git LFS Details

  • SHA256: d7e350a18faea8dfaa3f9d3ca3d8f1a338d37211c7192f29fd13270b92319686
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/intricate_20_3.0.png ADDED

Git LFS Details

  • SHA256: cb8ff7a510c608fa1c72480af6ed6d4da61bb9323cbeda307abd1511af9732e4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/intricate_21_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 5f045baa1521a21bf264e2f87034b63f1059dfdea44b38ee74637e25e2e9a813
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/intricate_21_0.0.png ADDED

Git LFS Details

  • SHA256: 4b783fa5017a6aae8d32855991ad3fd2d28c4124df1b285996bab55754a64c3c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/intricate_21_1.5.png ADDED

Git LFS Details

  • SHA256: 5a7da3aef9809b196e52e6dc17a0935e9ae11bb7e9d6929035d74e04329fd52a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/intricate_21_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 43a7f7240c908ca93c3c68d67708937ab7cca8032a41cafbb9a043b66938ff71
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/intricate_22_-3.0.png ADDED

Git LFS Details

  • SHA256: b40809d78f75b4ed541dffa5f1287d7c9bf3d4658f5c24c167f3c13c98cdf70f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/intricate_22_0.0.png ADDED

Git LFS Details

  • SHA256: fabe986f42c7b9ba5824185626c52bcd0239d7fe7066a1104ce5f5d5d17168cb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/intricate_22_1.5.png ADDED

Git LFS Details

  • SHA256: 0995af2d6b494df4ba602f7228641cb1f34e8674a54da4c65aa6a5dbfee110c6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/intricate_22_3.0.png ADDED

Git LFS Details

  • SHA256: bb57d4e367702caffc20f6d0139ea6787e53567438a226d4b8a7348b665b24a4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
intricate.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96e3adf80a389cb8df8bd763805892f2bc524b55f201eb0a8a6cffcb48921836
3
+ size 8789076