Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

LyliaEngine
/
ilustmix_v50

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

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

  • Libraries
  • Diffusers

    How to use LyliaEngine/ilustmix_v50 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/ilustmix_v50")
    
    prompt = "8K, depth of field, dynamic angle, sexy pose, best quality, detailed eyes, perfect eyes, realistic eyes, short hair, white hair, blue eyes, thick eyebrows, black eyebrows, black eyeshadow, pink lips, full lips, slender body, fishnet stockings, ankle boots, , medium breast, realistic breast, (leather jacket), (black crop top), leather skirt, BREAK, dogeza, front view, looking at viewer, movie perspective, black background, abstract background, (neon lines), dynamic light,"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
ilustmix_v50
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
LyliaEngine's picture
LyliaEngine
Update README.md
22da870 verified about 1 year ago
  • images
    Add 4 files about 1 year ago
  • .gitattributes
    2.31 kB
    initial commit about 1 year ago
  • README.md
    4.7 kB
    Update README.md about 1 year ago
  • ilustmix_v50.safetensors
    6.94 GB
    xet
    Add 4 files about 1 year ago