fix various bugs and robustness issues across core modules#17370
Open
Mana20211 wants to merge 1 commit intoAUTOMATIC1111:masterfrom
Open
fix various bugs and robustness issues across core modules#17370Mana20211 wants to merge 1 commit intoAUTOMATIC1111:masterfrom
Mana20211 wants to merge 1 commit intoAUTOMATIC1111:masterfrom
Conversation
- errors.py: fix inverted args in errors.run() (display(task,e) -> display(e,task))
- initialize_util.py: guard re.search() result before .group(0) to prevent startup crash
- initialize.py: fix duplicate startup_timer label for pytorch_lightning import
- launch_utils.py: add f-prefix to error string in git_clone so {name}/{commithash} interpolate
- launch_utils.py: add Python 3.11/3.12 to supported versions on all platforms
- launch_utils.py: update stale Python 3.10.6 download URL to 3.10.16
- launch_utils.py: add timeout=10 to version_check requests.get call
- launch_utils.py: fix requirements regex to allow inline comments
- launch_utils.py: ensure tmp/ dir exists before os.replace() on corrupted config
- launch_utils.py: fix git_pull_recursive to use encoding param, avoiding UnicodeDecodeError
- launch_utils.py: fix typo "clone repositores" -> "clone repositories"
- modelloader.py: replace bare except:pass with errors.report() so scan failures are visible
- options.py: ensure tmp/ dir exists before os.replace() on corrupted config
- sd_models.py: fix unclosed file handle when loading safetensors with disable_mmap
- sd_models.py: fix unclosed parenthesis in --ckpt not found error message
- config_states.py: fix missing space + add exc_info=True on restore failure
- hypernetworks/hypernetwork.py: replace bare except: with except Exception: in rollback
- textual_inversion/textual_inversion.py: replace bare except: with except Exception: in rollback
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Screenshots/videos:
Checklist: