Text-to-Image
Diffusers
English
stable-diffusion-xl
lora
template:sd-lora
template:sdxl-lora
sdxl-sliders
ntcai.xyz-sliders
concept
Instructions to use ntc-ai/SDXL-LoRA-slider.complex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ntc-ai/SDXL-LoRA-slider.complex with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ntc-ai/SDXL-LoRA-slider.complex") prompt = "complex" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
ntc-ai commited on
Commit ·
32ea12a
1
Parent(s): 247cb17
Update README
Browse files- README.md +1 -1
- repos/SDXL-LoRA-slider.intricate +1 -0
README.md
CHANGED
|
@@ -87,7 +87,7 @@ image.save('result.png')
|
|
| 87 |
|
| 88 |
If you like this model please consider [joining our Patreon](https://www.patreon.com/NTCAI).
|
| 89 |
|
| 90 |
-
By joining our Patreon, you'll gain access to an ever-growing library of over 1496+ unique and diverse LoRAs along with
|
| 91 |
|
| 92 |
Your support on Patreon will allow us to continue developing new models and tools.
|
| 93 |
|
|
|
|
| 87 |
|
| 88 |
If you like this model please consider [joining our Patreon](https://www.patreon.com/NTCAI).
|
| 89 |
|
| 90 |
+
By joining our Patreon, you'll gain access to an ever-growing library of over 1496+ unique and diverse LoRAs along with 14602+ slider merges, 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 <strong>NTC Slider Factory</strong> LoRA creator, allowing you to craft your own custom LoRAs and merges opening up endless possibilities.
|
| 91 |
|
| 92 |
Your support on Patreon will allow us to continue developing new models and tools.
|
| 93 |
|
repos/SDXL-LoRA-slider.intricate
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit abd3451129a8e9d737961a71bdfcf4d0593d49b9
|