Open Megasherru opened 3 months ago
I don't think it works unless you explicitly use 3.9, I was using 3.9.1 first, but it did not work.
Yeah, needs to be 3.9. Some dependencies do not like anything higher:
(I am using a non-standard install using poetry so I can package it up for some dumb people I know.)
Yeah, needs to be 3.9. Some dependencies do not like anything higher:
(I am using a non-standard install using poetry so I can package it up for some dumb people I know.)
Any chance I could get my hands on a copy of the package? My python installs are mess and nothing installs correctly anymore.
Im sure im doing something wrong. Im not sure. I dont know if its assumed that something else would have been installed already.
One thing, I have Python 3.10 and not 3.9 (unsure if this is the issue) But here is what I did
2, pip install -r requirements.txt
Next I do: huggingface-cli download --resume-download zjpshadow/CharacterGen --include 2D_Stage/ --local-dir . huggingface-cli download --resume-download zjpshadow/CharacterGen --include 3D_Stage/ --local-dir .
Then this is the part I am having issues with. I now go to the 2D folder, and I run the Webui. but it doesnt actually run. The thing flashes and closes.
Again, im thinking im being stupid somewhere. or it was meant to be run through something else. but not sure what that would be. What am I doing wrong? help for a complete layman noob would be awesome!