Instructions to use Jinstudio/LongCat-Image-Edit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jinstudio/LongCat-Image-Edit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="Jinstudio/LongCat-Image-Edit")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Jinstudio/LongCat-Image-Edit", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.