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

OPPOer
/
Qwen-Image-Edit-2509-Pruning

Image-to-Image
Diffusers
Safetensors
English
Chinese
QwenImageEditPlusPipeline
Model card Files Files and versions
xet
Community
2

Instructions to use OPPOer/Qwen-Image-Edit-2509-Pruning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use OPPOer/Qwen-Image-Edit-2509-Pruning with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("OPPOer/Qwen-Image-Edit-2509-Pruning", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Turn this cat into a dog"
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
    
    image = pipe(image=input_image, prompt=prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
Qwen-Image-Edit-2509-Pruning
45.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
majian0318's picture
majian0318
Update README.md
63ed89c verified 6 months ago
  • processor
    move 7 months ago
  • scheduler
    move 7 months ago
  • text_encoder
    move 7 months ago
  • tokenizer
    move 7 months ago
  • transformer
    move 7 months ago
  • vae
    move 7 months ago
  • .gitattributes
    1.79 kB
    Upload input2.jpg with huggingface_hub 7 months ago
  • README.md
    3.99 kB
    Update README.md 6 months ago
  • bench-2509.png
    70.2 kB
    Upload bench-2509.png with huggingface_hub 7 months ago
  • input1.jpg
    122 kB
    xet
    Upload input1.jpg with huggingface_hub 7 months ago
  • input2.jpg
    169 kB
    xet
    Upload input2.jpg with huggingface_hub 7 months ago
  • model_index.json
    598 Bytes
    move 7 months ago