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

Z #14

Merged
merged 486 commits into from
Jan 25, 2024
Merged

Z #14

merged 486 commits into from
Jan 25, 2024

Conversation

martianunlimited
Copy link
Owner

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:

wkpark and others added 30 commits October 14, 2023 02:45
Fix square brackets multiplier
added option to play notification sound or not
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
Ability for extensions to return custom data via api in response.images
Add ability to interrupt current generation and start generation again by Ctrl (Alt) + Enter
Exclude lambda
LF instead CRLF
Start / Restart generation by Ctrl (Alt) + Enter
illtellyoulater and others added 29 commits December 4, 2023 02:35
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
Allow pasting in WIDTHxHEIGHT strings into the width/height fields
…em-id

Assign id for "extra_options". Replace numeric field with slider.
…Live-preview-in-full-page-image-viewer

add option: Live preview in full page image viewer
…arison

change state dict comparison to ref compare
…st-js_live_preview_in_modal_lightbox

default False js_live_preview_in_modal_lightbox
@martianunlimited martianunlimited merged commit 14d720c into martianunlimited:master Jan 25, 2024
2 of 10 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.