1750 Commits (983ebc579212e209f52dff014b79bfe1932c0959)
 

Author SHA1 Message Date
comfyanonymous 983ebc5792 Use smart model management for VAE to decrease latency. 12 months ago
comfyanonymous 798a34d009 Lower compress level for image preview. 12 months ago
comfyanonymous a667638442 Merge branch 'undo-redo' of https://github.com/pythongosssss/ComfyUI 12 months ago
comfyanonymous c45d1b9b67 Add a function to load a unet from a state dict. 12 months ago
comfyanonymous f30b992b18 .sigma and .timestep now return tensors on the same device as the input. 12 months ago
comfyanonymous 488de0b4df ModelSamplingDiscreteLCM -> ModelSamplingDiscreteDistilled 12 months ago
comfyanonymous 13fdee6abf Try to free memory for both cond+uncond before inference. 12 months ago
comfyanonymous be71bb5e13 Tweak memory inference calculations a bit. 12 months ago
pythongosssss 9be0b30cf1 fix formatting 12 months ago
pythongosssss 34eccd863b Add simple undo redo history 12 months ago
comfyanonymous 96c2deeefb Merge branch 'path_error_fix' of https://github.com/jeske/ComfyUI 12 months ago
David Jeske edd6f75d3a better error for invalid output paths 12 months ago
Jack Bauer 6aa1bcd601
Remove hard coded max_items in history API 12 months ago
comfyanonymous 39e75862b2 Fix regression from last commit. 12 months ago
comfyanonymous 50dc39d6ec Clean up the extra_options dict for the transformer patches. 12 months ago
comfyanonymous 5b37270d3a Add a lora loader node for models with no CLIP. 12 months ago
comfyanonymous 5d6dfce548 Fix importing diffusers unets. 12 months ago
comfyanonymous e020ab61f9 Fix output APNG not working with ffmpeg. 12 months ago
comfyanonymous 8ad5d494d5 Fix APNG not working in ffmpeg. 12 months ago
comfyanonymous 916e9c998c Use same default fps as webp node. 12 months ago
comfyanonymous eff24ea6aa Add a node to save animated PNG files. These work in ffpmeg unlike webp. 12 months ago
comfyanonymous 3e5ea74ad3 Make buggy xformers fall back on pytorch attention. 12 months ago
comfyanonymous 982338b9bb Fix issue loading webp files in UI. 12 months ago
comfyanonymous c782cf3ea9 Add to Readme that Stable Video Diffusion is supported. 12 months ago
comfyanonymous 02ffbb2de3 Fix typo. 12 months ago
comfyanonymous 42dfae6331 Nodes to properly use the SDV img2vid checkpoint. 12 months ago
comfyanonymous 871cc20e13 Support SVD img2vid model. 12 months 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) 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. 1 year ago
pythongosssss 89e31abc46 Fix clipping of collapsed nodes 1 year ago
pythongosssss 6ff06fa796
Animated image output support (#2008) 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
comfyanonymous 31c5ea7b2c Add LatentInterpolate to interpolate between latents. 1 year ago
comfyanonymous dba4f3b4fc Add a RepeatImageBatch node. 1 year ago
comfyanonymous d9d8702d8d percent_to_sigma now returns a float instead of a tensor. 1 year ago