-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feedback improvements: API throttling issues, support deleting multiple images, and more #47
Merged
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
Collaborator
daveschumaker
commented
Aug 30, 2024
- (fix) Issue with incorrect or partial image counts being downloaded from a completed pending image request.
- (fix) Issue with "2 per 1 second" rate limit when requesting new images
- (feat) support AI Horde's "allow_downgrade" which will attempt to downgrade an image request if parameters end up requiring too many kudos to complete (useful for anonymous users)
- (feat) re-enable support for multi-select images in the image gallery, allowing you to delete multiple images at once.
- (fix) image gallery would sometimes randomly appear to duplicate images due to incorrect use of job id's as a unique key (one job can have multiple images associated with it).
- (fix) No longer cancels pending job if AI Horde replies with "is_possible: false" -- it will keep trying (in hopes that a machine comes online to support the request)
- (feat) when downloading multiple images from the new select tool in the image gallery, ArtBot creates a helpful html file that allows you to view the locally saved images offline in a web browser.
- (fix) jobs with "is_possible" equal to false are in a stuck state and don't seem to request updates from server.
- (feat) add new accordion option to section component and re-arrange image upload options on advanced settings page
- (fix) issue ensuring we cast certain parameters to valid type expected by Horde API (e.g., sending 2 instead of "2")
- (fix) more work handling stuck jobs when "is_possible" is false. It really works, this time!
- (feat) add ability to cancel job in progress without losing existing downloaded images (useful for jobs where GPU worker goes offline).
- (feat) likewise, if a job returns a 404 error after taking too long to complete, you will no longer lose existing images related to the job if they had already been downloaded.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
bug
Something isn't working
chore
A needed task that isn't quite a feature or a bug fix
enhancement
New feature or request
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.