ntc-ai commited on
Commit
b61b433
·
1 Parent(s): dad6f8d

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/view from behind.../view from behind_17_3.0.png"
6
+ widget:
7
+ - text: view from behind
8
+ output:
9
+ url: images/view from behind_17_3.0.png
10
+ - text: view from behind
11
+ output:
12
+ url: images/view from behind_19_3.0.png
13
+ - text: view from behind
14
+ output:
15
+ url: images/view from behind_20_3.0.png
16
+ - text: view from behind
17
+ output:
18
+ url: images/view from behind_21_3.0.png
19
+ - text: view from behind
20
+ output:
21
+ url: images/view from behind_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: "view from behind"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - view from behind (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/view from behind_17_-3.0.png" width=256 height=256 /> | <img src="images/view from behind_17_0.0.png" width=256 height=256 /> | <img src="images/view from behind_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/view from behind_19_-3.0.png" width=256 height=256 /> | <img src="images/view from behind_19_0.0.png" width=256 height=256 /> | <img src="images/view from behind_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/view from behind_20_-3.0.png" width=256 height=256 /> | <img src="images/view from behind_20_0.0.png" width=256 height=256 /> | <img src="images/view from behind_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
+ view from behind
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.view-from-behind', weight_name='view from behind.safetensors', adapter_name="view from behind")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["view from behind"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, view from behind"
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 550+ 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/view from behind_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 43d28f36c1b1ae9ffbbd6b3b90f48226059a919696b8ea422b6baaafa54191e5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.87 MB
images/view from behind_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 5cd2c30276d4670085a05acffd62ede1287abccd2023f0d1c4bf0551a9d61e5c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
images/view from behind_17_0.0.png ADDED

Git LFS Details

  • SHA256: 528b42983972be2203469096343fa9a246f44c57d435d1070c00f8c31564db69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.92 MB
images/view from behind_17_1.5.png ADDED

Git LFS Details

  • SHA256: 1b91c8ac7ce29c455312d7c42f7bca22358724105c7e0f67e53ac4784477998f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.92 MB
images/view from behind_17_3.0.png ADDED

Git LFS Details

  • SHA256: ee8cd504fbc57b57101a1be2010d0260b10b7b1e45dc0ec1401e50dd46cda193
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/view from behind_19_-1.5.png ADDED

Git LFS Details

  • SHA256: e73784a306dc0bc022c3263de1ce74c47ccbf59338af10b3dc4f707a64e3a21a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/view from behind_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 21a11e90b12ca050e97979aa0452db63d0ffb32b124eec444aceecb3d42b6566
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/view from behind_19_0.0.png ADDED

Git LFS Details

  • SHA256: 165f677fd934c0adfc0a153ef4378e8a4e20e23cd5ebae8428e2261a562a580d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/view from behind_19_1.5.png ADDED

Git LFS Details

  • SHA256: ae7de1b040497a171afb22b13a15c642685078395fbd9c252d202f8a56b6b703
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/view from behind_19_3.0.png ADDED

Git LFS Details

  • SHA256: 71a3a86caa31bd74d58cf7a920f4dc3e4dd5df66fbdc5de7d50a09144908e3e9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/view from behind_20_-1.5.png ADDED

Git LFS Details

  • SHA256: b8b1e8ae8627acc11b96b2119d982fd56d587f5713baa6e83113678ee911c7f7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/view from behind_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 88f6d6e474fb3100b08de13b6ba92182597c1b45a1ab6739a426bdf712059710
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/view from behind_20_0.0.png ADDED

Git LFS Details

  • SHA256: a5e7e8444acac2ec02e44aa30d59056fd049f9a1a5ea623460e4aad588fba7ad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/view from behind_20_1.5.png ADDED

Git LFS Details

  • SHA256: e93ac8f35466873a7db4143d0ec1369a8535a01410dca5d6751ab9f5904ba6a4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/view from behind_20_3.0.png ADDED

Git LFS Details

  • SHA256: 8d88c7ff314cb5f3c801deb58a14141dcc99799ec9b94a7e36f0a2f9d1f20a5e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/view from behind_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 9ba7ef0f897022492b0e0453942806fd9ff0d5d25d8eabb0c96c0231d1725e3b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/view from behind_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 057cb1605fb84f332f4f83891468ab3ef7c75a5e3db53cdde1aad4d5c24780bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/view from behind_21_0.0.png ADDED

Git LFS Details

  • SHA256: abf6c40ce7eaa6721aaf61f35ecf9ca2e218925922989d5fe7f2c50e97c78718
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/view from behind_21_1.5.png ADDED

Git LFS Details

  • SHA256: d4c16635c6b4b08f005f96de70675ad6851605b68489240c32bcb3a4e56b5877
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/view from behind_21_3.0.png ADDED

Git LFS Details

  • SHA256: dc33d952ad44c4e980f97b39e2586fa48f9c99309300e0eaa2f7cca17e7ec24c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/view from behind_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 128bf7c00e6ed4aeab1977e27ceab5812cd2b2891a90b21366b8382a4f051e11
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/view from behind_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 8f9284c24b64715abf25881ca685e4afac5ab99b92103298882d85e5daf06376
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/view from behind_22_0.0.png ADDED

Git LFS Details

  • SHA256: 570afc443760728c3650c768f74cafd76b9db9605f7bb23bf64bf7db027c4b2e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/view from behind_22_1.5.png ADDED

Git LFS Details

  • SHA256: bbf58f4fc6389b61e4de4c9766c54157b482dcd94013fb478138bc768cf576dc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/view from behind_22_3.0.png ADDED

Git LFS Details

  • SHA256: 1a5ac1c8ce6b1e9c3d45a37003d4214273b1a6da355c44bc58be542cdcdcea96
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
view from behind.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:705d9c12b560d3b2ed93b5aae9f4500a4446301578f246d2483e844aec75c65c
3
+ size 8789076