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.creativity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ntc-ai/SDXL-LoRA-slider.creativity 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.creativity") prompt = "creativity" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
ntc-ai commited on
Commit ·
22e9f44
1
Parent(s): 3472344
Update README
Browse files- README.md +1 -1
- repos/SDXL-LoRA-slider.santa +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.santa
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit 9d88de3599bd2485f8fb1b4256d274b5de3f282d
|