Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-15 | Fix Approx NN on devices other than CUDA | brkirch | |
2023-01-15 | Merge pull request #6709 from DaniAndTheWeb/master | AUTOMATIC1111 | |
Automatic setup for AMD GPUs on Linux | |||
2023-01-15 | add license file | AUTOMATIC | |
2023-01-15 | Merge pull request #6756 from Poktay/ar_fix_for_inpaint | AUTOMATIC1111 | |
Fix Aspect Ratio Overlay / AROverlay to work with Inpaint & Sketch | |||
2023-01-14 | Fix Aspect Ratio Overlay / AROverlay to work with Inpaint & Sketch | Josh R | |
2023-01-14 | Fix TORCH_COMMAND check | DaniAndTheWeb | |
2023-01-14 | Only set TORCH_COMMAND if wasn't set webui-user | DaniAndTheWeb | |
2023-01-14 | Merge pull request #6731 from vladmandic/state_server_start | Vladimir Mandic | |
Add server start time to state info | |||
2023-01-14 | Merge pull request #6728 from bbc-mc/exclude_clip_index_from_merge_target | AUTOMATIC1111 | |
Exclude clip index from merge | |||
2023-01-14 | add buttons to copy images between img2img tabs | AUTOMATIC | |
2023-01-14 | typo? | AUTOMATIC | |
2023-01-14 | fix bug with "Ignore selected VAE for..." option completely disabling VAE ↵ | AUTOMATIC | |
election rework VAE resolving code to be more simple | |||
2023-01-14 | add server_start to shared.state | Vladimir Mandic | |
2023-01-14 | Quick format fix | DaniAndTheWeb | |
2023-01-14 | Export TORCH_COMMAND for AMD from the webui | DaniAndTheWeb | |
2023-01-14 | Revert detection code | DaniAndTheWeb | |
2023-01-14 | Delete detection.py | DaniAndTheWeb | |
2023-01-14 | simplify expression in prompts from file script | AUTOMATIC | |
2023-01-14 | Merge pull request #6707 from zaprudin/bugfix/prompts-from-file-progress-bar | AUTOMATIC1111 | |
fix progress bar behavior for "Prompts from file or textbox" script | |||
2023-01-14 | add an option to choose what you want to see in live preview (Live preview ↵ | AUTOMATIC | |
subject) and moves live preview settings to its own tab | |||
2023-01-14 | load hashes from cache for checkpoints that have them | AUTOMATIC | |
add checkpoint hash to footer | |||
2023-01-14 | Fix detection script on macos | DaniAndTheWeb | |
This fixes the script on macos | |||
2023-01-14 | Exclude clip index from merge | bbc_mc | |
2023-01-14 | update key to use with checkpoints' sha256 in cache | AUTOMATIC | |
2023-01-14 | change hypernets to use sha256 hashes | AUTOMATIC | |
2023-01-14 | change hash to sha256 | AUTOMATIC | |
2023-01-13 | Automatic torch install for amd on linux | DaniAndTheWeb | |
This commit allows the launch script to automatically download rocm's torch version for AMD GPUs using an external GPU detection script. It also prints the operative system and GPU in use. | |||
2023-01-13 | GPU detection script | DaniAndTheWeb | |
This commit adds a script that detects which GPU is currently used in Windows and Linux | |||
2023-01-13 | Automatic launch argument for AMD GPUs | DaniAndTheWeb | |
This commit adds a few lines to detect if the system has an AMD gpu and adds an environment variable needed for torch to recognize the gpu. | |||
2023-01-13 | fix progress bar behavior for "Prompts from file or textbox" script | Zaprudin Aleksey | |
2023-01-13 | fix a bug caused by merge | AUTOMATIC | |
2023-01-13 | Merge pull request #3264 from Melanpan/tensorboard | AUTOMATIC1111 | |
Add support for Tensorboard (training) | |||
2023-01-13 | Merge branch 'master' into tensorboard | AUTOMATIC1111 | |
2023-01-13 | Merge pull request #6689 from Poktay/add_gradient_settings_to_logging_file | AUTOMATIC1111 | |
add gradient settings to training settings log files | |||
2023-01-13 | Merge pull request #6684 from space-nuko/save-extension-params-to-last-params | AUTOMATIC1111 | |
Fix extension parameters not being saved to last used parameters | |||
2023-01-13 | Merge pull request #6685 from space-nuko/script-callback-fix-infotext | AUTOMATIC1111 | |
Add script callback for fixing infotext parameters | |||
2023-01-13 | print bucket sizes for training without resizing images #6620 | AUTOMATIC | |
fix an error when generating a picture with embedding in it | |||
2023-01-13 | Merge pull request #6620 from guaneec/varsize_batch | AUTOMATIC1111 | |
Enable batch_size>1 for mixed-sized training | |||
2023-01-12 | add gradient settings to training settings log files | Josh R | |
2023-01-12 | Add script callback for fixing infotext parameters | space-nuko | |
2023-01-12 | Fix extension parameters not being saved to last used parameters | space-nuko | |
2023-01-12 | Merge pull request #6667 from Shondoit/zero-vector-ti | AUTOMATIC1111 | |
Allow creation of zero vectors for TI | |||
2023-01-12 | fix js errors when restarting UI | AUTOMATIC | |
2023-01-12 | fix send to inpaint sending you to wrong place | AUTOMATIC | |
2023-01-12 | Add zero vector feature to hints.js | Shondoit | |
Also add the note that some tokens might be skipped. Not everyone is aware of this. | |||
2023-01-12 | Allow creation of zero vectors for TI | Shondoit | |
2023-01-11 | img2img UI rework: obsolete --gradio-img2img-tool --gradio-inpaint-tool and ↵ | AUTOMATIC | |
always show all tools each in own tab | |||
2023-01-11 | Merge pull request #6647 from vladmandic/update-progress-api | AUTOMATIC1111 | |
add textinfo to progress api response | |||
2023-01-11 | Merge pull request #6648 from vladmandic/progress-description | AUTOMATIC1111 | |
Set TQDM progress bar and state textinfo description | |||
2023-01-11 | Merge pull request #6628 from catboxanon/fix/alternating-words-emphasis | AUTOMATIC1111 | |
Fix prompt parser default step transformer |