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

Fork Sync: Update from parent repository #10

Open
wants to merge 305 commits into
base: master
Choose a base branch
from

Conversation

bluelovers
Copy link
Owner

No description provided.

light-and-ray and others added 30 commits May 16, 2024 23:08
* Consistent with implementations in k-diffusion.
* Makes this compatible with #15823
Fix bug where under some circumstances an extra "." was inserted between the file base name and the file extension.
The bug is triggered when the extension argument is one of "jpg", "jpeg", or "webp", and the image exceeds the format's dimension limit. Then the extension variable is set to ".png", resulting in the fullfn variable to evaluate to a string ending with "..png".
When generating grids, some scripts such as img2img loopback and ultimate SD upscale do not pass infotexts for each image since they are the same prompt.

If you attempt to save those images using the saved button in the UI it will fail because it will look for the selected image info text. This fixes those errors by replicating the infotext for as many images are passed into the image list if the infotext parameter is none.
Edited in fix in Github editor and mistyped from local copy
Fix for grids without comprehensive infotexts
…teps-Scheduler

Add Align Your Steps to available schedulers
feat: lora partial update precede full update
AUTOMATIC1111 and others added 29 commits July 16, 2024 20:50
…utton-log.csv-

option to disable save button log.csv
add ids to the resize tabs in img2img
…_on_non-job_actions

[bug] do not break progressbar on non-job actions (add wrap_gradio_call_no_job)
…as_jpeg

fix OSError: cannot write mode P as JPEG
…n_paste_inpaint

do not send image size on paste inpaint
Fix noisy DS_Store files for MacOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.