Alex "mcmonkey" Goodwin
30a77d87a1
patch for comfy registry
2024-07-30 00:39:19 -07:00
haohaocreates
39eb786038
chore(licence-update): Add pyproject.toml for Custom Node Registry ( #100 )
...
Co-authored-by: snomiao <snomiao+comfy-pr@gmail.com>
2024-07-29 19:51:07 -07:00
Alex "mcmonkey" Goodwin
8a84fec905
add publish GitHub Action
2024-05-24 09:09:14 -07:00
Alex "mcmonkey" Goodwin
9ed25de29a
add a pyproject.toml
2024-05-24 09:07:13 -07:00
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
e9d6c02438
fix wrong name, for #89
2024-01-05 22:34:47 -08:00
Alex "mcmonkey" Goodwin
0d017bcf44
fix comfy large batch for #88
2023-12-31 09:26:27 -08:00
kaibioinfo
bba97c079d
Update dynthres_comfyui.py ( #87 )
...
* Update dynthres_comfyui.py
comfyui timestep arg returns the sigma instead of the timestep. Thanks to piezo for helping me figure out how to convert sigma to timestep.
* fix over-deletion
---------
Co-authored-by: Alex "mcmonkey" Goodwin <git_commits@alexgoodwin.dev>
2023-12-22 06:35:27 -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
2998d4c074
Update for latest comfy commit
2023-11-01 18:48:15 -07: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
Alex "mcmonkey" Goodwin
9fe47f4e7a
additional minor cleaning
2023-10-29 07:26:14 -07:00
Alex "mcmonkey" Goodwin
450983c621
minor code cleanup
2023-10-29 07:20:15 -07:00
Alex "mcmonkey" Goodwin
9ed3eb7f89
Comfy: fix backwards steps
2023-10-29 07:20:01 -07:00
Alex "mcmonkey" Goodwin
a046fe9cae
typo fix
2023-10-18 18:09:17 -07:00
Alex "mcmonkey" Goodwin
b4dc1767a7
simplify #79 further
2023-10-18 18:07:52 -07:00
Fred Ostrander
4ba4b1c03b
Accomodate Vlad's SD.Next modules refactor ( #79 )
...
* Accomodate SD.Next modules refactor
* remove secondary exception check (redundant)
---------
Co-authored-by: Alex "mcmonkey" Goodwin <git_commits@alexgoodwin.dev>
2023-10-18 18:04:21 -07:00
Won-Kyu Park
3889ebc8e3
fire checkbox change event ( #77 )
2023-10-13 09:58:15 -07:00
Won-Kyu Park
4a3c7a86e0
fix to sync original checkbox state when infotext loaded ( #76 )
2023-10-10 09:51:00 -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
8afc1cce60
DynThresh is on StableSwarmUI too now
2023-09-21 13:14:07 -07:00
Alex "mcmonkey" Goodwin
26b6151700
readme: document comfyui node
...
for #54
2023-09-21 10:36:04 -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
c02d806cac
typo fix
2023-08-09 09:40: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
fa12a88ea0
simplify Cosine Repeating code
2023-06-21 18:39:35 -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