LukeG89

Results 83 comments of LukeG89

Hi @geoff-m , I'm just a random person, but I can help you with your problem. As I can see your ComfyUI path folder is really long. Try reducing it,...

@strouder Do you mean when using -1 in `Seed (rgthree)`? I just tried generating with autosave enabled and it works fine to me ![seed_rgthree](https://github.com/11cafe/comfyui-workspace-manager/assets/161304036/c904eddb-62f7-4b8a-a908-117fa4a4614b)

You have been using a SD1.5 Checkpoint with a ControlNet Union model (which is not compatible). I don't know which type you downloaded, but if you are using a SDXL...

It's "normal" behaviour, as you can see from the NVIDIA 50xx discussion: - https://github.com/comfyanonymous/ComfyUI/discussions/6643 In the discussion, there is the download link to a ComfyUI portable with nightly Pytorch already...

Actually, there is the link in the readme to the discussion I linked: https://github.com/comfyanonymous/ComfyUI?tab=readme-ov-file#windows-portable ![Image](https://github.com/user-attachments/assets/d5a2cfc1-9674-443a-8563-c589e427e994) There is also a note in the NVIDIA section about nightly pytorch for 50xx GPUs:...

Numpy higher than 2 is causing compatibility issues, you need to downgrade it (numpy

@Hgexia If you have ComfyUI portable, open terminal inside **python_embeded** folder and run this command to downgrade `numpy` to 1.26.4 (this is the latest 1.x version): ``` .\python.exe -m pip...

Have you deleted the file from `user/default/workflows` folder? If so, you might try clearing the browser cache

You should request it in the frontend repo: https://github.com/Comfy-Org/ComfyUI_frontend

I just tested your workflow and it works to me (but I have a completely different setup). Have you tried upgrading ComfyUI and all your custom nodes (especially KJNodes)? Maybe...