Open Pythonpa opened 9 months ago
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?
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:
nodes.py
, where 3D Gaussian Noise is implementedmodels/embeddings/
, where many pre-trained ID embeddings can be directly usedI’m just seeing this. Thank you so much! 🙏🏽 Will test today
On Monday 19 February 2024, wangxueshe-bytedance @.***> wrote:
Hey @Pythonpa https://github.com/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 https://github.com/comfyanonymous/ComfyUI lies in:
- nodes.py https://github.com/Zhen-Dong/Magic-ComfyUI/blob/main/nodes.py, where 3D Gaussian Noise is implemented
- models/embeddings/ https://github.com/Zhen-Dong/Magic-ComfyUI/tree/main/models/embeddings, where many pre-trained ID embeddings can be directly used
You could see more instructions in [image: Colab] https://colab.research.google.com/drive/1gMialn4nkGeDZ72yx1Wob1E1QBgrqeGa?usp=drive_link
— Reply to this email directly, view it on GitHub https://github.com/Zhen-Dong/Magic-Me/issues/5#issuecomment-1951806938, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXNIKT5HFCH3CBFZULF6ECDYULYYLAVCNFSM6AAAAABDNYXPNKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJRHAYDMOJTHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
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:
nodes.py
, where 3D Gaussian Noise is implementedmodels/embeddings/
, where many pre-trained ID embeddings can be directly used
OK,I will try it,thanks ~~
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
@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 if the Colab option doesn't work very well.
Thank you for your very good work, and, where can I download ComfyUI's Magic-Me-3D Gaussian Noise node?