Conversation
|
I also faced issues when trying to reproduce the results. Although no errors were displayed, the quality of the editing was not good as the paper. Could you please share the environment file so I can verify the versions of the critical packages? |
|
I fix the problem by using your provided checkpoint in google drive. Thanks! |
|
Hello @xiaoqian-shen Indeed I suggest to use the models from my HuggingFace, which is from Tsu-Jui Fu's Google Drive link. Even if this isn't needed for you anymore, here are the package version if it can help others: |
|
Thanks for your reply! May I ask are you available to reproduce the result of MagicBrush in Table 2? |
|
My trained mgie_7b also not working. Was able to train and export mllm.pt and unet.pt but if running demo, ckpt has no 'emb' and my ckpt´s 'model.embed_tokens.weight' have different tensor size. So running training worked but result model not. With tsujuifu´s weights demo works. |
Hello @xiaoqian-shen |
|
Thank you for your contribution. I wonder where can I find the ipr2ipr.pkl/tsv data in the code, that is, the summarized image-text pair, or do I need to construct it myself? |








































Refacto, Packaging & Apple Silicon compatibility
To squash before merge
Solved issues
Nonsense inner thougts
In Apple Silicon, we are (were) getting nonsense from the
model.generatemethodsPayload
make the frame redExpected:
Obtained
~same as input
Fix
Latest llava weights that you can get from hugging face with
git clone https://huggingface.co/liuhaotian/LLaVA-Lightning-7B-delta-v1-1are just not working.Solved using saved weights by tsujuifu, stored in GoogleDrive
-> A lot of time lost out of this. This is due to delta-vs-full LLava?