AbdBarho / stable-diffusion-webui-docker

Easy Docker setup for Stable Diffusion with user-friendly UI
Other
6.57k stars 1.08k forks source link

Failed building in windows #710

Open Azshurith opened 2 months ago

Azshurith commented 2 months ago

Has this issue been opened before?

Describe the bug

Tried to build the app in my windows PC and error occurs.

Which UI

auto

Hardware / Software

Steps to Reproduce

  1. Execute docker compose --profile auto up --build

Additional context Any other context about the problem here. If applicable, add screenshots to help explain your problem.

image

Kariton commented 1 month ago

hey,

have you run the download first? this is necessary.

docker compose --profile download up --build docker compose --profile auto up --build

from the wiki:

clone this repo and run: docker compose --profile download up --build wait until its done, then: docker compose --profile [ui] up --build where [ui] is one of: auto | auto-cpu | comfy | comfy-cpu