1703 Commits (31c5ea7b2c79f36d3ebc729acf946ba47b4e5785)
 

Author SHA1 Message Date
comfyanonymous 77c893350a Fix previous commit that broke tests. 1 year ago
comfyanonymous e0c0029fc1 Try to speed up the test-ui workflow. 1 year ago
comfyanonymous 25e3e5af68 Use npm ci for ci instead of npm install in tests. 1 year ago
pythongosssss 5818ca83a2
Unit tests + widget input fixes (#1760)
* setup ui unit tests

* Refactoring, adding connections

* Few tweaks

* Fix type

* Add general test

* Refactored and extended test

* move to describe

* for groups

* 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

* added step to generate object_info

* fix python

* install python

* install deps

* fix cwd?

* logging

* Fix double resolve

* create dir

* update pkg
1 year ago
Jairo Correa 484bfe46c2 Clear importInput after import so change event works with same file 1 year ago
comfyanonymous 4185324a1d Fix uni_pc sampler math. This changes the images this sampler produces. 1 year ago
Dr.Lt.Data f1062be622 fix: Fixing intermittent crashes with undefined graphs in the Firefox browser. 1 year ago
comfyanonymous e6962120c6 Make sure cond_concat is on the right device. 1 year ago
comfyanonymous 45c972aba8 Refactor cond_concat into conditioning. 1 year ago
comfyanonymous 430a8334c5 Fix some potential issues. 1 year ago
comfyanonymous 782a24fce6 Refactor cond_concat into model object. 1 year ago
comfyanonymous 0d45a565da Fix memory issue related to control loras.
The cleanup function was not getting called.
1 year ago
comfyanonymous c2bb34d865 Implement updated FreeU as _for_testing->FreeU_V2 node 1 year ago
Jairo Correa a555074737 Use name from input to export single node template 1 year ago
Jairo Correa 6dbb18df92 Export and import templates 1 year ago
comfyanonymous d44a2de49f Make VAE code closer to sgm. 1 year ago
comfyanonymous f8caa24bcc Support hypernetwork with mish activation function and layer norm. 1 year ago
comfyanonymous 92f0318630 Try to fix notebook. 1 year ago
comfyanonymous 88ceeb3f29 Merge branch 'fix-node-bounding' of https://github.com/jn-jairo/ComfyUI 1 year ago
comfyanonymous 23680a9155 Refactor the attention stuff in the VAE. 1 year ago
comfyanonymous c8013f73e5 Add some Quadro cards to the list of cards with broken fp16. 1 year ago
Jairo Correa 5a608aa37c Fix node getBounding for collapsed nodes 1 year ago
comfyanonymous 142aac3003 Merge branch 'group-options' of https://github.com/jn-jairo/ComfyUI 1 year ago
Jairo Correa 682c84ccf3 Fix fit group to nodes with reroute and collapsed nodes 1 year ago
Jairo Correa e8c02219ee Fix add selected nodes to empty group 1 year ago
Jairo Correa 7d5d0fd577 Group options
- Add Group For Selected Nodes
- Add Selected Nodes To Group
- Fit Group To Nodes
1 year ago
comfyanonymous bb064c9796 Add a separate optimized_attention_masked function. 1 year ago
comfyanonymous 7e09e889e3 Make clear that the old CheckpointLoader is deprecated. 1 year ago
comfyanonymous 2231edec21 Merge branch 'filter-files-extensions' of https://github.com/jn-jairo/ComfyUI 1 year ago
comfyanonymous 1b782f2494 Merge branch 'group-select-nodes' of https://github.com/jn-jairo/ComfyUI 1 year ago
comfyanonymous a0ce8a443e Merge branch 'shortcut-collapse' of https://github.com/jn-jairo/ComfyUI 1 year ago
Jairo Correa a7b65b9505 Group menu option select nodes 1 year ago
Jairo Correa 8d04978298 Allow all extensions if extension list is empty 1 year ago
Jairo Correa 2e6270e328 Stop auto queue on error 1 year ago
Jairo Correa 25f0f4e9c8 Shortcut Alt + C to collapse/uncollapse selected nodes 1 year ago
comfyanonymous 3fcab0c642 Merge branch 'fix-mask-nodes' of https://github.com/jn-jairo/ComfyUI 1 year ago
comfyanonymous fd4c5f07e7 Add a --bf16-unet to test running the unet in bf16. 1 year ago
comfyanonymous 9a55dadb4c Refactor code so model can be a dtype other than fp32 or fp16. 1 year ago
Jairo Correa b5fa3d28d7 Fix MaskComposite 1 year ago
Jairo Correa 87097a11c3 Fix FeatherMask 1 year ago
comfyanonymous fee3b0c070 Move and comment out. 1 year ago
Nick Teeple 851a4bdb80
Update extra_model_paths.yaml.example with comfy specific example 1 year ago
comfyanonymous 536799d172 Merge branch 'fix-1723' of https://github.com/chrisgoringe/ComfyUI 1 year ago
Chris 41d2c5660d add query 1 year ago
comfyanonymous 88733c997f pytorch_attention_enabled can now return True when xformers is enabled. 1 year ago
comfyanonymous 20d3852aa1 Pull some small changes from the other repo. 1 year ago
comfyanonymous ac7d8cfa87 Allow attn_mask in attention_pytorch. 1 year ago
comfyanonymous 1a4bd9e9a6 Refactor the attention functions.
There's no reason for the whole CrossAttention object to be repeated when
only the operation in the middle changes.
1 year ago
comfyanonymous 8cc75c64ff Let unet wrapper functions have .to attributes. 1 year ago
comfyanonymous 5e885bd9c8 Cleanup. 1 year ago