comfyanonymous

Results 132 comments of comfyanonymous

Are you actually seeing memory usage increase? Does it happen with the regular VAE?

Did you select a checkpoint in the CheckpointLoaderSimple?

Symlinks should work but I recommend using the config file instead: https://github.com/comfyanonymous/ComfyUI/blob/master/extra_model_paths.yaml.example

Is there any reason why you need to add a "REFRESH" widget to the backend code of the nodes? Can't you just add a route in the backend to query...

What I meant exactly is that you make it so the /object_info can also be used to query the "object_info" for a single node. Then when a node is refreshed...

It doesn't seem to work and I get this in the javascript console when I click on Refresh: ``` app.js:817 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading...

Is there a reason why you can't refresh all values instead of having to specify them with REFRESH_LIST?

https://github.com/comfyanonymous/ComfyUI/pull/1776

I have a colab notebook here: https://github.com/comfyanonymous/ComfyUI/blob/master/notebooks/comfyui_colab.ipynb Getting it to run on other cloud services is probably similar.

@TheDudeFromCI that specific issue should be fixed now.