ntc-ai commited on
Commit
500c2f3
1 Parent(s): 8f48d31

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/alpaca photobomb.../alpaca photobomb_17_3.0.png"
6
+ widget:
7
+ - text: alpaca photobomb
8
+ output:
9
+ url: images/alpaca photobomb_17_3.0.png
10
+ - text: alpaca photobomb
11
+ output:
12
+ url: images/alpaca photobomb_19_3.0.png
13
+ - text: alpaca photobomb
14
+ output:
15
+ url: images/alpaca photobomb_20_3.0.png
16
+ - text: alpaca photobomb
17
+ output:
18
+ url: images/alpaca photobomb_21_3.0.png
19
+ - text: alpaca photobomb
20
+ output:
21
+ url: images/alpaca photobomb_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: "alpaca photobomb"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - alpaca photobomb (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/alpaca photobomb_17_-3.0.png" width=256 height=256 /> | <img src="images/alpaca photobomb_17_0.0.png" width=256 height=256 /> | <img src="images/alpaca photobomb_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/alpaca photobomb_19_-3.0.png" width=256 height=256 /> | <img src="images/alpaca photobomb_19_0.0.png" width=256 height=256 /> | <img src="images/alpaca photobomb_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/alpaca photobomb_20_-3.0.png" width=256 height=256 /> | <img src="images/alpaca photobomb_20_0.0.png" width=256 height=256 /> | <img src="images/alpaca photobomb_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
+ alpaca photobomb
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.alpaca-photobomb', weight_name='alpaca photobomb.safetensors', adapter_name="alpaca photobomb")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["alpaca photobomb"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, alpaca photobomb"
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 420+ 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
alpaca photobomb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80b289b56919a70274c257ca92431d24e5ac4e9a91ee2275033753e02407204d
3
+ size 8789076
images/alpaca photobomb_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 28e4d2727087388344899e098f7e807a80ffebafcc01a30f59c386c051365e62
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/alpaca photobomb_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 4d84febbda80c43cdec6377f7165d3208d56edb593d6251dd9622638ae5ad771
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/alpaca photobomb_17_0.0.png ADDED

Git LFS Details

  • SHA256: 6c893fd26d2d499a5dce34c0d3396c3889ac8b37b263f040f76fc4ea9efcad42
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/alpaca photobomb_17_1.5.png ADDED

Git LFS Details

  • SHA256: 01ee63c93fe0b8876abfc9803eedb5b8904d64815b406aa43ab2292e619f8b76
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/alpaca photobomb_17_3.0.png ADDED

Git LFS Details

  • SHA256: d0ecd24d22d339bb907456b7a528affdf6b337c6887e554226c7e4fb050df756
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/alpaca photobomb_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 3e2db8dedf58ba5199177a37fccd96a75fce9616b618857657658e9b7bbeb126
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/alpaca photobomb_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 3009e4c1d186f1e1b431aa9ac0b3d96da05bc5f4a1f94a08e99739f1feb25403
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/alpaca photobomb_19_0.0.png ADDED

Git LFS Details

  • SHA256: dbdb942386888f9ee12cd3f3920faa44f6b8ee3081dabc31bd204d8fd88e13c1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/alpaca photobomb_19_1.5.png ADDED

Git LFS Details

  • SHA256: 3d51baf39fe6ccdacd18f0ca0069d9e7515db3b7de93032ad70e6121cd68716d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/alpaca photobomb_19_3.0.png ADDED

Git LFS Details

  • SHA256: f2106f326e0db8b09140b20020dd7eaf8dcf95d9e41edf888e91ab3c7c4fb85e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/alpaca photobomb_20_-1.5.png ADDED

Git LFS Details

  • SHA256: af89b39c27967beafc5f97782e65437299963611494de61cc4dedc902ff033ee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/alpaca photobomb_20_-3.0.png ADDED

Git LFS Details

  • SHA256: eb032ec297294e401481076aa16d53ab8fb55ba9f53c7834f8890b37f0564884
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/alpaca photobomb_20_0.0.png ADDED

Git LFS Details

  • SHA256: 2e6063dae2d5314040cd8247af62f21a091753355c14d84cf0c4282b8bd919eb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/alpaca photobomb_20_1.5.png ADDED

Git LFS Details

  • SHA256: 08d11fef0e1f283c33bee60e0fdd77f7517ba064ff07f48f1c5a33e934a72639
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/alpaca photobomb_20_3.0.png ADDED

Git LFS Details

  • SHA256: d55fda49f8de13ed8dc4e34d40f213d79fd1a87b6d5c0d64fb87bd9189bbb0bb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/alpaca photobomb_21_-1.5.png ADDED

Git LFS Details

  • SHA256: ef024783465a8493b006332399b70473a45a2159943684f29275560ba27a2c5a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/alpaca photobomb_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 8ccaa715deaf9bca10ae70ad142dfabd4bc0fd12bb82c5a3b6c551385b7120a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/alpaca photobomb_21_0.0.png ADDED

Git LFS Details

  • SHA256: 323dca200654e9fc7333603aeb8154514d5b58894b8cb50bd3d27ec535a37bfd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/alpaca photobomb_21_1.5.png ADDED

Git LFS Details

  • SHA256: 08db8483aa809b0b9be78d6549d187458837452eb00bdbdb5d402713716bd496
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/alpaca photobomb_21_3.0.png ADDED

Git LFS Details

  • SHA256: cb474c35be8e20bedc85053d24f1e710095151dd5da8f8e09c77ad2be3ae9bca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/alpaca photobomb_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 7104aff00b12a91b72a8f7d2fda0e3eb3fe9d4ff585e853ded757ea899c53fbe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/alpaca photobomb_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 7922d668d7eace6deb30068122b114432dab1360a1cb41ca66d2db1af204dcef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/alpaca photobomb_22_0.0.png ADDED

Git LFS Details

  • SHA256: 02d672770e0de7d98bd662e94201c047f08ac1e402eb14805729b628550b22e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/alpaca photobomb_22_1.5.png ADDED

Git LFS Details

  • SHA256: 990e8ed61325d3dc0f5111a58e6969679ac216c436b514e1350c126a82acd04a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/alpaca photobomb_22_3.0.png ADDED

Git LFS Details

  • SHA256: 3d66bca31dea2c3090d481d62e6f7ea1c9e232bbb9b2d15da764d0cff215d224
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB