Text-to-Image
Diffusers
TensorBoard
stable-diffusion-xl
stable-diffusion-xl-diffusers
lora
template:sd-lora
Instructions to use dhanushreddy29/lora-trained-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dhanushreddy29/lora-trained-xl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("segmind/SSD-1B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("dhanushreddy29/lora-trained-xl") prompt = "A girl wearing an sks shirt" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
SDXL LoRA DreamBooth - dhanushreddy29/lora-trained-xl

- Prompt
- A girl wearing an sks shirt

- Prompt
- A girl wearing an sks shirt

- Prompt
- A girl wearing an sks shirt

- Prompt
- A girl wearing an sks shirt
Model description
These are dhanushreddy29/lora-trained-xl LoRA adaption weights for segmind/SSD-1B.
The weights were trained using DreamBooth.
LoRA for the text encoder was enabled: False.
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
Trigger words
You should use photo of sks shirt to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 11
Model tree for dhanushreddy29/lora-trained-xl
Base model
segmind/SSD-1B