mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-07 07:24:00 +00:00
Update lstein to dev branch (#73)
This commit is contained in:
parent
10763a8f61
commit
aae83bb8f2
5 changed files with 64 additions and 7 deletions
10
services/lstein/info.py
Normal file
10
services/lstein/info.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
file = Path(sys.argv[1])
|
||||
file.write_text(
|
||||
file.read_text()\
|
||||
.replace('GitHub site</a>', """
|
||||
GitHub site</a>, Deployed with <a href="https://github.com/AbdBarho/stable-diffusion-webui-docker/">stable-diffusion-webui-docker</a>
|
||||
""", 1)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue