ximinng / SVGDreamer

[CVPR 2024] Official implementation for "SVGDreamer: Text Guided SVG Generation with Diffusion Model" https://arxiv.org/abs/2312.16476
https://ximinng.github.io/SVGDreamer-project/
MIT License
188 stars 14 forks source link

Running Docker Image #9

Closed bamsom closed 4 months ago

bamsom commented 4 months ago

An interesting work!

I am trying the sample scripts inside the docker container and keep getting errors like: '... ModuleNotFoundError: No module named 'hydra' ...' I pip installed some packages but not sure I am doing it right. I have never succeeded in installing diffvg locally, and I was hoping the docker image comes all preinstalled.

What am I doing wrong? I have the same issue with DiffSketcher repo.

bamsom commented 4 months ago

Btw, I am on a ubuntu machine with RTX 4090. CUDA 11.3 suport for the GPU might be an issue?

ximinng commented 4 months ago

You can try the docker image we provide,

docker run --name svgdreamer --gpus all -it --ipc=host ximingxing/svgrender:v1 /bin/bash

In addition, the installation of diffvg requires the gcc version, which may be the reason why you cannot install successfully.