Skip to content

Commit 87214c7

Browse files
committed
fix sd-webui
1 parent 3973127 commit 87214c7

File tree

1 file changed

+1
-1
lines changed
  • projects/github.com/AUTOMATIC1111/stable-diffusion-webui

1 file changed

+1
-1
lines changed

projects/github.com/AUTOMATIC1111/stable-diffusion-webui/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ build:
6161
# we prebuilt everything, but also we must remove this so we can trim
6262
# the final package from 2.3GB to ~1GB which we will do in the next steps
6363
- |
64-
sed -i.bak '355s|prepare_environment()||' lib/launch.py
64+
sed -i.bak 's|^ prepare_environment()||' lib/launch.py
6565
rm lib/launch.py.bak
6666
#FIXME ^^ please make a .patch work, I could not :/
6767

0 commit comments

Comments
 (0)