1629 Commits (41b07ff8d7807292b56147e12347ab96972c9406)
 

Author SHA1 Message Date
Jedrzej Kosinski 41b07ff8d7 Fix TAESD preview to only decode first latent, instead of all 1 year ago
comfyanonymous a12cc05323 Add --max-upload-size argument, the default is 100MB. 1 year ago
comfyanonymous aac8fc99d6 Cleanup webp import code a bit. 1 year ago
comfyanonymous 2a134bfab9 Fix checkpoint loader with config. 1 year ago
comfyanonymous e60ca6929a SD1 and SD2 clip and tokenizer code is now more similar to the SDXL one. 1 year ago
comfyanonymous 6ec3f12c6e Support SSD1B model and make it easier to support asymmetric unets. 1 year ago
comfyanonymous 434ce25ec0 Restrict loading embeddings from embedding folders. 1 year ago
comfyanonymous 40963b5a16 Apply primitive nodes to graph before serializing workflow. 1 year ago
comfyanonymous 723847f6b3 Faster clip image processing. 1 year ago
comfyanonymous a373367b0c Fix some OOM issues with split and sub quad attention. 1 year ago
comfyanonymous 7fbb217d3a Fix uni_pc returning noisy image when steps <= 3 1 year ago
Jedrzej Kosinski 3783cb8bfd change 'c_adm' to 'y' in ControlNet.get_control 1 year ago
comfyanonymous d1d2fea806 Pass extra conds directly to unet. 1 year ago
comfyanonymous 036f88c621 Refactor to make it easier to add custom conds to models. 1 year ago
comfyanonymous 3fce8881ca Sampling code refactor to make it easier to add more conds. 1 year ago
comfyanonymous 5c65da312a Remove prints. 1 year ago
comfyanonymous b935bea3a0 The frontend can now load workflows from webp exif. 1 year ago
comfyanonymous 2ec6158e9e Call widget callback on value control to fix primitive node issue. 1 year ago
comfyanonymous 8594c8be4d Empty the cache when torch cache is more than 25% free mem. 1 year ago
comfyanonymous 8b65f5de54 attention_basic now works with hypertile. 1 year ago
comfyanonymous e6bc42df46 Make sub_quad and split work with hypertile. 1 year ago
comfyanonymous 8cfce083c4 Fix primitive node control value not getting loaded. 1 year ago
comfyanonymous a0690f9df9 Fix t2i adapter issue. 1 year ago
comfyanonymous 9906e3efe3 Make xformers work with hypertile. 1 year ago
comfyanonymous 1443caf373 HyperTile node, can be found in: _for_testing->HyperTile 1 year ago
comfyanonymous 8d50f0890d Merge branch 'templates-export-import' of https://github.com/jn-jairo/ComfyUI 1 year ago
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) 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. 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