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")