Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

LyliaEngine
/
ilustmix_v20

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use LyliaEngine/ilustmix_v20 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use LyliaEngine/ilustmix_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("stabilityai/sdxl-turbo", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("LyliaEngine/ilustmix_v20")
    
    prompt = "8K, depth of field, focused subject, dynamic angle, sexy pose, best quality, detailed eyes, perfect eyes, realistic eyes, blonde hair, long hair, ponytail, (black highlights), blue eyes, (mascara), makeup, slim body, (chains), (web lines on wrists), (web lines on ankles), (web dress), (black dress), torn dress, revealing dress, small ass, medium breast, realistic breast, (topless), , BREAK, looking back, from behind, detailed ass, round ass, looking at viewer, movie perspective, dark background, abstract background, (neon lines), dynamic light, "
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
ilustmix_v20
6.94 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
LyliaEngine's picture
LyliaEngine
Update README.md
cb3a09d verified over 1 year ago
  • images
    Add 4 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    3.23 kB
    Update README.md over 1 year ago
  • ilustmix_v20.safetensors
    6.94 GB
    xet
    Add 4 files over 1 year ago