comfyanonymous

Results 132 comments of comfyanonymous

Does this behaviour also happen with the default workflow?

Looks like it's from: https://github.com/NullBulgeGroup/comfyui-terminal Any idea how this could have been installed? Do you have a publicly accessible ComfyUI instance with the manager on it? This only seems to...

The manager is not meant to be used on shared ComfyUI installs, it lets anyone with access to the ComfyUI interface install and run anything in your instance. I don't...

https://github.com/comfyanonymous/ComfyUI/commit/31b0f6f3d8034371e95024d6bba5c193db79bd9d Pytorch has two different fp8 formats implemented so I implemented support for both. You can launch ComfyUI with this, one is to set the CLIP/text encoder in fp8 and...

To update torch on the standalone use: update/update_comfyui_and_python_dependencies.bat If that doesn't work you can grab the latest version of the standalone. It hasn't been updated for the fp8 stuff yet...

You don't need fp8 checkpoints it will auto convert checkpoint weights to fp8 when it's loading them.

that's very strange, do other arguments work?

I guess I could have a list of types somewhere but then you would have to add to it every time you want to add a custom type. Isn't it...

This is an issue with the AI template node you are using, make sure you update both comfy and it to the latest and it most likely will work.