1757 Commits (7f469203b7b4547f1d0f7113d18095334fa06a4d)
 

Author SHA1 Message Date
pythongosssss 7f469203b7
Group nodes (#1776)
* setup ui unit tests

* Refactoring, adding connections

* Few tweaks

* Fix type

* Add general test

* Refactored and extended test

* move to describe

* for groups

* wip group nodes

* Relink nodes
Fixed widget values
Convert to nodes

* Reconnect on convert back

* add via node menu + canvas
refactor

* Add ws event handling

* fix using wrong node on widget serialize

* allow reroute pipe
fix control_after_generate configure

* allow multiple images

* Add test for converted widgets on missing nodes + fix crash

* tidy

* mores tests + refactor

* throw earlier to get less confusing error

* support outputs

* more test

* add ci action

* use lts node

* Fix?

* Prevent connecting non matching combos

* update

* accidently removed npm i

* Disable logging extension

* fix naming
allow control_after_generate custom name
allow convert from reroutes

* group node tests

* Add executing info, custom node icon
Tidy

* internal reroute just works

* Fix crash on virtual nodes e.g. note

* Save group nodes to templates

* Fix template nodes not being stored

* Fix aborting convert

* tidy

* Fix reconnecting output links on convert to group

* Fix links on convert to nodes

* Handle missing internal nodes

* Trigger callback on text change

* Apply value on connect

* Fix converted widgets not reconnecting

* Group node updates
- persist internal ids in current session
- copy widget values when converting to nodes
- fix issue serializing converted inputs

* Resolve issue with sanitized node name

* Fix internal id

* allow outputs to be used internally and externally

* order widgets on group node
various fixes

* fix imageupload widget requiring a specific name

* groupnode imageupload test
give widget unique name

* Fix issue with external node links

* Add VAE model

* Fix internal node id check

* fix potential crash

* wip widget input support

* more wip group widget inputs

* Group node refactor
Support for primitives/converted widgets

* Fix convert to nodes with internal reroutes

* fix applying primitive

* Fix control widget values

* fix test
1 year ago
comfyanonymous d19de2753e Merge branch 'fix_folders_handling' of https://github.com/fazo96/ComfyUI 1 year ago
comfyanonymous 777f6b1522 Add to README that SDXL Turbo is supported. 1 year ago
comfyanonymous b911eefc42 Limit gc.collect() to once every 10 seconds. 1 year ago
comfyanonymous 57d7f4464f Add SDTurboScheduler node. 1 year ago
comfyanonymous 21063fa35b Lower compress level of png sent on websocket. 1 year ago
comfyanonymous 983ebc5792 Use smart model management for VAE to decrease latency. 1 year ago
comfyanonymous 798a34d009 Lower compress level for image preview. 1 year ago
comfyanonymous a667638442 Merge branch 'undo-redo' of https://github.com/pythongosssss/ComfyUI 1 year ago
comfyanonymous c45d1b9b67 Add a function to load a unet from a state dict. 1 year ago
comfyanonymous f30b992b18 .sigma and .timestep now return tensors on the same device as the input. 1 year ago
comfyanonymous 488de0b4df ModelSamplingDiscreteLCM -> ModelSamplingDiscreteDistilled 1 year ago
comfyanonymous 13fdee6abf Try to free memory for both cond+uncond before inference. 1 year ago
comfyanonymous be71bb5e13 Tweak memory inference calculations a bit. 1 year ago
pythongosssss 9be0b30cf1 fix formatting 1 year ago
pythongosssss 34eccd863b Add simple undo redo history 1 year ago
comfyanonymous 96c2deeefb Merge branch 'path_error_fix' of https://github.com/jeske/ComfyUI 1 year ago
David Jeske edd6f75d3a better error for invalid output paths 1 year ago
Jack Bauer 6aa1bcd601
Remove hard coded max_items in history API 1 year ago
comfyanonymous 39e75862b2 Fix regression from last commit. 1 year ago
comfyanonymous 50dc39d6ec Clean up the extra_options dict for the transformer patches.
Now everything in transformer_options gets put in extra_options.
1 year ago
comfyanonymous 5b37270d3a Add a lora loader node for models with no CLIP. 1 year ago
comfyanonymous 5d6dfce548 Fix importing diffusers unets. 1 year ago
comfyanonymous e020ab61f9 Fix output APNG not working with ffmpeg. 1 year ago
comfyanonymous 8ad5d494d5 Fix APNG not working in ffmpeg. 1 year ago
comfyanonymous 916e9c998c Use same default fps as webp node. 1 year ago
comfyanonymous eff24ea6aa Add a node to save animated PNG files. These work in ffpmeg unlike webp. 1 year ago
comfyanonymous 3e5ea74ad3 Make buggy xformers fall back on pytorch attention. 1 year ago
comfyanonymous 982338b9bb Fix issue loading webp files in UI. 1 year ago
comfyanonymous c782cf3ea9 Add to Readme that Stable Video Diffusion is supported. 1 year ago
comfyanonymous 02ffbb2de3 Fix typo. 1 year ago
comfyanonymous 42dfae6331 Nodes to properly use the SDV img2vid checkpoint.
The img2vid model is conditioned on clip vision output only which means
there's no CLIP model which is why I added a ImageOnlyCheckpointLoader to
load it. Note that the unClipCheckpointLoader can also load it because it
also has a CLIP_VISION output.

SDV_img2vid_Conditioning is the node used to pass the right conditioning
to the img2vid model.

VideoLinearCFGGuidance applies a linearly decreasing CFG scale to each
video frame from the cfg set in the sampler node to min_cfg.

SDV_img2vid_Conditioning can be found in conditioning->video_models
ImageOnlyCheckpointLoader can be found in loaders->video_models
VideoLinearCFGGuidance can be found in sampling->video_models
1 year ago
comfyanonymous 871cc20e13 Support SVD img2vid model. 1 year ago
Enrico Fasoli 1964bf1e78 fix: folder handling issues 1 year ago
comfyanonymous 022033a0e7 Fix SaveAnimatedWEBP not working when metadata is disabled. 1 year ago
pythongosssss 4d2437e681 Call widget onRemove to remove element 1 year ago
comfyanonymous a657f96c5c Add a node to save animated webp. 1 year ago
comfyanonymous 87031a1945 Update readme with link to LCM example page. 1 year ago
comfyanonymous d03d8aa2e3 Fix loading groups. 1 year ago
comfyanonymous 410bf07771 Make VAE memory estimation take dtype into account. 1 year ago
comfyanonymous 32447f0c39 Add sampling_settings so models can specify specific sampling settings. 1 year ago
pythongosssss 70d2ea0faa
Control filter list (#2009)
* Add control_filter_list to filter items after queue

* fix regex

* backwards compatibility

* formatting

* revert

* Add and fix test
1 year ago
comfyanonymous 1ca4802e8c Merge branch 'hide-if-collapsed' of https://github.com/pythongosssss/ComfyUI 1 year ago
pythongosssss ab7d4f7848 Handle collapsing to hide element 1 year ago
comfyanonymous c3ae99a749 Allow controlling downscale and upscale methods in PatchModelAddDownscale. 1 year ago
comfyanonymous 72741105a6 Remove useless code. 1 year ago
comfyanonymous 6a491ebe27 Allow model config to preprocess the vae state dict on load. 1 year ago
comfyanonymous d66b631d74 Merge branch 'fix-collapsed-clip' of https://github.com/pythongosssss/ComfyUI 1 year ago
comfyanonymous cd4fc77d5f Add taesd and taesdxl to VAELoader node.
They will show up if both the taesd_encoder and taesd_decoder or taesdxl
model files are present in the models/vae_approx directory.
1 year ago
pythongosssss 89e31abc46 Fix clipping of collapsed nodes 1 year ago