Upload remove_old_scripts.bat
Browse files- remove_old_scripts.bat +4 -1
remove_old_scripts.bat
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
del .\stable-diffusion-webui\javascript\_�동_�그1.1.2.js
|
| 2 |
del .\stable-diffusion-webui\javascript\Auto-tagging.js
|
|
|
|
| 3 |
del .\stable-diffusion-webui\scripts\wildcards.py
|
| 4 |
-
del .\stable-diffusion-webui\scripts\
|
|
|
|
| 5 |
del .\stable-diffusion-webui\localizations\ko-KR.json
|
|
|
|
| 6 |
rmdir /s /q .\stable-diffusion-webui\scripts\wildcards
|
|
|
|
| 1 |
del .\stable-diffusion-webui\javascript\_�동_�그1.1.2.js
|
| 2 |
del .\stable-diffusion-webui\javascript\Auto-tagging.js
|
| 3 |
+
del .\stable-diffusion-webui\javascript\tagAutocomplete.js
|
| 4 |
del .\stable-diffusion-webui\scripts\wildcards.py
|
| 5 |
+
del ".\stable-diffusion-webui\scripts\Random grid.py"
|
| 6 |
+
del .\stable-diffusion-webui\scripts\Random.py
|
| 7 |
del .\stable-diffusion-webui\localizations\ko-KR.json
|
| 8 |
+
rmdir /s /q .\stable-diffusion-webui\tags
|
| 9 |
rmdir /s /q .\stable-diffusion-webui\scripts\wildcards
|