-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Great work! However, it seems that the current codebase is only compatible with YUME 1.0. Although the inference module provides a script for the 5B model, the code invoked the script still belongs to YUME 1.0 when actually running. For the training code, I haven't verified yet whether it supports YUME 1.5.
Therefore, I would like to ask: is there any plan to open-source the complete code specifically for YUME 1.5?
Additionally, I noticed that the YUME 1.0 code calls modules from the "wan" folder (wan-2.1), whereas YUME 1.5 should presumably call modules from the "wan23" folder (wan-2.2). Based on this, could switching to YUME 1.5 simply be achieved by modifying all existing references from "wan" to "wan23"? I am currently attempting this modification on my own, but I am not sure about its feasibility.