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

  • Log In
  • Sign Up

nevreal
/
lizzy

Text-to-Image
Diffusers
Safetensors
lora
ponyxl
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use nevreal/lizzy with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("John6666/mala-anime-mix-nsfw-pony-xl-v3-sdxl", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("nevreal/lizzy")
    
    prompt = "Lizzy, Blonde Hair, Pink Eyes, Robot, Visor,"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
lizzy
229 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
nevreal's picture
nevreal
Update README.md
f39c5cf verified over 1 year ago
  • images
    Add generated example (#1) over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    276 Bytes
    Update README.md over 1 year ago
  • lizzy.safetensors
    228 MB
    xet
    Upload lizzy.safetensors with huggingface_hub over 1 year ago