Instructions to use LyliaEngine/Rawfully_Stylish_V02_epoch_20 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/Rawfully_Stylish_V02_epoch_20 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/Rawfully_Stylish_V02_epoch_20") prompt = "Masterpiece, (1:00 am) very dark night, overexposed image, raw lighting, very dark room, photorealistic, sharp focus, medium shot, 1girl, 36-year-old, (cute: 1.5) (chubby: 0.8), red hair, (messy ponytail: 1.3), With Thick Eyelashes, small mouth, (realistic skin texture: 1.3), dark green eyes, (extremely delicate: 1.3), sparsely decorated apartment, wood floor, in the bedroom (holding out her arms (expecting a hug): 1.3), vulnerable, shy, hopeful, (wearing a warm fuzzy black robe:1.3). (loving, expectant smile: 1.5), raw lighting, overexposed, harsh flash" 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!