Instructions to use LyliaEngine/Sinozick_Style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/Sinozick_Style 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_v50", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/Sinozick_Style") prompt = "masterpiece, best quality,high quality, newest, highres,absurdres, <lora:Sinozick_style-000019:1>,Sinozick_illu, gradient,spot color, 1girl, solo, mask, hood,face tattoo, looking at viewer, red background, simple background, red eyes, earrings, jewelry, hood up, spot color, hoodie, mouth mask, upper body, pink eyes, monochrome,chinese clouds,abstract background," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K