ntc-ai commited on
Commit
45e21ec
1 Parent(s): 1531c74

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/drone photography.../drone photography_17_3.0.png"
6
+ widget:
7
+ - text: drone photography
8
+ output:
9
+ url: images/drone photography_17_3.0.png
10
+ - text: drone photography
11
+ output:
12
+ url: images/drone photography_19_3.0.png
13
+ - text: drone photography
14
+ output:
15
+ url: images/drone photography_20_3.0.png
16
+ - text: drone photography
17
+ output:
18
+ url: images/drone photography_21_3.0.png
19
+ - text: drone photography
20
+ output:
21
+ url: images/drone photography_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: "drone photography"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - drone photography (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/drone photography_17_-3.0.png" width=256 height=256 /> | <img src="images/drone photography_17_0.0.png" width=256 height=256 /> | <img src="images/drone photography_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/drone photography_19_-3.0.png" width=256 height=256 /> | <img src="images/drone photography_19_0.0.png" width=256 height=256 /> | <img src="images/drone photography_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/drone photography_20_-3.0.png" width=256 height=256 /> | <img src="images/drone photography_20_0.0.png" width=256 height=256 /> | <img src="images/drone photography_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
+ drone photography
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.drone-photography', weight_name='drone photography.safetensors', adapter_name="drone photography")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["drone photography"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, drone photography"
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 940+ 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
drone photography.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae64ad6d991a8a098a8b1a23368a13f31e8dd0537fd3bc153d5416e1fb5b98af
3
+ size 8789076
images/drone photography_17_-1.5.png ADDED

Git LFS Details

  • SHA256: fc63037fe8c5d3aa4fea5873daa72c6b6314f1feeeec777acc760e5d03f5007d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/drone photography_17_-3.0.png ADDED

Git LFS Details

  • SHA256: bc7d5b6b5178263c0ac68d94119cd8e7126a59ec91af29ac0bfa44a7d9beb129
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/drone photography_17_0.0.png ADDED

Git LFS Details

  • SHA256: 324eed5c2fcfcbdcc25f739052c591a69badbc20be62e954f7071508e5bb9d8c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/drone photography_17_1.5.png ADDED

Git LFS Details

  • SHA256: 2e9ebe192b74d4cf42e307b3fb991b20abc18bd75ec9821676aa453ba1dbfd08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/drone photography_17_3.0.png ADDED

Git LFS Details

  • SHA256: 73d8a416fc91217a09ce9fa737386ba765f64e904954786882865872cb4bd57c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/drone photography_19_-1.5.png ADDED

Git LFS Details

  • SHA256: a28d5c8a9115192e0bb4d18915b561371d101959ffd6eda8f631e02f9c32e697
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/drone photography_19_-3.0.png ADDED

Git LFS Details

  • SHA256: a7bbd1e84e9bdb17b687e9e90bf8c68fcf8d1f7add87727891eaaed7f1f25381
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/drone photography_19_0.0.png ADDED

Git LFS Details

  • SHA256: 288d18fefaac3b809d482c4a32bc0db8ea33099c9c7c1f3a5ab143bc19e5d14c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/drone photography_19_1.5.png ADDED

Git LFS Details

  • SHA256: a6dfdde8d6e5a152f65f3dca4973befca1e778984c9571394e910e5d0d561926
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/drone photography_19_3.0.png ADDED

Git LFS Details

  • SHA256: f6c1cb85714acc15667567b41786278a16820ca91c4dd764c59a852f0785c82c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/drone photography_20_-1.5.png ADDED

Git LFS Details

  • SHA256: f488a0946a9a418ad5b0202ba900fabf0cea0419db15f8714f12e5affee270d3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.91 MB
images/drone photography_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 64a5f360b7506bfd9bdc8649f997602f445b9eba90a447e2a50e0ec367f2152e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
images/drone photography_20_0.0.png ADDED

Git LFS Details

  • SHA256: b57713beda44918efe32dd3ef2df99978af343d6a04505bf6f67708482734607
  • Pointer size: 132 Bytes
  • Size of remote file: 1.97 MB
images/drone photography_20_1.5.png ADDED

Git LFS Details

  • SHA256: c513381d6fc4d90690bfcb6c31efa58dff939bc134c63b053cadbe9bdb303ac5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.99 MB
images/drone photography_20_3.0.png ADDED

Git LFS Details

  • SHA256: 867f6ef0106edfa015250a208de8f1bde9c2cc547a7109dffab01cad770f8f17
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
images/drone photography_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 39da58997afb77eb2ad1ead013f44f991b781018e8c456ee77df63a5ac8ff450
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/drone photography_21_-3.0.png ADDED

Git LFS Details

  • SHA256: e91634276075a810133ed02b7304f331bb415f3e0aeca23c48397fac967eff15
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/drone photography_21_0.0.png ADDED

Git LFS Details

  • SHA256: c60979b853d42d666bda454e88f681294c2d982fc98f38de79cf4f1b9e9c44a0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/drone photography_21_1.5.png ADDED

Git LFS Details

  • SHA256: db5041fe51516a1f787b9abc38bbc0b09c3ee54ad00244d2dbc209c1d287a65c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/drone photography_21_3.0.png ADDED

Git LFS Details

  • SHA256: 63bbf9347ca9faf19666109923b7777aedea9ba8197905b87777146f850a0607
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/drone photography_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 9df6f9decfb20ac156bddfcded62ad5b0c48888c8523a6b63e54c79244747434
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/drone photography_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 597c258d1da6ea5aa8f5829d2dc090fb1e8fa066c1041fe235e77a30ec3c3d8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/drone photography_22_0.0.png ADDED

Git LFS Details

  • SHA256: 8bcb80c174f9b4c3951905aa74d49cd1327790598a701ed2dee7beb70cd1d4fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/drone photography_22_1.5.png ADDED

Git LFS Details

  • SHA256: 62d83c8766140b64fbc442ddea65d222ae20b4b6a43f9cc050c3ac5062befcdb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/drone photography_22_3.0.png ADDED

Git LFS Details

  • SHA256: 4e1c0e51dd61fd1e0848f7acc012a25e29699e5c223848452e6dda1ef3a3fd49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB