wty-ustc / HairCLIPv2

[ICCV 2023] HairCLIPv2: Unifying Hair Editing via Proxy Feature Blending
182 stars 19 forks source link

Impossible to gettin it on run #6

Closed MatteoBelvederesi-NewTechnology closed 8 months ago

MatteoBelvederesi-NewTechnology commented 8 months ago

Tried your instructions to create the env, all installed but then there are problems with pytorch and ninja i believe, the python 3.8 which seems to be needed for your code is also a very old ambient env..... It just not gettin the step after the libs importing Please upload an easier way to get it installed and running in 2024 with 2024 specs. A docker or i dont know, this is a complete messy project. My last error after other tries was:

/home/[user]/.cache/torch_extensions/py38_cu121/fused/fused.so: cannot open shared object file: No such file or directory

but i think i've messed up the env at this point, anyway gettin errors since first try after followed your instructions and downloaded all models

crabwin commented 7 months ago

hi, have u already got this run?

MatteoBelvederesi-NewTechnology commented 6 months ago

oh yes was my bad, indeed i closed straight away the thread, was messing up with driver and environment packages versions, code is working

honghaier250 commented 6 months ago

hi, why not give a dockerfile for quick start ? @crabwin @MatteoBelvederesi-NewTechnology

eric0708 commented 6 months ago

Hi @MatteoBelvederesi-NewTechnology, I am also encountering the problem '/home/[user]/.cache/torch_extensions/py38_cu121/fused/fused.so: cannot open shared object file: No such file or directory' How did you manage to solve it?