zjp-shadow / CharacterGen

[SIGGRAPH'24] CharacterGen: Efficient 3D Character Generation from Single Images with Multi-View Pose Canonicalization
Apache License 2.0
557 stars 46 forks source link

Installing for Stupid people #19

Open Megasherru opened 3 months ago

Megasherru commented 3 months ago

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

  1. Create a folder: I then do. CMD through the address bar then Git Clone: https://github.com/zjp-shadow/CharacterGen.git

2, pip install -r requirements.txt

  1. 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 .

  2. 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!

JimikoSK commented 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.

N3X15 commented 3 months ago

Yeah, needs to be 3.9. Some dependencies do not like anything higher:

image

(I am using a non-standard install using poetry so I can package it up for some dumb people I know.)

jkerman2000 commented 1 week ago

Yeah, needs to be 3.9. Some dependencies do not like anything higher:

image

(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.