Jairo Correa
4b62802c43
Export and import templates
2023-10-17 17:53:57 -03: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
comfyanonymous
e095eadda5
Let unet wrapper functions have .to attributes.
2023-10-11 01:34:38 -04:00
comfyanonymous
9c8d53db6c
Cleanup.
2023-10-10 21:46:53 -04:00
comfyanonymous
fc126a3d33
Merge branch 'taesd_safetensors' of https://github.com/mochiya98/ComfyUI
2023-10-10 21:42:35 -04:00
comfyanonymous
4860d4c7fe
Add default CheckpointSave, CLIPSave and VAESave paths to model paths.
2023-10-10 01:25:47 -04:00
comfyanonymous
2df37c0f6c
Add a CLIPSave node to save CLIP model weights.
2023-10-10 01:24:49 -04:00
Yukimasa Funaoka
74dc9ecc66
Supports TAESD models in safetensors format
2023-10-10 13:21:44 +09:00
comfyanonymous
58c5545dcf
Merge branch 'input-directory' of https://github.com/jn-jairo/ComfyUI
2023-10-09 01:53:29 -04:00
comfyanonymous
222ccfbf55
Add a note to README about pytorch 3.12 not being supported.
2023-10-09 01:51:01 -04:00
comfyanonymous
64fafcfab2
Add a VAESave node.
2023-10-09 01:42:15 -04:00
comfyanonymous
837735980f
Fix SplitImageWithAlpha and JoinImageWithAlpha.
2023-10-08 15:52:10 -04:00
comfyanonymous
aeb16bf5b7
Fix bug when copying node with converted input.
2023-10-08 04:04:25 -04:00
comfyanonymous
a84deecb7d
Move _for_testing/custom_sampling nodes to sampling/custom_sampling.
2023-10-08 03:20:35 -04:00
Dr.Lt.Data
a26d13f6d4
improve: image preview ( #1683 )
...
* improve image preview
- grid mode: align in rectangle instead of first image, show cell border
- individual mode: proper ratio handling
* improve: fix preview button position instead of relative
* improve: image preview - compact mode for same aspect ratio
2023-10-08 03:00:33 -04:00
comfyanonymous
b990ce84a1
Update standalone download link.
2023-10-07 16:13:35 -04:00
comfyanonymous
5de321b236
Fix issues with the packaging.
2023-10-07 11:57:32 -04:00
pythongosssss
725a52f504
access getConfig via a symbol so structuredClone works ( #1677 )
2023-10-06 16:48:30 -04:00
comfyanonymous
4456b4d137
load_checkpoint_guess_config can now optionally output the model.
2023-10-06 13:48:18 -04:00