Hi, thanks for open-sourcing Ink3D!
Following Step 3: Generate Textured Videos in the README, python tests/test_single_h.py ... fails with:
ModuleNotFoundError: No module named 'diffsynth.models'
OrbitVideoGen/diffsynth/models/ doesn't exist in the repo — it's listed in .gitignore, but diffsynth/__init__.py does from .models import * and the pipelines import many symbols from ..models.* (e.g. WanModel, WanVideoVAE, WanTextEncoder, VaceWanModel, WanMotionControllerModel).
Could you let me know where to get this directory? Is it meant to be copied from a specific commit of modelscope/DiffSynth-Studio, bundled with the HF weights, or released separately?
Thanks!
Hi, thanks for open-sourcing Ink3D!
Following Step 3: Generate Textured Videos in the README,
python tests/test_single_h.py ...fails with:OrbitVideoGen/diffsynth/models/doesn't exist in the repo — it's listed in.gitignore, butdiffsynth/__init__.pydoesfrom .models import *and the pipelines import many symbols from..models.*(e.g.WanModel,WanVideoVAE,WanTextEncoder,VaceWanModel,WanMotionControllerModel).Could you let me know where to get this directory? Is it meant to be copied from a specific commit of modelscope/DiffSynth-Studio, bundled with the HF weights, or released separately?
Thanks!