Instructions to use LyliaEngine/bismuthIllustrious_v20 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/bismuthIllustrious_v20 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/ilustmix_v40", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/bismuthIllustrious_v20") prompt = "flat colors, highly detailed, detailed eyes, detailed face, detailed skin, simple background, (colourful), (cute character:1.2), (tsundere expression:1.2), (blush), (red hair:1.2), messy hair, twintails, (sharp eyes), pouty lips, 1girl, 25 years old, adult, from above, portrait, close-up, face focus, depth of field, looking at viewer, white shirt, purple cardigan, off shoulder, crossed arms, full body shot, dutch angle, downblouse, big breasts, bikini top, beach, soft pastel colors, detailed background, masterpiece, best quality, very aesthetic, newest, absurdres" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K