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

zenlm
/
zen-image-edit

Image-to-Image
Diffusers
Safetensors
English
QwenImageEditPlusPipeline
image-edit
zen
zenlm
hanzo
image-editing
diffusion
Model card Files Files and versions
xet
Community

Instructions to use zenlm/zen-image-edit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use zenlm/zen-image-edit 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("zenlm/zen-image-edit", 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
zen-image-edit
57.7 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
hanzo-dev
Add LICENSE and NOTICE files for license compliance
787a0d1 3 days ago
  • processor
    Add model weights 4 months ago
  • scheduler
    Add model weights 4 months ago
  • text_encoder
    Add model weights 4 months ago
  • tokenizer
    Add model weights 4 months ago
  • transformer
    Add model weights 4 months ago
  • vae
    Add files using upload-large-folder tool 4 months ago
  • .gitattributes
    1.58 kB
    Add model weights 4 months ago
  • LICENSE
    11.2 kB
    Add LICENSE and NOTICE files for license compliance 3 days ago
  • NOTICE
    191 Bytes
    Add NOTICE: Copyright Zen Authors 13 days ago
  • README.md
    1.55 kB
    Fix attribution: honest base_model + upstream NOTICE; remove false Zen MoDE/scratch claims 12 days ago
  • config.json
    547 Bytes
    fix: update _base_model to zenlm/zen-image-edit 4 months ago
  • formats.json
    254 Bytes
    Add format information 9 months ago
  • model_index.json
    516 Bytes
    Add model weights 4 months ago