Maundytime

Results 1 comments of Maundytime

Check where the error commit is, /modules/launch_utils.py or /launch.py, and try ``` sed -i -e 's/checkout {commithash}/checkout --force {commithash}/g' /yourpath/stable-diffusion-webui/modules/launch_utils.py ``` or ``` sed -i -e 's/checkout {commithash}/checkout --force {commithash}/g'...