update readme/todo/gitignore

This commit is contained in:
Vladimir Mandic
2023-04-18 14:56:19 -04:00
parent 71b29c996b
commit 2b1b75dd12
3 changed files with 7 additions and 17 deletions
+2
View File
@@ -7,10 +7,12 @@ __pycache__
/setup.log
/styles.csv
/user.css
/webui-user.bat
/javascript/themes.json
venv
# all models and temp files
*.bak
*.ckpt
*.safetensors
*.pth
+4
View File
@@ -11,6 +11,10 @@ If you are looking an amazing simple-to-use Stable Diffusion tool, I'd suggest [
<br>
### Follow [Development updates](https://github.com/vladmandic/automatic/discussions/99) for daily updates on new features/fixes
<br>
![screenshot](javascript/black-orange.jpg)
<br>
+1 -17
View File
@@ -90,21 +90,5 @@ Tech that can be integrated as part of the core workflow...
- Bunch of stuff: <https://pharmapsychotic.com/tools.html>
### Update
### Pending Code Updates
- reconnect ui to active session on browser restart
this is one of most frequently asked for items, finally figured it out
works for text and image generation, but not for process as there is no progress bar reported there to start with
- force unload `xformers` when not used
improves compatibility with AMD/M1 platforms
- add `styles.csv` to UI settings to allow customizing path
- add `--skip-git` to cmd flags for power users that want
to skip all git checks and operations and perform manual updates
- add `--disable-queue` to cmd flags that disables Gradio queues (experimental)
this forces it to use HTTP instead of WebSockets and can help on unreliable network connections
- set scripts & extensions loading priority and allow custom priorities
fixes random extension issues:
`ScuNet` upscaler dissapearing, `Additional Networks` not showing up on XYZ axis, etc.
- improve html loading order
- remove some `asserts` causing runtime errors and replace with user-friendly messages
- update README.md