JeffreyXiang / ivid

PyTorch implementation of the ICCV paper "3D-aware Image Generation using 2D Diffusion Models"
https://jeffreyxiang.github.io/ivid/
MIT License
300 stars 4 forks source link

Error running "clear_cs = mgl_ctx.compute_shader(clear_cs)" #5

Closed Sharpiless closed 11 months ago

Sharpiless commented 11 months ago

Hello, thanks for your great and exciting work! What's your driver vision? I encountered the following error:

0:1(10): error: GLSL 3.10 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.50, 3.30, 1.00 ES, and 3.00 ES
0:0(0): error: Compute shaders require GLSL 4.30 or GLSL ES 3.10

I'm wondering is there are any proposals or plans to support docker. Thanks!