RameenAbdal / StyleFlow

StyleFlow: Attribute-conditioned Exploration of StyleGAN-generated Images using Conditional Continuous Normalizing Flows (ACM TOG 2021)
http://rameenabdal.github.io/StyleFlow
2.42k stars 344 forks source link

UI Illustration #53

Open ZakariaMHTX opened 3 years ago

ZakariaMHTX commented 3 years ago

I got the error below when I run "python main.py"

How can I fix this?? please.

I did not use docker.

Traceback (most recent call last): File "main.py", line 6, in import qdarkgraystyle ModuleNotFoundError: No module named 'qdarkgraystyle'

provostm commented 3 years ago

Did you install the dependencies of the environment.yml ?? In particular : qdarkgraystyle==1.0.2

poneman commented 3 years ago

As provostm mentioned, qdarkgraystyle is listed in the enviroment.yml that defines conda dependencies and pip installs. What OS are you using?

ZakariaMHTX commented 3 years ago

I use Ubuntu 20.04 Can I run it on Mac?

ZakariaMHTX commented 3 years ago

Is the Nvidia Graphic card mandatory?