Text-to-Image
Diffusers
stable-diffusion
stable-diffusion-diffusers
simpletuner
lora
template:sd-lora
Instructions to use diegochavez/lora-training with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use diegochavez/lora-training with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("diegochavez/lora-training") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
- Xet hash:
- ec0d1090c856266803944e7397e34919ec2fed61ba80153a258db719d52dd69e
- Size of remote file:
- 37.4 MB
- SHA256:
- 3b209b70bff17ae8b9aeb5cd55c1ce773fec8b6dc1cc036f4c9f5c87adc07c05
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.