ntc-ai commited on
Commit
c4a6a1e
·
1 Parent(s): e9219f3

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/back to the future film still.../back to the future film still_17_3.0.png"
6
+ widget:
7
+ - text: back to the future film still
8
+ output:
9
+ url: images/back to the future film still_17_3.0.png
10
+ - text: back to the future film still
11
+ output:
12
+ url: images/back to the future film still_19_3.0.png
13
+ - text: back to the future film still
14
+ output:
15
+ url: images/back to the future film still_20_3.0.png
16
+ - text: back to the future film still
17
+ output:
18
+ url: images/back to the future film still_21_3.0.png
19
+ - text: back to the future film still
20
+ output:
21
+ url: images/back to the future film still_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: "back to the future film still"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - back to the future film still (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/back to the future film still_17_-3.0.png" width=256 height=256 /> | <img src="images/back to the future film still_17_0.0.png" width=256 height=256 /> | <img src="images/back to the future film still_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/back to the future film still_19_-3.0.png" width=256 height=256 /> | <img src="images/back to the future film still_19_0.0.png" width=256 height=256 /> | <img src="images/back to the future film still_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/back to the future film still_20_-3.0.png" width=256 height=256 /> | <img src="images/back to the future film still_20_0.0.png" width=256 height=256 /> | <img src="images/back to the future film still_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
+ back to the future film still
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.back-to-the-future-film-still', weight_name='back to the future film still.safetensors', adapter_name="back to the future film still")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["back to the future film still"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, back to the future film still"
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
back to the future film still.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f77b6a8e7242096ba139b02c0c06332b176d05543587b772954a90008a3d905
3
+ size 8789076
images/back to the future film still_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 626047393fe952fbdbd8b2c7fbc36ad198479f1c093029a91a76a5dd291ca95f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/back to the future film still_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 6657586f831fd69a66fc22a9098656a045f351f1406fd18b7115c17242642719
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/back to the future film still_17_0.0.png ADDED

Git LFS Details

  • SHA256: d2250aa9fa71bb384185063c850c35208a42f06ed7e0d9e1fcb27905cfc2ba86
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/back to the future film still_17_1.5.png ADDED

Git LFS Details

  • SHA256: 8b22a250c9283ac06e619f04764dba19dfd8780f4b8452552ccb4989fdc7e39f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/back to the future film still_17_3.0.png ADDED

Git LFS Details

  • SHA256: 1a3325f29540993c260e855b539c5ade67398fcaeb6ec658e88b1940e0b91c39
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/back to the future film still_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 3ca06fc547e39aab4786a13d57a783f1e98a8efb3ed5c9c69f1f9326dd8a95c2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/back to the future film still_19_-3.0.png ADDED

Git LFS Details

  • SHA256: f1d01fc2272f253cc6e09c4dd62cf656c721ef9c8096c575dd0163daacf5c65b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/back to the future film still_19_0.0.png ADDED

Git LFS Details

  • SHA256: b5a87f72ec7c1aacc6ae3e8ff83a2e2c8e956173bb64f22fc82728ff3fa39661
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/back to the future film still_19_1.5.png ADDED

Git LFS Details

  • SHA256: 526cae2f7ae94128fac9445f10169e81c0cb752176d9f154051cdd27ec08cc6c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/back to the future film still_19_3.0.png ADDED

Git LFS Details

  • SHA256: 4203f7dbaff918950f252afd720fb2cb91ccb480fb1e30a2050affcaedfee769
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/back to the future film still_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 64659f57593b7c94e0e24b3d44937175c36babc0d8d37a236b117c3803177fd1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/back to the future film still_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 5d65378b4ef1980aaf6f20dfa7eb70d048f15db5399d265b2ddc8d279138bda2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/back to the future film still_20_0.0.png ADDED

Git LFS Details

  • SHA256: 310413eb038886f47d6e08450430ff2e82c362056eda9761c1a4e0741db4f9fd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/back to the future film still_20_1.5.png ADDED

Git LFS Details

  • SHA256: 0ab4c7311561c8255ad518f92a3e1fec16e1a8565790c989112ff8eb080066a0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/back to the future film still_20_3.0.png ADDED

Git LFS Details

  • SHA256: ff1de7383846e3d9179cf1ab0f125765bdd6300a273398b24a1afb88a2283856
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/back to the future film still_21_-1.5.png ADDED

Git LFS Details

  • SHA256: a407a7c463cd1674437f894bd38e7197be3a8081f093dc9b70dabfaf353ba002
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/back to the future film still_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 21ba54feffcd025b2b49fbf93b9f7e440fd570ef1fbc6a05a2787aaf85878262
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/back to the future film still_21_0.0.png ADDED

Git LFS Details

  • SHA256: 7ef41bbcfbc2b0c67dcba5d7203444479a63e8294c8e98bfbf769775d4a0a2d3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/back to the future film still_21_1.5.png ADDED

Git LFS Details

  • SHA256: e6b21714d9ce6b1839ab5bb785dc4c3b880863f00b203e6682e4c71478445712
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/back to the future film still_21_3.0.png ADDED

Git LFS Details

  • SHA256: 956ee3dde89223c4c34a4ad286a1f29ceea7e77dc4f164289fd6b9af232c8f82
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/back to the future film still_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 6a4abfeb72e95e9607dbbf5c439a5ee174f15f0ca4a4249b763d38f824018441
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/back to the future film still_22_-3.0.png ADDED

Git LFS Details

  • SHA256: a1d76d7773eaf18ea1a281d3fdb51a3442fd8cbc9bd87a01c0a77e9a0b84bf8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/back to the future film still_22_0.0.png ADDED

Git LFS Details

  • SHA256: da8bc965104f3031f1505a18c1ba1dd5353b9c2b48ca6a87162e68e6931f1fcf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/back to the future film still_22_1.5.png ADDED

Git LFS Details

  • SHA256: e7847ea9c5325c4fcd4f5bc74ce327c29776002edb4b3499f4f88408b90e2ef3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/back to the future film still_22_3.0.png ADDED

Git LFS Details

  • SHA256: aad3c4e0009ed7b5870e960c0b29d8c1f731de89c35b0eac755601dcc12963ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB