zideliu / StyleDrop-PyTorch

Unoffical implement for [StyleDrop](https://arxiv.org/abs/2306.00983)
MIT License
567 stars 27 forks source link

Issues runnin #15

Closed thoughtformer closed 11 months ago

thoughtformer commented 1 year ago

Hi there

When I try to run inside the StyleDrop-Pytorch folder

python extract_empty_feature.py

I receive the following error:

ModuleNotFoundError: No module named 'torch'

My Python knowledge is very limited so forgive me if I ask any stupid questions.

zideliu commented 1 year ago

This error indicates that you do not have the appropriate python package installed, please install Dependencies first

zideliu commented 1 year ago

Also, if you just want to have a try, Gradio recommanded