Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git pull overwrites webui-user.bat on most recent commit #204

Closed
Pelayo-Chacon opened this issue Sep 9, 2022 · 4 comments
Closed

Git pull overwrites webui-user.bat on most recent commit #204

Pelayo-Chacon opened this issue Sep 9, 2022 · 4 comments

Comments

@Pelayo-Chacon
Copy link

I'm not sure if this was intentional. It was easy enough to reinput my modifications, just thought it may have been an oversight.

@Pelayo-Chacon Pelayo-Chacon changed the title Git pull overwrites web-user.bat on most recent commit Git pull overwrites webui-user.bat on most recent commit Sep 9, 2022
@AUTOMATIC1111
Copy link
Owner

I don't get it. The file was not edited in the repo. Why would it be overwritten? Are you doing git pull with some extra flags?

@Pelayo-Chacon
Copy link
Author

Pelayo-Chacon commented Sep 9, 2022

No - that's why I thought it was strange. I've included my current launcher code for reference.

@echo off

set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--medvram --opt-split-attention --show-negative-prompt

git pull
start http:https://127.0.0.1:7860/

call webui.bat

@i2chris
Copy link

i2chris commented Sep 10, 2022

Create your own web-user-blah.bat file that is a copy of web-user.bat. Then you'll never have merge conflicts. As far as I understood it, web-user.bat was just an example showing you how to create your own

@Pelayo-Chacon
Copy link
Author

Pelayo-Chacon commented Sep 10, 2022

@i2chris That's what I'm doing now, but I figured I could save some headaches for anyone that wouldn't think to do that. Either way, any potential issues were fixed here.

Sashimimochi pushed a commit to Sashimimochi/stable-diffusion-webui that referenced this issue Apr 7, 2023
Franek313 pushed a commit to Franek313/stable-diffusion-webui that referenced this issue Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants