Commit Graph

69 Commits (73e4e04565aa86237d66764ac58ffae1f7e40e48)

Author SHA1 Message Date
rkfg ec5d85c1b5
Don't change accordion visibility (#97) 2024-05-09 16:04:40 -07:00
Chenlei Hu 701a2087cf
Fix xyz module name (#99) 2024-04-21 07:51:14 -07:00
Alex "mcmonkey" Goodwin d042bb0492 add elem id back to the enabled box
for #75
2024-02-23 09:52:24 -08:00
Alex "mcmonkey" Goodwin 249b8cb604 readd prior change but more safely this time i guess
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
2023-12-07 03:17:07 -08:00
Alex "mcmonkey" Goodwin a139d3a23b make controls always visible for #83
gotta love how much gradio doesn't work
2023-12-06 06:06:04 -08:00
Alex "mcmonkey" Goodwin 460acfad15 remove prior commit, it was wrong anyway 2023-12-06 05:59:10 -08:00
Alex "mcmonkey" Goodwin 0a29fdef3d use total_steps if available, for #83 2023-12-06 01:59:14 -08:00
Alex "mcmonkey" Goodwin 5cce1c8e11 additional minor cleaning 2023-10-29 08:14:45 -07:00
Alex "mcmonkey" Goodwin 83f619ab37 actually just fix every single casing mixup 2023-10-29 07:34:22 -07:00
Won-Kyu Park 3889ebc8e3
fire checkbox change event (#77) 2023-10-13 09:58:15 -07:00
Alex "mcmonkey" Goodwin 223c0f7352 cleanup code in pr #75
JS formatting, fix the visibility toggle to make slightly more sense, reinstate a few standardized labels
2023-10-09 15:11:23 -07:00
Won-Kyu Park ecdac7f22a
cleanup UI (#75)
* cleanup UI

 * activate checkbox added
 * fix for more consistent ui

* hide original checkbox
2023-10-09 15:04:20 -07:00
Alex "mcmonkey" Goodwin 1fd915af73 ComfyUI Nodes
for #54
2023-09-21 10:28:22 -07:00
Alex "mcmonkey" Goodwin 55ca687fb8 Fix Auto1.6 compat
I love auto updates that change and break things without warning. For #69
2023-09-09 23:57:33 -07:00
Alex "mcmonkey" Goodwin 96238f443e probably version cross-compat on last fix, for #60 2023-08-20 03:35:24 -07:00
Alex "mcmonkey" Goodwin 8b29875902 update to auto webui dev branch
for #60
2023-08-20 00:52:21 -07:00
Alex "mcmonkey" Goodwin c60fe071e5 remove elem ids from radio buttons to workaround gradio bug
for #57
2023-08-05 11:15:29 -07:00
cat 5349f00872
Support SD.Next's separate sampler for HiRes-fix. (#58) 2023-08-03 10:31:39 -07:00
Alex "mcmonkey" Goodwin 639e40970f fix SDXL compat, for #56 2023-07-29 20:47:23 -07:00
Convexity-ai 96739fab6e
Implement extra Rescale Classifier-Free Guidance features and UI options (#55)
* Implement RCFG

Source: https://github.com/ashen-sensored/sd-dynamic-thresholding-rcfg

* Update scripts

Synchronise changes from master branch

* Fixes

* Fixes

* Fixes

* Missing UI options

* cleanup some PR complexity

* small bit more cleaning

* cleanup and reformat and fix

arg position is sensitive in API, so add to end. Mark 'clean path' separate from 'special path', reformat UI a bit

---------

Co-authored-by: Alex "mcmonkey" Goodwin <git_commits@alexgoodwin.dev>
2023-07-29 20:32:27 -07:00
Alex "mcmonkey" Goodwin 27700fddf8 more compact advanced options view, replaces #51 2023-07-16 19:11:02 -07:00
Alex "mcmonkey" Goodwin c819753135 Add elem ids, for #47 2023-06-30 21:22:51 -07:00
Alex "mcmonkey" Goodwin 403fdb2d2d Sawtooth mode 2023-06-21 18:34:41 -07:00
Alex "mcmonkey" Goodwin 023d3e51b1 bump scheduler value max 2023-06-18 12:48:58 -07:00
Alex "mcmonkey" Goodwin ed76841842 "Repeating" scheduler modes 2023-06-18 09:06:45 -07:00
Alex "mcmonkey" Goodwin f02cacfc92 experiment_mode=4 'rescale cfg' from that one paper 2023-05-22 07:20:30 -07:00
Alex "mcmonkey" Goodwin c9721ab01a fix sampler name in gen params
for #37
2023-05-08 16:17:15 -07:00
Alex "mcmonkey" Goodwin 019aa9beab auto-restore mimic mode / cfg mode when loading from metadata
for #34
2023-05-08 16:05:13 -07:00
Alex "mcmonkey" Goodwin 5d3465c4b2 add warning message for UniPC + HR Fix
for #27
2023-04-12 05:39:43 -07:00
Alex "mcmonkey" Goodwin 8f18058bf6 add an error check when loading UniPC support to hopefully block the issue spam
apparently everybody updates their extensions but nobody updates the WebUI. Relates to #22 #23 #24 #25 #26
2023-03-27 12:50:18 -07:00
Alex "mcmonkey" Goodwin 7a9f2694f4 jank hacky experimental UniPC impl
This is definitely not the ideal way to do this. But. Uh. It exists now.
2023-03-22 10:02:01 -07:00
Alex "mcmonkey" Goodwin c26db23af7 move core behavior to its own file 2023-03-22 09:43:31 -07:00
Alex "mcmonkey" Goodwin f512d44874 reorganize internals to separate K-Diffusion impl from core behavior 2023-03-22 09:07:59 -07:00
Alex "mcmonkey" Goodwin 360ec2da06 move xyz_grid addition to a callback
for #16
2023-03-14 02:50:47 -07:00
Alex "mcmonkey" Goodwin cd91764a45 better error printing for #16 2023-03-13 03:39:15 -07:00
Alex "mcmonkey" Goodwin aff1709402 hide power value if power scheduler is not in use
relates to #13
2023-03-05 16:02:21 -08:00
Alex "mcmonkey" Goodwin 132f9bf93e Power Down scheduler 2023-03-05 15:59:31 -08:00
Alex "mcmonkey" Goodwin 3bfbc07485 attr read simplification 2023-02-22 13:13:11 -08:00
Alex "mcmonkey" Goodwin 6c76a48a1f further cleanup on #9 2023-02-13 00:03:00 -08:00
Alex "mcmonkey" Goodwin fa1baedad3 further simplify #9 2023-02-12 23:58:18 -08:00
Alex "mcmonkey" Goodwin eb93219f8c simplify #9 2023-02-12 23:51:50 -08:00
aiton-sd d640313943
Add files via upload 2023-02-12 10:40:43 +09:00
Alex "mcmonkey" Goodwin 681a5ffe7b better impl of gen param reading 2023-02-10 22:26:51 -08:00
Alex "mcmonkey" Goodwin baedb9e37d automatically unset DynThresh based on generation parameter sendover 2023-02-10 22:17:33 -08:00
Alex "mcmonkey" Goodwin d0751640ed Allow sending params back from infotext 2023-02-10 18:27:01 -08:00
Alex "mcmonkey" Goodwin 61260cad8f put power scheduler in params when relevant 2023-02-10 06:50:12 -08:00
Alex "mcmonkey" Goodwin 431a2f7c3c Fix img2img support 2023-02-10 05:15:28 -08:00
Alex "mcmonkey" Goodwin 36205bfbf8 add 'power up' and matching input val 2023-02-10 00:55:07 -08:00
Alex "mcmonkey" Goodwin b9c330db7d replace info text with wiki link 2023-02-10 00:54:52 -08:00
Alex "mcmonkey" Goodwin 388999f7ad cosine up/down were apparently backwards 2023-02-10 00:54:44 -08:00