サッとぶ

日々の徒然。自分用メモなど。

MrTornado24 / IDE-3D を試してみたメモ

stable diffusion で遊んでたら、3Dでやりたい熱が高じた。

しかし。。。

 

github.com

 

git clone https://github.com/MrTornado24/IDE-3D

cd IDE-3D

conda env create -f environment.yml

python gen_images.py --outdir=out --trunc=0.7 --seeds=4-7 \
    --network=pretrained_models/ide3d-ffhq-64-512.pkl

python extract_shapes.py --outdir out --trunc 0.7 --seeds 4-7     --network=pretrained_models/ide3d-ffhq-64-512.pkl --cube_size 1

 

 

 

python render_mesh.py --fname out/0.npy --outdir out

  File "/path/gl/xlib.py", line 218, in __init__
    raise gl.ContextException('Could not create GL context')
pyglet.gl.ContextException: Could not create GL context

 

動かん。。。

 

疲れたのでブログをちゃんと書く気力が。。。