Instructions to use UCSC-VLAA/gpt-image-edit-training with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UCSC-VLAA/gpt-image-edit-training with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="UCSC-VLAA/gpt-image-edit-training")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("UCSC-VLAA/gpt-image-edit-training", dtype="auto") - Notebooks
- Google Colab
- Kaggle
how to use this model in comfyui?
1
#3 opened 10 months ago
by
yingjie9329
How to use the model?
1
#1 opened 10 months ago
by
sayakpaul