Zhen-Dong / Magic-Me

Codes for ID-Specific Video Customized Diffusion
https://magic-me-webpage.github.io/
Apache License 2.0
463 stars 38 forks source link

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

Open Pythonpa opened 9 months ago

Pythonpa commented 9 months ago

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

Pythonpa commented 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?

wangxueshe-bytedance commented 9 months ago

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 commented 9 months ago

I’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:

  1. nodes.py https://github.com/Zhen-Dong/Magic-ComfyUI/blob/main/nodes.py, where 3D Gaussian Noise is implemented
  2. 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: @.***>

Pythonpa commented 8 months ago

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 ~~

superorganismx commented 8 months ago

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 commented 8 months ago

@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.