You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: auto config some settings based on chosen model
* chore: handle clip skip when selecting pony model
* chore: fix layout issue
* chore: UI improvements on orientation select modal
* chore: update changelog
Copy file name to clipboardexpand all lines: app/changelog/_updates/2024.08.29.md
+3
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,6 @@
31
31
- (fix) more work handling stuck jobs when "is_possible" is false. It really works, this time!
32
32
- (feat) add ability to cancel job in progress without losing existing downloaded images (useful for jobs where GPU worker goes offline).
33
33
- (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.
34
+
- (chore) update default sampler
35
+
- (feat) update some common settings if selecting different model from default AlbedoXL (update steps, cfg, LoRA) to reduce confusion
36
+
- (feat) update CLIP if selecting a PonyXL model and CLIP skip is less than 2.
0 commit comments