mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-29 01:04:15 -04:00
Update UI & Core
This commit is contained in:
12
build/info.py
Normal file
12
build/info.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
file = Path(sys.argv[1])
|
||||
file.write_text(
|
||||
file.read_text().replace('<p>For help and advanced usage guides,', """
|
||||
<p>
|
||||
Created using <a href="https://github.com/AbdBarho/stable-diffusion-webui-docker">stable-diffusion-webui-docker</a>.
|
||||
</p>
|
||||
<p>For help and advanced usage guides,
|
||||
""")
|
||||
)
|
||||
Reference in New Issue
Block a user