Skip to content
Discussion options

You must be logged in to vote

In that case, to patch it temporarily it should be enough to

$ git remote add moonshine https://github.com/moonshinegloss/stable-diffusion-webui
$ git fetch moonshine patch-1
$ git cherry-pick dae1fa7854a2aa6ac97fa92cda7ba63d3f0b584f

This may break future updates (git pull), so, until the pull request is accepted to the master branch, to update the webui you will need to do the following:

$ git reset --hard origin/master
$ git pull
$ git cherry-pick dae1fa7854a2aa6ac97fa92cda7ba63d3f0b584f

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@seijihariki
Comment options

Answer selected by seijihariki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #53 on November 30, 2022 22:19.