Commit Graph

1605 Commits

Author SHA1 Message Date
comfyanonymous
1d1621b03d HyperTile node, can be found in: _for_testing->HyperTile 2023-10-21 05:16:38 -04:00
comfyanonymous
c8a2d66077 Merge branch 'templates-export-import' of https://github.com/jn-jairo/ComfyUI 2023-10-21 01:29:24 -04:00
comfyanonymous
c2e6f7b266 Fix previous commit that broke tests. 2023-10-20 23:13:54 -04:00
comfyanonymous
d419090bcf Try to speed up the test-ui workflow. 2023-10-20 23:00:05 -04:00
comfyanonymous
0c79bf3032 Use npm ci for ci instead of npm install in tests. 2023-10-20 22:52:12 -04:00
pythongosssss
60e3f6dacc 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
2023-10-20 22:49:04 -04:00
Jairo Correa
f2767dc9b1 Clear importInput after import so change event works with same file 2023-10-20 15:19:29 -03:00
comfyanonymous
370c837794 Fix uni_pc sampler math. This changes the images this sampler produces. 2023-10-20 04:16:53 -04:00
Dr.Lt.Data
cd2076df7d fix: Fixing intermittent crashes with undefined graphs in the Firefox browser. 2023-10-20 00:07:08 +09:00
comfyanonymous
f18406d838 Make sure cond_concat is on the right device. 2023-10-19 01:14:25 -04:00
comfyanonymous
516c334a26 Refactor cond_concat into conditioning. 2023-10-18 20:36:58 -04:00
comfyanonymous
23abd3ec84 Fix some potential issues. 2023-10-18 19:48:36 -04:00
comfyanonymous
5cf44c22ad Refactor cond_concat into model object. 2023-10-18 16:48:37 -04:00
comfyanonymous
1b4650e307 Fix memory issue related to control loras.
The cleanup function was not getting called.
2023-10-18 02:43:01 -04:00
comfyanonymous
512504f9b7 Implement updated FreeU as _for_testing->FreeU_V2 node 2023-10-18 02:06:49 -04:00
Jairo Correa
2aaad7bcf3 Use name from input to export single node template 2023-10-17 19:44:26 -03:00
Jairo Correa
4b62802c43 Export and import templates 2023-10-17 17:53:57 -03:00
comfyanonymous
459787f78f Make VAE code closer to sgm. 2023-10-17 15:18:51 -04:00
comfyanonymous
78a7bcc380 Support hypernetwork with mish activation function and layer norm. 2023-10-17 12:08:03 -04:00
comfyanonymous
a2216e8d75 Try to fix notebook. 2023-10-17 11:39:15 -04:00
comfyanonymous
38ce149820 Merge branch 'fix-node-bounding' of https://github.com/jn-jairo/ComfyUI 2023-10-17 03:23:49 -04:00
comfyanonymous
28b98a96d3 Refactor the attention stuff in the VAE. 2023-10-17 03:19:29 -04:00
comfyanonymous
daabf7fd3a Add some Quadro cards to the list of cards with broken fp16. 2023-10-16 16:48:46 -04:00
Jairo Correa
7e20f8dd3e Fix node getBounding for collapsed nodes 2023-10-16 17:29:23 -03:00
comfyanonymous
f8ed1f32c2 Merge branch 'group-options' of https://github.com/jn-jairo/ComfyUI 2023-10-16 16:18:32 -04:00
Jairo Correa
86a05d8b1b Fix fit group to nodes with reroute and collapsed nodes 2023-10-16 16:00:01 -03:00
Jairo Correa
a840f17bf0 Fix add selected nodes to empty group 2023-10-16 15:26:36 -03:00
Jairo Correa
8e0a2442d0 Group options
- Add Group For Selected Nodes
- Add Selected Nodes To Group
- Fit Group To Nodes
2023-10-16 15:12:40 -03:00
comfyanonymous
bffd427388 Add a separate optimized_attention_masked function. 2023-10-16 02:31:24 -04:00
comfyanonymous
b1e0568f52 Make clear that the old CheckpointLoader is deprecated. 2023-10-15 02:22:22 -04:00
comfyanonymous
06b89a1e5e Merge branch 'filter-files-extensions' of https://github.com/jn-jairo/ComfyUI 2023-10-14 14:30:24 -04:00
comfyanonymous
9dce6332dd Merge branch 'group-select-nodes' of https://github.com/jn-jairo/ComfyUI 2023-10-14 14:28:59 -04:00
comfyanonymous
6e80f7c70d Merge branch 'shortcut-collapse' of https://github.com/jn-jairo/ComfyUI 2023-10-14 14:28:17 -04:00
Jairo Correa
241f5e66e4 Group menu option select nodes 2023-10-14 12:11:49 -03:00
Jairo Correa
00716412f2 Allow all extensions if extension list is empty 2023-10-14 11:59:35 -03:00
Jairo Correa
7312f4049f Stop auto queue on error 2023-10-14 11:56:44 -03:00
Jairo Correa
371f38fc29 Shortcut Alt + C to collapse/uncollapse selected nodes 2023-10-14 11:54:33 -03:00
comfyanonymous
c9bd982329 Merge branch 'fix-mask-nodes' of https://github.com/jn-jairo/ComfyUI 2023-10-14 02:42:06 -04:00
comfyanonymous
db653f4908 Add a --bf16-unet to test running the unet in bf16. 2023-10-13 14:51:10 -04:00
comfyanonymous
728139a5b9 Refactor code so model can be a dtype other than fp32 or fp16. 2023-10-13 14:41:17 -04:00
Jairo Correa
87bdf1bbc3 Fix MaskComposite 2023-10-13 13:40:53 -03:00
Jairo Correa
ff48248d4b Fix FeatherMask 2023-10-13 12:26:54 -03:00
comfyanonymous
b7c7b330d3 Move and comment out. 2023-10-12 20:54:43 -04:00
Nick Teeple
10a7b6661a Update extra_model_paths.yaml.example with comfy specific example 2023-10-12 21:26:27 +08:00
comfyanonymous
baad9821a4 Merge branch 'fix-1723' of https://github.com/chrisgoringe/ComfyUI 2023-10-11 23:35:24 -04:00
Chris
43de360759 add query 2023-10-12 14:26:53 +11:00
comfyanonymous
494ddf7717 pytorch_attention_enabled can now return True when xformers is enabled. 2023-10-11 21:30:57 -04:00
comfyanonymous
18e4504de7 Pull some small changes from the other repo. 2023-10-11 20:38:48 -04:00
comfyanonymous
95df4b6174 Allow attn_mask in attention_pytorch. 2023-10-11 20:38:48 -04:00
comfyanonymous
c60864b5e4 Refactor the attention functions.
There's no reason for the whole CrossAttention object to be repeated when
only the operation in the middle changes.
2023-10-11 20:38:48 -04:00