Instructions to use vantagewithai/LongCat-Image-Edit-ComfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vantagewithai/LongCat-Image-Edit-ComfyUI with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="vantagewithai/LongCat-Image-Edit-ComfyUI")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("vantagewithai/LongCat-Image-Edit-ComfyUI", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -38,7 +38,7 @@ library_name: transformers
|
|
| 38 |
|
| 39 |
|
| 40 |
## Introduction
|
| 41 |
-
We introduce **LongCat-Image-Edit
|
| 42 |
|
| 43 |
<div align="center">
|
| 44 |
<img src="https://huggingface.co/meituan-longcat/LongCat-Image-Edit/resolve/main/assets/model_struct_edit.png" width="90%" alt="LongCat-Image-Edit model" />
|
|
|
|
| 38 |
|
| 39 |
|
| 40 |
## Introduction
|
| 41 |
+
We introduce **LongCat-Image-Edit**, the image editing version of Longcat-Image. LongCat-Image-Edit supports bilingual (Chinese-English) editing, achieves state-of-the-art performance among open-source image editing models, delivering leading instruction-following and image quality with superior visual consistency.
|
| 42 |
|
| 43 |
<div align="center">
|
| 44 |
<img src="https://huggingface.co/meituan-longcat/LongCat-Image-Edit/resolve/main/assets/model_struct_edit.png" width="90%" alt="LongCat-Image-Edit model" />
|