Update model card: Refine pipeline tag and add paper link
#1
by
nielsr
HF Staff
- opened
This PR aims to improve the model card by:
- Refining the
pipeline_tag
fromany-to-any
toimage-to-image
. This more accurately reflects the model's core functionality in instruction-guided image editing and will improve its discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=image-to-image). - Adding a direct link to the research paper, Visual Autoregressive Modeling for Instruction-Guided Image Editing, to the model card content.
Please note that library_name: transformers
has not been added, despite some transformers
-related files (config.json
, tokenizer_config.json
) being present. This decision is based on the provided Basic Usage
code, which demonstrates a custom infer.py
workflow for model loading and image generation. Adding library_name: transformers
would imply direct compatibility with transformers.AutoModel
for the image editing task, which is not supported by the current custom inference setup. This ensures that any automated "How to use" widget on the Hub accurately reflects the model's actual usage.
yes sounds good!
cai-qi
changed pull request status to
closed