Skip to content

Missing OrbitVideoGen/diffsynth/models/ directory — where can I get it? #1

Description

@HarshWinterBytes

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions