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

  • 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
  • 1 contributor
History: 10 commits
zeekay's picture
zeekay
Update model card: add zen/zenlm tags, fix branding
a34ec88 verified 2 months ago
  • processor
    Add model weights 2 months ago
  • scheduler
    Add model weights 2 months ago
  • text_encoder
    Add model weights 2 months ago
  • tokenizer
    Add model weights 2 months ago
  • transformer
    Add model weights 2 months ago
  • vae
    Add files using upload-large-folder tool 2 months ago
  • .gitattributes
    1.58 kB
    Add model weights 2 months ago
  • README.md
    1.3 kB
    Update model card: add zen/zenlm tags, fix branding 2 months ago
  • config.json
    547 Bytes
    fix: update _base_model to zenlm/zen-image-edit 2 months ago
  • formats.json
    254 Bytes
    Add format information 8 months ago
  • model_index.json
    516 Bytes
    Add model weights 2 months ago