SmartEdit
SmartEdit copied to clipboard
The download link for synthetic editing dataset is no longer working, please provide us again
Could you please provide the models that fine-tuned these methods (InstructPix2Pix, MagicBrush,) with the same dataset as SmartEdit?
In the [Reason-Edit evaluation benchmark](https://drive.google.com/drive/folders/1QGmye23P3vzBBXjVj2BuE7K3n8gaWbyQ), why is there a corresponding mask for each image, but the mask is not used in test/DS_SmartEdit_test.py?
Hi~really nice work! I encountered a problem following your inference pipeline. Specifically, i downloaded llama checkpoint from https://huggingface.co/huggyllama/llama-7b, and used the command: `python3 -m llava.model.apply_delta --base /path/to/llama-7b --target /output/path/to/LLaVA-7B-v1 --delta...