NickLucche / stable-diffusion-nvidia-docker

GPU-ready Dockerfile to run Stability.AI stable-diffusion model v2 with a simple web interface. Includes multi-GPUs support.
MIT License
357 stars 43 forks source link

Fix parallelism #35

Closed crufter closed 3 months ago

crufter commented 3 months ago

When parallelism is enabled, there is this error:

No such file or directory: './clip_config.pickle

As referenced in #34. This PR fixes that by adding the pickle file to the COPY command in the Dockerfile.

NickLucche commented 3 months ago

Hi, thanks a lot for your contribution! :) Not sure how this could go past CI.. will review tomorrow

NickLucche commented 3 months ago

PR merged, thanks a lot for spotting and reporting this!

crufter commented 3 months ago

No worries, @NickLucche! Thanks for your work.