stablediffusion-infinity
stablediffusion-infinity copied to clipboard
Detailed instructions to use the Docker version, please!
Following the guide:
Result:
I need to do docker pull stablediffusion-infinity
Or what's the name of the image for Docker?
In docker setting, you need to enable using wsl2 backend.
And then use a wsl2's bash
to run these commands
cd /mnt/c/PATH-TO-YOUR/stablediffusion-infinity/docker
./docker-run.sh
i tried this and all i recive when i run ./docker-run.sh is this error message
-bash: ./docker-run.sh: /bin/bash^M: bad interpreter: No such file or directory
i tried this and all i recive when i run ./docker-run.sh is this error message
-bash: ./docker-run.sh: /bin/bash^M: bad interpreter: No such file or directory
nevermind dos2unix and chmod u+x fixed the launching the run file
so I was able to get the command to run but now I'm receiving this issue, this is all done using the codes, even tried adding sudo in front with no success, and i have tried the update --fix-missing with no success either, any idea where I may be going wrong or how to fix it?
cd /mnt/c/PATH-TO-YOUR/stablediffusion-infinity/docker
./docker-run.sh
Anyone know how to fix this permission error?
Attaching to stablediffusion-infinity-sd-infinity-1 stablediffusion-infinity-sd-infinity-1 | + set -x stablediffusion-infinity-sd-infinity-1 | + git submodule update --init --recursive stablediffusion-infinity-sd-infinity-1 | error: could not lock config file /app/.git/modules/PyPatchMatch/config: Permission denied stablediffusion-infinity-sd-infinity-1 | fatal: could not set 'core.worktree' to '../../../PyPatchMatch' stablediffusion-infinity-sd-infinity-1 exited with code 1 root@FRWRD-PC-WIN10:~/github/stablediffusion-infinity/docker#
also have been getting this issue, bumping the thread. Would love more detailed docs