Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
migrated
singer
woman
celebrity
photography
celebrity,
Instructions to use Keltezaa/alizee-lora-flux-sdxl-pony-sd15 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/alizee-lora-flux-sdxl-pony-sd15 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("Keltezaa/alizee-lora-flux-sdxl-pony-sd15") prompt = ",(medium closeup) photograph of (beautiful 24 year old) (41izee:1.2) woman with dark hair,as a pastry chef,wearing a red turtleneck sweater dress,standing behind the counter of a (New York City bakery:1.1),with (animal shaped pastries in display case),looking at viewer,smiling,variety magazine photoshoot, face focus,(bokeh),facing viewer,rich details,clear shadows and highlights,realistic,highly detailed,sfw,(no visible cleavage)," image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K