jdc4429
jdc4429
Thank you! Love your efficient use of memory and quick response. Wow there are a lot of fields. I'm not sure what all of them do.
Seems to be an issue.. For some reason when I run the script it works the first time, but when you call it again after that it does not run....
Hmm.. I did set to -1 for the seed.. Does it not recognize -1 as random? Nevermind, error says no values less then 1. :) I didn't notice at first...
Now my only issue in a random number generator.. I'm not finding what the actual range is for the seed for SD... Any idea what the max is? Does it...
Well I thought it was working.. I have it working if I run the python script myself from the command line But when I try executing from shell I get...
I create a conda environment called comfy... which should be clean. Installed requirements.txt to comfy environment pip3 install websocket-client From my understanding, any outside package should not interfere? I'm not...
I even removed all websocket packages from base... I still get the same error. I don't understand why. It was working previously and now It's not even working when I...
I even tried using my other webui interface.. but that doesn't work either. lol RuntimeError: (405, '405: Method Not Allowed') I would really like to get this working but I'm...
What is really screwed up.. is I can run manually from base.. But when I go into the newly created comfy environment it gives me that error.
I uninstalled it... and rebooted.. and that was only on base.. that should not affect the newly created conda environment. I think maybe my Conda environment is messed up somehow....