Instructions to use LyliaEngine/iLLMythAn1m3Style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/iLLMythAn1m3Style with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/iLLMythAn1m3Style") prompt = "masterpiece, best quality,high quality, newest, highres,8K,HDR,absurdres, 1girl, long hair, horns, weapon, tattered robe, glowing eyes, dark fantasy, holding spear, floating, intricate tattoos, ethereal aura, red and black color scheme, armored gauntlets, golden ornaments, looking at viewer, battle stance, supernatural energy, shadowy background, gothic architecture, dynamic pose, dramatic lighting, detailed background, depth of field, dynamic composition, foreshortening, detailed background, dynamic pose, dynamic composition,dutch angle, detailed backgroud,foreshortening,blurry edges <lora:iLLMythAn1m3Style:1> MythAn1m3" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee