forked from anapnoe/stable-diffusion-webui-ux
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Z #14
Merged
Merged
Z #14
Conversation
This file contains 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
per @SirVeggie's suggestion
Fix square brackets multiplier
Add altdiffusion-m18 support
added option to play notification sound or not
fix IndexError
Support inference with LyCORIS GLora networks
fix: checkpoints_loaded:{checkpoint:state_dict}, model.load_state_dict issue in dict value empty
show the preview image in the modalview if available
…or_in_processing fix the key error exception when processing override_settings keys
…template Update bug_report.yml
Ability for extensions to return custom data via api in response.images
…ndle Add lora-embedding bundle system
webui.settings.bat support
Add ability to interrupt current generation and start generation again by Ctrl (Alt) + Enter
…on-fix Edit-attention fixes
…(((attention))) syntax
Exclude lambda
LF instead CRLF
Start / Restart generation by Ctrl (Alt) + Enter
Fixes failing dependency checks for extensions having a different package name and import name (for example ffmpeg-python / ffmpeg), which currently is causing the unneeded reinstall of packages at runtime. In fact with current code, the same string is used when installing a package and when checking for its presence, as you can see in the following example: > launch_utils.run_pip("install ffmpeg-python", "required package") [ Installing required package: "ffmpeg-python" ... ] [ Installed ] > launch_utils.is_installed("ffmpeg-python") False ... which would actually return true with: > launch_utils.is_installed("ffmpeg") True
Update launch_utils.py - fixes repetead package reinstalls
…n_text() remove clean_text()
Fix wrong implementation in network_oft
Allow pasting in WIDTHxHEIGHT strings into the width/height fields
…em-id Assign id for "extra_options". Replace numeric field with slider.
Re-add setting lost as part of e294e46
[IPEX] Fix embedding and ControlNet
…Live-preview-in-full-page-image-viewer add option: Live preview in full page image viewer
…arison change state dict comparison to ref compare
AUTOMATIC1111#13354 : solve lora loading issue
…st-js_live_preview_in_modal_lightbox default False js_live_preview_in_modal_lightbox
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: