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

  • Log In
  • Sign Up

FireRedTeam
/
FireRed-Image-Edit-1.1

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

Instructions to use FireRedTeam/FireRed-Image-Edit-1.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use FireRedTeam/FireRed-Image-Edit-1.1 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("FireRedTeam/FireRed-Image-Edit-1.1", 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
FireRed-Image-Edit-1.1
57.7 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 14 commits
lijing1996's picture
lijing1996
Update README.md
18b54c7 verified 2 months ago
  • processor
    Add files using upload-large-folder tool 2 months ago
  • scheduler
    Add files using upload-large-folder tool 2 months ago
  • text_encoder
    Add files using upload-large-folder tool 2 months ago
  • tokenizer
    Add files using upload-large-folder tool 2 months ago
  • transformer
    Add files using upload-large-folder tool 2 months ago
  • vae
    Add files using upload-large-folder tool 2 months ago
  • .gitattributes
    1.58 kB
    Add files using upload-large-folder tool 2 months ago
  • README.md
    5.41 kB
    Update README.md 2 months ago
  • model_index.json
    516 Bytes
    Add files using upload-large-folder tool 2 months ago