mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-30 17:53:23 -04:00
Update versions (#120)
- auto:2995107fa2- More samplers - Textual inversion training - hlky:1a9c053cb7- Build times are SLOW - lstein:4f247a3672- Prepare for 2.0 release - very cool new UI!
This commit is contained in:
@@ -4,7 +4,10 @@ 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>
|
||||
.replace(' <div id="root"></div>', """
|
||||
<div id="root"></div>
|
||||
<div>
|
||||
Deployed with <a href="https://github.com/AbdBarho/stable-diffusion-webui-docker/">stable-diffusion-webui-docker</a>
|
||||
</div>
|
||||
""", 1)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user