NeedsMoar
NeedsMoar
I ran this on my other machine which has updated drivers which included amdsmi but no system python, and it apparently tried to call out to the windows python installer...
Recently switched to python311 as system python, rather than absolutely nothing I got this: ```cmd C:\>amdsmi Traceback (most recent call last): File "PyInstaller\loader\pyimod03_ctypes.py", line 53, in __init__ File "ctypes\__init__.py", line...
Parallel builds use more system resources, not less.
The torch repo has a release wheel of xformers that works with torch 2.4.1 pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu124 should pull _0.0.28.post1_ The last time I tried to just...
> Oooh that's creative, great idea! But come on man, PowerShell has been around for 13 years!! (I am a bit biased, google "halr9000 powershell" to understand why.) We can...
the @pythongosssss 's Custom Nodes has that (you have to use his LoRA loader but you can just drop .png files in or it'll pull them from CivitAI on request....
Python-based web servers aren't really recommended to be run on outward facing networks anyway, according to the python docs themselves. The networking stack wasn't written with security of incoming connections...
Give yourself rights to execute the vulkan sdk files (or run build in sudo like everybody else using linux does for pretty much everything for some reason which usually causes...
The python subprocess library is garbage and has multiple issues with threaded programs running under it. This is a threaded program. /end. Since you have an NVidia GPU just get...
Beat me to it on [Pythongosssss / ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts). All you're missing is resizing from other locations on the border. If the connector spaghetti really annoys you there's also [cg-use-everywhere](https://github.com/chrisgoringe/cg-use-everywhere) which...