Instructions to use LyliaEngine/rimixO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/rimixO 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/aMixIllustrious_aMix", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/rimixO") prompt = "1girl, weapon, sword, armor, solo, cape, holding, holding weapon, open mouth, long hair, holding sword, blue cape, glowing, teeth, blue eyes, brown hair, gauntlets, purple eyes, shoulder armor, knight, breastplate, glowing weapon, belt, glowing sword, magic, two-handed, light trail, glowing eye, plate armor, blonde hair, electricity, upper teeth only, pauldrons, faulds, eye trail" 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!