Skip to content
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

Merge #4

Merged
merged 679 commits into from
Sep 29, 2023
Merged

Merge #4

merged 679 commits into from
Sep 29, 2023

Conversation

Mapleshade20
Copy link
Owner

@Mapleshade20 Mapleshade20 commented Sep 29, 2023

Description

  • a simple description of what you're trying to accomplish
  • a summary of changes in code
  • which issues it fixes, if any

Screenshots/videos:

Checklist:

AUTOMATIC1111 and others added 30 commits August 13, 2023 16:46
…shes

Support search and display of hashes for all extra network items
Even if this causes chunks to be much smaller, performance isn't significantly impacted. This will usually reduce memory usage but should also help with poor performance when free memory is low.
For MPS, using a tensor created with `torch.empty()` can cause `torch.baddbmm()` to include NaNs in the tensor it returns, even though `beta=0`. However, with a tensor of shape [1,1,1], there should be a negligible performance difference between `torch.empty()` and `torch.zeros()` anyway, so it's better to just use `torch.zeros()` for this and avoid unnecessarily creating issues.
add new callback for scripts to be used before processing
existance -> existence
Fixes for `git checkout`, MPS/macOS fixes and optimizations
…module

Fix MHA error with ex_bias and support ex_bias for layers which don't have bias
Add RES sampler and reorder the sampler list
unperdictable -> unpredictable
remove xformers Python version check
…ta-break-001

style: file-metadata word-break
Add option to align with sgm repo's sampling implementation
…on-tab-switch

Fix notification not playing when built-in webui tab is inactive
…ll-extensions

Honor `--skip-install` for extension installers
…-blank-stdout

Don't print blank stdout in extension installers
…isy-latent

Add noisy latent to `ExtraNoiseParams` for callback
…ngs-dropdown-unfocus

Do not change quicksettings dropdown option when value returned is `None`
[RC 1.6.0 - zoom is partly hidden] Update style.css
…ta-path-001

display file metadata `path` , `ss_output_name`
…ime-001

chore: change extension time format
…ime-format-time-zone

patch Extension time format in systme time zone
…vert-to-system-time-zone

extension update time, convert to system time zone
…er fields that are already covered by sysinfo
…dvram would cause an exception when generating
@Mapleshade20 Mapleshade20 merged commit 6a0fd1f into master Sep 29, 2023
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.