Skip to content

Commit

Permalink
fix sd-webui
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed May 14, 2023
1 parent 3973127 commit 87214c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ build:
# we prebuilt everything, but also we must remove this so we can trim
# the final package from 2.3GB to ~1GB which we will do in the next steps
- |
sed -i.bak '355s|prepare_environment()||' lib/launch.py
sed -i.bak 's|^ prepare_environment()||' lib/launch.py
rm lib/launch.py.bak
#FIXME ^^ please make a .patch work, I could not :/

Expand Down

0 comments on commit 87214c7

Please sign in to comment.