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

  • Log In
  • Sign Up

punzel
/
wan_emma_watson

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

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

  • Libraries
  • Diffusers

    How to use punzel/wan_emma_watson with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.2-T2V-A14B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("punzel/wan_emma_watson")
    
    prompt = "-"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
wan_emma_watson
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
punzel's picture
punzel
Update README.md
bc3a83f verified 9 months ago
  • images
    Delete images/test.txt 9 months ago
  • .gitattributes
    1.81 kB
    Upload 4 files 9 months ago
  • README.md
    963 Bytes
    Update README.md 9 months ago
  • wanemma-high.safetensors
    153 MB
    xet
    Upload 2 files 9 months ago
  • wanemma-low.safetensors
    153 MB
    xet
    Upload 2 files 9 months ago