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
只支持单参考图吗
#6
by bridge714 - opened
多参考图时没有效果
1.0是支持多参考图的哈。
之前放出来的1.0模型确实有点赶,一大波feature在路上了,多图、人物一致性更好的支持,蒸馏量化加速ComfyUI全家桶,训练+推理Agent,这些都会在3月2日之前全部release出去。
1.0是支持多参考图的哈。
之前放出来的1.0模型确实有点赶,一大波feature在路上了,多图、人物一致性更好的支持,蒸馏量化加速ComfyUI全家桶,训练+推理Agent,这些都会在3月2日之前全部release出去。
真的假的,今天是3月2日,还有10分钟就是 3月3日 了, 希望说话算数啊~
是的,我们前些天已经全部放出去了哈。欢迎试用~
https://github.com/FireRedTeam/FireRed-Image-Edit
新增点:
我们release1.1版本的模型,同时也支持了训练、部署优化一站式功能,目前单卡H800端到端速度4.5s,显存30G。


