Cat Yung
Cat Yung
The problem is on Gradio timeout setting, when the loading is too long. I created a pull request : https://github.com/magic-research/magic-animate/pull/94/commits/3c53a883483126c53e9f67be9e4029f1adfdbe97 Or you can simply change line 96 in demo/gradio_animate.py `demo.queue().launch(share=True)...
Here is the code that I use for using fully open-source models as world model, action engine, embedding model # LOAD LLM MODELS ``` from transformers import AutoModelForCausalLM, AutoTokenizer import...
As discussed previously, the world model needs to have strong reasoning capability in order to give "instruction" to the action engine. The major problem is on Phi-3-vision as the world...