Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to switch to the hunyuan3d-dit-v2-0-fast model #116

Open
tomSandnes opened this issue Feb 27, 2025 · 2 comments
Open

I want to switch to the hunyuan3d-dit-v2-0-fast model #116

tomSandnes opened this issue Feb 27, 2025 · 2 comments

Comments

@tomSandnes
Copy link

I want to switch to the hunyuan3d-dit-v2-0-fast model. How do I do that? Please explain step by step. Thank you very much.

@xyb1314
Copy link

xyb1314 commented Mar 3, 2025

    pipeline = Hunyuan3DDiTFlowMatchingPipeline.from_pretrained(
        model_path,
        subfolder='hunyuan3d-dit-v2-0-fast',
        variant='fp16'
    )

Maybe just change the subfolder name ?

@hansnolte
Copy link

    pipeline = Hunyuan3DDiTFlowMatchingPipeline.from_pretrained(
        model_path,
        subfolder='hunyuan3d-dit-v2-0-fast',
        variant='fp16'
    )

Maybe just change the subfolder name ?

Hi xyb1314,

thank you for the hint.
Where do I have to make the changes?
I found the line "pipeline = Hunyuan3DDiTFlowMatchingPipeline.from_pretrained" only in the minimal_demo.py.
Unfortunately I don't understand what the "minimal_demo.py" is actually there for, sorry.
I actually wanted to start with the "run-very_low_vram.bat"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants