1753 Commits (b911eefc4278b6069390d01a6ac9010ae6eecbac)
 

Author SHA1 Message Date
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
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
pythongosssss 6ff06fa796
Animated image output support (#2008)
* Refactor multiline widget into generic DOM widget

* wip webp preview

* webp support

* fix check

* fix sizing

* show image when zoomed out

* Swap webp checkto generic animated image flag

* remove duplicate

* Fix falsy check
1 year ago
comfyanonymous ce67dcbcda Make it easy for models to process the unet state dict on load. 1 year ago
comfyanonymous 2dd5b4dd78 Only show last 200 elements in the UI history tab. 1 year ago
comfyanonymous a03dde190e Cap maximum history size at 10000. Delete oldest entry when reached. 1 year ago