Commit Graph

1281 Commits

Author SHA1 Message Date
Barry Downes
052bf4181d
Merge branch 'comfyanonymous:master' into rework-dynamic-prompts 2023-08-06 10:51:56 +10:00
Barry Downes
9c505aa38c Convert indentation from tabs to spaces, to match the codebase. 2023-08-06 10:41:08 +10:00
Barry Downes
ed253b31df Replace comfy.parse-based comment parsers with re.sub.
Less code is better, right?
But we lost the ability to report errors for unterminated C block comments.
Current differences from the js version:
We consume unterminated C block comments.
2023-08-06 09:39:45 +10:00
Barry Downes
9efdda21a8 Combine the comments and choices into a single function to ease
integration into various nodes.
2023-08-06 08:47:19 +10:00
comfyanonymous
c9ef919e29 Formatting issue. 2023-08-05 17:20:35 -04:00
comfyanonymous
435577457a Add a way to use cloudflared tunnel to the colab notebook. 2023-08-05 17:18:45 -04:00
pythongosssss
b948b2cf41 handle value missing 2023-08-05 11:04:04 +01:00
pythongosssss
32e115b818 prevent crashing if the widget cant be found 2023-08-05 11:00:18 +01:00
Barry Downes
6e881cfd4f Rename DynamicPrompt output from STRING -> text. 2023-08-05 18:40:19 +10:00
Barry Downes
57ae0987db Move comment support out of comfy.choices and into comfy.comments module. 2023-08-05 17:09:33 +10:00
Barry Downes
dcb4bdfb9b Move ParseLogicError into comfy.parse.
Don't catch ParseError in comfy.choices.
2023-08-05 16:20:26 +10:00
Barry Downes
5a673ee930 Add non-strict parsing and the "strict" argument. 2023-08-05 15:54:12 +10:00
Barry Downes
277e75f66f Add the reescape option. 2023-08-05 15:54:12 +10:00
Barry Downes
84360083c8 Rename get_seed -> get_random_seed. 2023-08-05 15:54:12 +10:00
Barry Downes
a11ee34ebf Tweak the documentation a little. 2023-08-05 15:54:12 +10:00
Barry Downes
be039885a0 Improve dynamic prompt example. 2023-08-05 15:54:12 +10:00
Barry Downes
9aa915045a Slightly rework the choices module interface. 2023-08-05 15:54:12 +10:00
Barry Downes
9bc8b5ce44 Rename parse_choice.py -> choices.py. 2023-08-05 15:54:12 +10:00
Barry Downes
92bca860f8 Remove node changes except for DynamicPrompt. 2023-08-05 15:54:12 +10:00
Barry Downes
6995bb435c Fix: text -> self.text in clone method. 2023-08-05 15:54:12 +10:00
comfyanonymous
c5d7593ccf Support loras in diffusers format. 2023-08-05 01:40:24 -04:00
comfyanonymous
5a90d3cea5 GeForce MX110 + MX130 are maxwell. 2023-08-04 21:44:37 -04:00
pythongosssss
8918f1085c Add setting to change link render mode
Add support for combo settings
2023-08-04 21:26:11 +01:00
comfyanonymous
cb25b88329 Merge branch 'logging' of https://github.com/pythongosssss/ComfyUI 2023-08-04 12:12:39 -04:00
comfyanonymous
1ce0d8ad68 Add CMP 30HX card to the nvidia_16_series list. 2023-08-04 12:08:45 -04:00
comfyanonymous
3d614dde49 Fix bug with reroutes and bypass. 2023-08-04 03:47:45 -04:00
pythongosssss
b2ea0cbd5c add logging 2023-08-04 08:30:01 +01:00
pythongosssss
43ae9fe721 add system stats function 2023-08-04 08:29:51 +01:00
pythongosssss
0bbd9dd4d9 add system info to stats endpoint 2023-08-04 08:29:25 +01:00
comfyanonymous
d7638c47fc Fix ui inconsistency. 2023-08-04 03:22:47 -04:00
comfyanonymous
fa962e86c1 Make LatentBlend more consistent with other nodes. 2023-08-04 02:51:28 -04:00
comfyanonymous
11ad6060fc Merge branch 'LatentBlend' of https://github.com/fuami/ComfyUI 2023-08-04 02:35:53 -04:00
comfyanonymous
c99d8002f8 Make sure the pooled output stays at the EOS token with added embeddings. 2023-08-03 20:27:50 -04:00
Dr.Lt.Data
9534f0f8a5
allows convert to widget for boolean type (#1063) 2023-08-03 20:24:52 -04:00
comfyanonymous
d1347544bc Make context menu filter import from relative path. 2023-08-03 16:51:37 -04:00
comfyanonymous
077617e8c9 Fix bypassed nodes with no inputs. 2023-08-03 02:57:40 -04:00
comfyanonymous
19fbab6ce3 Fix reroute nodes not working with bypassed nodes. 2023-08-03 02:38:11 -04:00
comfyanonymous
05321fd947 Add an experimental CTRL-B shortcut to bypass nodes. 2023-08-03 01:57:00 -04:00
David Peterson
222718035f - Added built-in translation on all "multiline" nodes
- Added a "DynamicPrompt" node which has its own text/seed.
2023-08-03 11:10:23 +10:00
comfyanonymous
9ccc965899 Merge branch 'fix/no-required-input' of https://github.com/M1kep/ComfyUI into prs 2023-08-02 15:06:09 -04:00
comfyanonymous
e4a3e9e54c Add an option in the UI to disable sliders. 2023-08-01 18:50:06 -04:00
Michael Poutre
90b0163524
fix(execution): Fix support for input-less nodes 2023-08-01 12:29:01 -07:00
Michael Poutre
7785d073f0
chore: Fix typo 2023-08-01 12:27:50 -07:00
comfyanonymous
834ab278d2 Update instructions for mac. 2023-08-01 03:17:04 -04:00
comfyanonymous
38cfba0430 Rename toggle to boolean. 2023-08-01 03:08:35 -04:00
FuamiCake
d712193885 Add LatentBlend node, allowing for blending between two Latent inputs. 2023-08-01 01:23:14 -05:00
comfyanonymous
eb5191f911 0.0.0.0 doesn't work on windows. 2023-08-01 01:15:18 -04:00
comfyanonymous
076d2db60f display_as -> display. 2023-07-31 22:41:54 -04:00
comfyanonymous
730a5d170f Merge branch 'slider_toggle' of https://github.com/Guillaume-Fgt/ComfyUI into prs 2023-07-31 15:24:09 -04:00
comfyanonymous
41cf43f89e Merge branch 'SaveLatent_outputs' of https://github.com/fuami/ComfyUI 2023-07-31 15:23:02 -04:00