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

waiting a comfyui custom node #9

Open
whmc76 opened this issue Jul 25, 2024 · 3 comments
Open

waiting a comfyui custom node #9

whmc76 opened this issue Jul 25, 2024 · 3 comments

Comments

@whmc76
Copy link

whmc76 commented Jul 25, 2024

No description provided.

@doogyhatts
Copy link

doogyhatts commented Aug 7, 2024

So far I couldn't find anyone that is willing to create the custom node for this project, which is very weird.
I am using the command-line to get this project to work at the moment.

There is a 5 min loading duration and a 12 min inference duration for each video. Have to batch everything together.
A custom node will save about 5 min each time we change the seed number as the models have been loaded.
The inference duration could be reduced using a GPU with 16gb vram. Mine is only 8gb.

And obviously, having a custom node will save a lot of disk space, since you don't need to setup a specific conda environment for it. I found a tutorial on writing a custom node, so I will try to make one myself.

@whmc76
Copy link
Author

whmc76 commented Aug 9, 2024

So far I couldn't find anyone that is willing to create the custom node for this project, which is very weird. I am using the command-line to get this project to work at the moment.

There is a 5 min loading duration and a 12 min inference duration for each video. Have to batch everything together. A custom node will save about 5 min each time we change the seed number as the models have been loaded. The inference duration could be reduced using a GPU with 16gb vram. Mine is only 8gb.

And obviously, having a custom node will save a lot of disk space, since you don't need to setup a specific conda environment for it. I found a tutorial on writing a custom node, so I will try to make one myself.

This is really strange, I think it's even necessary in all video flows, looking forward to your project, even the simplest implementation is fine

@doogyhatts
Copy link

doogyhatts commented Aug 10, 2024

There is one right now by Smthemex.
https://github.com/smthemex/ComfyUI_FoleyCrafter

Seems to be slower than the command-line.

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

2 participants