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

How to make pretrained controlnet model? #23

Open
WebtoonNayoung opened this issue Aug 10, 2023 · 2 comments
Open

How to make pretrained controlnet model? #23

WebtoonNayoung opened this issue Aug 10, 2023 · 2 comments

Comments

@WebtoonNayoung
Copy link

Hi!
I have a question.
How can I create a pretrained ControlNet 3D model?
Do I need to train additional 3D parameters, or is it possible to use the pretrained ControlNet 2D model?
Thank you very much.

@Weifeng-Chen
Copy link
Owner

Weifeng-Chen commented Aug 10, 2023

Hi! I have a question. How can I create a pretrained ControlNet 3D model? Do I need to train additional 3D parameters, or is it possible to use the pretrained ControlNet 2D model? Thank you very much.

2d controlnet is used during training. you may find the from_2d in the controlnet3D and load from there.

@hw-liang
Copy link

May I know how to prepare the "model_path" in from_2d arguments? I didn't find any *.bin model files online.

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