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 342 forks source link

qt.qpa.screen: QXcbConnection: Could not connect to display #134

Open Jackson-LIMU opened 2 years ago

Jackson-LIMU commented 2 years ago

When I run python main.py,errors occur:

----------------- Options --------------- batchSize: 1
checkpoints_dir: ./checkpoints
dataroot: ./data/datasetX
gpu_ids: 0
max_result_snapshots: 30
model: xxxx
name: XXXX
network_pkl: gdrive:networks/stylegan2-ffhq-config-f.pkl only_for_test: ...
phase: test
----------------- End ------------------- qt.qpa.screen: QXcbConnection: Could not connect to display Could not connect to any X display.

At-Walid commented 1 year ago

I have the same issue. Did you figure it out?