Instructions to use FireRedTeam/FireRed-Image-Edit-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FireRedTeam/FireRed-Image-Edit-1.0 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.0", 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] - Inference
- Notebooks
- Google Colab
- Kaggle
有没有计划退出4steps 或者 8steps 的加速版本?
😎👍 1
1
#10 opened 2 months ago
by
zhiyaowang
fix typo
#9 opened 3 months ago
by
lijing1996
Unable to orbit the camera
#8 opened 3 months ago
by
derekhsu
人物面部一致性方面相当不好
1
#7 opened 3 months ago
by
Myok2025
只支持单参考图吗
3
#6 opened 3 months ago
by
bridge714
Is it qwen-image-edit?
5
#5 opened 3 months ago
by
bengen
hello
#4 opened 3 months ago
by
areelkhairil
Add pipeline tag, library name, and paper link to metadata
#3 opened 3 months ago
by
nielsr
I was able to see the potential of SFT and DPO again.
#2 opened 3 months ago
by
cocorang
Bring in comfyui
➕🔥 10
8
#1 opened 3 months ago
by
ryg81