Instructions to use AiAF/PonyXL_fenyo_n_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiAF/PonyXL_fenyo_n_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("AiAF/Diffusers_Pony-Diffusion-V6", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AiAF/PonyXL_fenyo_n_LoRA") prompt = "ふぇにょん \\(芸術家\\), @fenyo_n, fenyo_n \\(Artist\\), Bulma \\(Dragon Ball\\), 1girl, breasts, rating:questionable, huge_breasts, nude, solo, smile, areolae, armpit_hair, looking_at_viewer, shiny_skin, day, short_hair, sky, nipples, armpits, mature, lips, outdoors, pubic_hair, large_areolae, sweat" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!