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

  • Log In
  • Sign Up

LyliaEngine
/
S4bit4mago

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

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

  • Libraries
  • Diffusers

    How to use LyliaEngine/S4bit4mago 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_v20", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("LyliaEngine/S4bit4mago")
    
    prompt = "incredibly absurdres, highres, masterpiece, newest,best quality, very aesthetic, absurdres, newest,S4bit4mago_illu, 1girl, hood,panda hood,  smile, headphones around neck,too many, panda,graffiti,   red background, earrings, jewelry, headphones, hooded jacket, bangs, v, dark skin, grin, <lora:S4bit4mago-000010:1>"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
S4bit4mago
126 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
LyliaEngine's picture
LyliaEngine
Update README.md
e009c91 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
    2.83 kB
    Update README.md about 1 year ago
  • S4bit4mago.safetensors
    114 MB
    xet
    Add 4 files about 1 year ago