-
Notifications
You must be signed in to change notification settings - Fork 29.5k
[Edited] Refactor code to optimize performance #16844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
MayureshMore
wants to merge
68
commits into
AUTOMATIC1111:master
from
MayureshMore:Authenticated-Sysinfo
Closed
[Edited] Refactor code to optimize performance #16844
MayureshMore
wants to merge
68
commits into
AUTOMATIC1111:master
from
MayureshMore:Authenticated-Sysinfo
Conversation
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
for some reason upscale using cpu will fail with RuntimeError: Inplace update to inference tensor outside InferenceMode switch from no_grad to inference_mode seems to have fixed it
…pscale-on-cpu fix image upscale on cpu
…pred Support and automatically detect SDXL V-prediction models
add break-word for geninfo in pnginfo
fix NGMS pr typo
Co-authored-by: Yevhenii Hurin <[email protected]>
…auto Automatically enable ztSNR based on existence of key in `state_dict`
Fix typo: Github -> GitHub
chore(js): avoid lots of `Wake Lock is not supported.`
shared.opts.concurrent_git_fetch_limit
…p-lossless Honor lossless WebP compression option in API
…sors-bump Bump safetensors to v0.4.5
use DropdownEditable so user can input other formats if they require it make the default png the first on the list
Use gr.Dropdown for Image Formats
…-order [Bracket Checker] Also check for the order of brackets
Check for Extension Updates in Parallel
…mport-modules-errors removed unnecessary import 'modules.errors'
Fix Codeformer extension , Inconsistent overlay layer types when visibility value is less than 1
Fix gfpgan extension , Inconsistent overlay layer types when visibility value is less than 1
Fix Codeformer and gfpgan extension , Inconsistent overlay layer types when visibility value is less than 1
while syntactically correct this triggers a false Unresolved reference 'k' error in PyCharms
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.
Changes made in branch: MayureshMore:Authenticated-Sysinfo
[Edited] Refactor code to optimize performance