Instructions to use LyliaEngine/flyx3_XL_PONY with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/flyx3_XL_PONY with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LyliaEngine/Pony_Diffusion_V6_XL", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/flyx3_XL_PONY") prompt = "1girl,solo,hatsune miku,long hair,twintails,thighhighs,skirt,detached sleeves,necktie,headset,black thighhighs,looking at viewer,shirt,zettai ryouiki,black skirt,pleated skirt,very long hair,tattoo,headphones,cowboy shot,white shirt,bare shoulders,aqua eyes,aqua hair,breasts,sleeveless,smile,closed mouth,bangs,blue eyes,long sleeves,sleeveless shirt,frills,hair between eyes,hair ornament,blue hair,miniskirt,shoulder tattoo,blue necktie,score_9,score_8_up,<lora:flyx3_XL_PONY:1>," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K