Alex "mcmonkey" Goodwin
Alex "mcmonkey" Goodwin
- Yes you can install extensions - They have to either be ComfyUI extensions, or Swarm extensions. Auto extensions can't be added to swarm
you probably need: `brew install virtualenv` i think, not sure need `venv`
Check Server -> Logs -> Debug, there's probably more info on the comfy backend's raw output
Oh, well, first issue: you need Python 3.10 or 3.11, 3.8 is too outdated Second, check how much RAM your system has - that type of sudden harsh cut off...
The 3.10 part is for the `TypeError: unsupported operand type(s) for |: 'dict' and 'dict'` errors
Try monitoring `top` / `watch free -h` / `nvtop` while loading models to see if there's any resource filling up right before it crashes. From that log it strongly looks...
``` 2024-06-17 11:32:07.675 [Warning] ComfyUI-0 on port 7821 stderr: return F.conv2d(input, weight, bias, self.stride, 2024-06-17 11:32:07.675 [Warning] ComfyUI-0 on port 7821 stderr: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-06-17 11:32:07.675 [Warning] ComfyUI-0 on port 7821...
Yeah the Simple tab is for Simple usage, not for Simple users. The primary target audience of it is in fact the most advanced users specifically, the kind that make...
ftr you can export the _openpose image_ instead of the JSON to skip the preprocessor. Using a JSON still requires processing, just different processing.
So first things first try the obvious prodding and/or kicking the machine -- make sure everything's updated, you're not running anything in too unusual a way, and try restarting Swarm...