ntc-ai commited on
Commit
0eb3787
1 Parent(s): ffc608d

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/dynamic anatomy.../dynamic anatomy_17_3.0.png"
6
+ widget:
7
+ - text: dynamic anatomy
8
+ output:
9
+ url: images/dynamic anatomy_17_3.0.png
10
+ - text: dynamic anatomy
11
+ output:
12
+ url: images/dynamic anatomy_19_3.0.png
13
+ - text: dynamic anatomy
14
+ output:
15
+ url: images/dynamic anatomy_20_3.0.png
16
+ - text: dynamic anatomy
17
+ output:
18
+ url: images/dynamic anatomy_21_3.0.png
19
+ - text: dynamic anatomy
20
+ output:
21
+ url: images/dynamic anatomy_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: "dynamic anatomy"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - dynamic anatomy (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/dynamic anatomy_17_-3.0.png" width=256 height=256 /> | <img src="images/dynamic anatomy_17_0.0.png" width=256 height=256 /> | <img src="images/dynamic anatomy_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/dynamic anatomy_19_-3.0.png" width=256 height=256 /> | <img src="images/dynamic anatomy_19_0.0.png" width=256 height=256 /> | <img src="images/dynamic anatomy_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/dynamic anatomy_20_-3.0.png" width=256 height=256 /> | <img src="images/dynamic anatomy_20_0.0.png" width=256 height=256 /> | <img src="images/dynamic anatomy_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
+ dynamic anatomy
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.dynamic-anatomy', weight_name='dynamic anatomy.safetensors', adapter_name="dynamic anatomy")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["dynamic anatomy"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, dynamic anatomy"
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
dynamic anatomy.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7a3763493ccbb74fd297f7f154a7532069a580ec9e6191c34f2269073f6f12a
3
+ size 8789076
images/dynamic anatomy_17_-1.5.png ADDED

Git LFS Details

  • SHA256: a89da7e99c4f0c56d4f93a3f4c1acbc5e3c9b4293d738468dc655e46f49b1c6d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/dynamic anatomy_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 70c393177754efde1913f515735617ae03a3496f35c38ca1378daa020c468ff0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/dynamic anatomy_17_0.0.png ADDED

Git LFS Details

  • SHA256: d99f2ce8e32c62beca1c43d57a2c4655ebe8b5f27768329bdfcd027f218f85fb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/dynamic anatomy_17_1.5.png ADDED

Git LFS Details

  • SHA256: 03e7919dace7ac0b927e002669ad0f067ef2fe14a62356db99f3c84d6594521a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/dynamic anatomy_17_3.0.png ADDED

Git LFS Details

  • SHA256: aa68065db4f51eb3bd9374366df4811d5fc4a6b21c5ae8be5de14eeb6b5cee9e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.91 MB
images/dynamic anatomy_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 5ab605643a8ed9faed37606832d59acb782f7fb68227d264a9129ab91a8d8225
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/dynamic anatomy_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 17547a4ff1243ca320ec6e59a3cc0d6bca31e9c1a7342cc7949ac7902863659c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/dynamic anatomy_19_0.0.png ADDED

Git LFS Details

  • SHA256: bbc9596374f0b23f46aa67bf5dfc166a5e41581825bbb59b6ef1a81481df2b6f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/dynamic anatomy_19_1.5.png ADDED

Git LFS Details

  • SHA256: 4b6fe522a4b20ec0b85b7b5d0843fee47cc73125fc080cd0ae5facee1deee36b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/dynamic anatomy_19_3.0.png ADDED

Git LFS Details

  • SHA256: 81ffd020b662a208f6f173914623172d9e59da18b3386f67d01a74c1411fca35
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/dynamic anatomy_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 4a9cd6da0d2c18f45f3894138c19854e75e1f010a1e11a80f930552872003d30
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/dynamic anatomy_20_-3.0.png ADDED

Git LFS Details

  • SHA256: c4547b1d32a98ec5e7bed04b154eefeff46386f6027990b891c7e6ecd6adcfdd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/dynamic anatomy_20_0.0.png ADDED

Git LFS Details

  • SHA256: e642a9d88f9812cc2eeea466b736a35d778803b3974f810c3827883ea0c6e621
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/dynamic anatomy_20_1.5.png ADDED

Git LFS Details

  • SHA256: 7116c4168c3574d6863108186c91b828eba23fafad2409bde1ec92e564239cd3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/dynamic anatomy_20_3.0.png ADDED

Git LFS Details

  • SHA256: 689f11fdf4bcef88347b608373e2cbfe2a68a9187feef3ea9a5b032ebd21179b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/dynamic anatomy_21_-1.5.png ADDED

Git LFS Details

  • SHA256: cdfa8e199558be46f3300be55c1f15de6808c2e5313fb6a3014f9156d0d660f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/dynamic anatomy_21_-3.0.png ADDED

Git LFS Details

  • SHA256: bdc89b4d002e477d8732e8743f89052eae0888c183ae2e032de12d004f1bddfa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/dynamic anatomy_21_0.0.png ADDED

Git LFS Details

  • SHA256: a32d4a7d71e660f1f7306fda5e4ef39ee54ccb5c4cf20a6c9ab5657bcd7dff4f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/dynamic anatomy_21_1.5.png ADDED

Git LFS Details

  • SHA256: 45b119cc7659dd3bcdf85792a85cbfc831c1f464bc126e45c53db28c5edbec84
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/dynamic anatomy_21_3.0.png ADDED

Git LFS Details

  • SHA256: 9917ccb60d899d62993949e1599975d164e08a1f5474a20136ca3e4255a47226
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/dynamic anatomy_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 0e58cfda32152b744075adc7810f3dca34634a857753355c2f40bfcb6b768cf8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/dynamic anatomy_22_-3.0.png ADDED

Git LFS Details

  • SHA256: ec308b1ab7e373a32fff3de8f688dc06923da1376a03951a85edc56915192598
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/dynamic anatomy_22_0.0.png ADDED

Git LFS Details

  • SHA256: 97bc625ace2847fada8bfdabad7c9f779319f1331b1f4b763a28a44b7e6b3538
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/dynamic anatomy_22_1.5.png ADDED

Git LFS Details

  • SHA256: 7ed9c95c8c686beb27b90748bdfd1a3fcf234f1dba915a66f90c84bbff2d6809
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/dynamic anatomy_22_3.0.png ADDED

Git LFS Details

  • SHA256: afab49b4f9f0a712f0c1b62fee88d18d7f5c4e20775dda711847d21f6320c2f6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB