Instructions to use LyliaEngine/aaaautismPonyFinetune_v35 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/aaaautismPonyFinetune_v35 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/aaaautismPonyFinetune_v35") prompt = "score_9, score_8_up, score_7_up, BREAK 1girl, upper body, facial tattoo, dog, cat, brown eyes, german shepherd, long hair, japanese flag, black eyes, chin strap, samus aran, tattoo, copyright name, border, goggles, manga cover, white border, tassel, chest jewel, bodysuit, mask, black hair, shiba inu, looking at viewer, artist name, hime cut, blunt bangs, animal hug, black cape, pink flower, parted lips, black bodysuit, goggles on head, blue background, straight hair, flower, kimono, sidelocks, mouth mask, red flower, brown kimono, expressionless, forehead tattoo, brown hair, cape, dog mask" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!