330 Commits (master)

Author SHA1 Message Date
comfyanonymous 678f933d38 maximum_batch_area for xformers. 2 years ago
comfyanonymous 908dc1d5a8 Add a total_steps value to sampler callback. 2 years ago
comfyanonymous 93c64afaa9 Use sampler callback instead of tqdm hook for progress bar. 2 years ago
comfyanonymous ba8a4c3667 Change latent resolution step to 8. 2 years ago
comfyanonymous 35f636b6c7 Expose grow_mask_by in VAEEncodeForInpaint. 2 years ago
comfyanonymous 0aa667ed33 Fix ConditioningAverage. 2 years ago
FizzleDorf 29c8f1a344
Conditioning Average (#495) 2 years ago
comfyanonymous c66db06763 Make ConditioningSetMask area option a bit more clear. 2 years ago
comfyanonymous 071011aebe Mask strength should be separate from area strength. 2 years ago
Jacob Segal af02393c2a Default to sampling entire image 2 years ago
Jacob Segal e214c917ae Add Condition by Mask node 2 years ago
comfyanonymous aa57136dae Some fixes to the batch masks PR. 2 years ago
comfyanonymous c50208a703 Refactor more code to sample.py 2 years ago
BlenderNeko d9b1595f85 made sample functions more explicit 2 years ago
comfyanonymous ccad603b2e Add a way for nodes to validate their own inputs. 2 years ago
ltdrdata f7a8218814
Add clipspace feature. (#541) 2 years ago
BlenderNeko 5818539743 add docstrings 2 years ago
BlenderNeko 2a09e2aa27 refactor/split various bits of code for sampling 2 years ago
comfyanonymous 5282f56434 Implement Linear hypernetworks. 2 years ago
Jacob Segal ee030d281b Add support for multiple unique inpainting masks 2 years ago
comfyanonymous 31e60adb28 Add GLIGEN example to README. 2 years ago
comfyanonymous 3696d1699a Add support for GLIGEN textbox model. 2 years ago
comfyanonymous f03dade5ab Fix bug. 2 years ago
comfyanonymous 6f7852bc47 Add a LatentFromBatch node to pick a single latent from a batch. 2 years ago
comfyanonymous 74fc7b7726 custom_nodes paths can now be set in the extra_model_paths.yaml 2 years ago
Jake D 6c35ea505e
reverting changes 2 years ago
comfyanonymous 73c3e11e83 Fix model_management import so it doesn't get executed twice. 2 years ago
Jake D a908e12d23
Update nodes.py with new Note node 2 years ago
BlenderNeko da115bd78d ensure backwards compat with optional args 2 years ago
comfyanonymous f48f0872e2 Refactor: move nodes_mask_convertion nodes to nodes_mask. 2 years ago
comfyanonymous 1a7cda715b Revert LatentComposite. 2 years ago
Gavroche CryptoRUSH d2337a86fe
remove extra semi-colon 2 years ago
BlenderNeko 73175cf58c split tokenizer from encoder 2 years ago
missionfloyd 9371924e65 Move mask conversion to separate file 2 years ago
missionfloyd e1d289c1ec
use slice instead of torch.select() 2 years ago
missionfloyd e12fb88b1b Image/mask conversion nodes 2 years ago
comfyanonymous 24d53992c6 Rename. 2 years ago
comfyanonymous 44fea05064 Cleanup. 2 years ago
comfyanonymous 58ed0f2da4 Fix loading SD1.5 diffusers checkpoint. 2 years ago
sALTaccount 7734d65f22 fix loading alt folders 2 years ago
sALTaccount f51b7a92c7 search all diffusers paths (oops) 2 years ago
sALTaccount 72a8973bd5 allow configurable path for diffusers models 2 years ago
mligaintart 022a9f271b Adds masking to Latent Composite, and provides new masking utilities to 2 years ago
flyingshutter 9d1c610b89 make LoadImagesMask work with non RGBA images 2 years ago
sALTaccount 42fd67b5cb use precision determined by model management 2 years ago
sALTaccount 3d16077e38 empty list if diffusers directory doesn't exist 2 years ago
sALTaccount 60127a8304 diffusers loader 2 years ago
comfyanonymous f816964847 Add a way to set output directory with --output-directory 2 years ago
comfyanonymous 10ad4c1d17 Move unclip stuff out of _for_testing 2 years ago
comfyanonymous f50b1fec69 Add noise augmentation setting to unCLIPConditioning. 2 years ago