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

  • Log In
  • Sign Up

joyfox
/
QwenEdit2509_Zootopia

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

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

  • Libraries
  • Diffusers

    How to use joyfox/QwenEdit2509_Zootopia with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2509", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("joyfox/QwenEdit2509_Zootopia")
    
    prompt = "z0070,将人物转换成疯狂动物城中的狐狸,背景是疯狂动物城场景,疯狂动物城风格。保持角色服装大致相似,迪士尼Q版风格。"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
QwenEdit2509_Zootopia
600 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
lvfengchun's picture
lvfengchun
Update README.md
0b3ef0d verified 4 months ago
  • images
    Add 5 files 4 months ago
  • .gitattributes
    2.31 kB
    initial commit 4 months ago
  • QwenEdit2509_Zootopia_000009000.safetensors
    590 MB
    xet
    Add 5 files 4 months ago
  • README.md
    2.46 kB
    Update README.md 4 months ago