Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
migrated
hair
tool
slider
hair length
Instructions to use ostris/hair-length-slider-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ostris/hair-length-slider-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ostris/hair-length-slider-lora") prompt = "photo of a brunette woman reading a book at a coffee shop, sitting on a sofa, wearing short jean shorts, wearing a blue wool sweater " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Hair length slider for Flux or Z Images would be amazing
1
#1 opened 4 months ago
by
amber1964