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

Where can I download ComfyUI's Magic-Me-3D Gaussian Noise node? #5

Open
Pythonpa opened this issue Feb 18, 2024 · 6 comments
Open

Where can I download ComfyUI's Magic-Me-3D Gaussian Noise node? #5

Pythonpa opened this issue Feb 18, 2024 · 6 comments

Comments

@Pythonpa
Copy link

Thank you for your very good work, and, where can I download ComfyUI's Magic-Me-3D Gaussian Noise node?

@Pythonpa
Copy link
Author

Thank you for your very good work, and, where can I download ComfyUI's Magic-Me-3D Gaussian Noise node?

It seems that this node is not added to the comfyui‘s manager?

@wangxueshe-bytedance
Copy link
Collaborator

Hey @Pythonpa~ thanks for your interest. We are still working on integrate this node in the ComfyUI manager. For now you could directly use our customized ComfyUI repo by git clone https://github.com/Zhen-Dong/Magic-ComfyUI -b main. Its primary difference from official ComfyUI lies in:

  1. nodes.py, where 3D Gaussian Noise is implemented
  2. models/embeddings/, where many pre-trained ID embeddings can be directly used

You could see more instructions in Colab

@C0nsumption
Copy link

C0nsumption commented Feb 22, 2024 via email

@Pythonpa
Copy link
Author

Pythonpa commented Mar 2, 2024

Hey @Pythonpa~ thanks for your interest. We are still working on integrate this node in the ComfyUI manager. For now you could directly use our customized ComfyUI repo by git clone https://github.com/Zhen-Dong/Magic-ComfyUI -b main. Its primary difference from official ComfyUI lies in:

  1. nodes.py, where 3D Gaussian Noise is implemented
  2. models/embeddings/, where many pre-trained ID embeddings can be directly used

You could see more instructions in Colab

OK,I will try it,thanks ~~

@geeklt-fighter
Copy link

geeklt-fighter commented Mar 14, 2024

cd custom node and "git clone https://github.com/Zhen-Dong/Magic-ComfyUI -b main" ? @wangxueshe-bytedance . I try but import custom node failed. seems this repo not like other custom_nodes has init.py

@wangxueshe-bytedance
Copy link
Collaborator

@geeklt-fighter

cd custom node and "git clone https://github.com/Zhen-Dong/Magic-ComfyUI -b main" ? @wangxueshe-bytedance . I try but import custom node failed. seems this repo not like other custom_nodes has init.py

May I get more detailed error message for the failed custom node import? According to the instruction in Colab Notebook, you need to cd $ROOTPATH and then execute git clone https://github.com/Zhen-Dong/Magic-ComfyUI -b main. You only need to cd custom_nodes when installing ComfyUI-Manager and other custom nodes.

Also, be free to try it on Hugging Face Spaces if the Colab option doesn't work very well.

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

4 participants