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
comfyanonymous
1928370b5d
Merge branch 'widget-input-updates' of https://github.com/pythongosssss/ComfyUI
2023-10-06 12:51:08 -04:00
comfyanonymous
ce26c0ebe6
Generate update script with right settings.
2023-10-06 12:49:40 -04:00
pythongosssss
262c32ccc9
if the output type is an array, use combo
2023-10-06 17:47:46 +01:00
comfyanonymous
58c1709c0c
Fix workflow.
2023-10-06 10:43:12 -04:00
comfyanonymous
419ba04808
Make xformers optional in packaging.
2023-10-06 10:29:52 -04:00
comfyanonymous
3599f22327
More configurable workflows to package windows release.
2023-10-06 10:26:51 -04:00
comfyanonymous
c3680c8181
Update nightly workflow to python 3.11.6
2023-10-06 03:32:00 -04:00
comfyanonymous
8c850a14f2
Merge branch 'widget-input-updates' of https://github.com/pythongosssss/ComfyUI
2023-10-05 14:20:47 -04:00
pythongosssss
7539a1b85e
More cleanup of old type data
...
Fix connecting combos of same type from different types of node
2023-10-05 19:16:39 +01:00
pythongosssss
fcb8cc08eb
updated messages
2023-10-05 17:13:13 +01:00
comfyanonymous
6f2a1ad2ba
Update readme for pytorch 2.1
2023-10-05 08:25:15 -04:00
Jairo Correa
26a1afbcfe
Option to input directory
2023-10-04 19:45:15 -03:00
comfyanonymous
89c54095c4
JoinImageWithAlpha now works with any mask shape.
2023-10-04 15:54:34 -04:00