Commit Graph
100 Commits
Author SHA1 Message Date
comfyanonymous d5cce8345f Merge branch 'simpler-setting-value-access' of https://github.com/pythongosssss/ComfyUI 2023-04-05 15:10:17 -04:00
comfyanonymous f816964847 Add a way to set output directory with --output-directory 2023-04-05 14:29:30 -04:00
comfyanonymous 255dac25ba Merge branch 'graphdialog-style' of https://github.com/missionfloyd/ComfyUI 2023-04-04 23:04:25 -04:00
comfyanonymous 871a76b77b Rename and reorganize post processing nodes. 2023-04-04 22:54:33 -04:00
comfyanonymous 10ad4c1d17 Move unclip stuff out of _for_testing 2023-04-04 22:48:11 -04:00
comfyanonymous e46b1c3034 Disable xformers in VAE when xformers == 0.0.18 2023-04-04 22:22:02 -04:00
comfyanonymous af291e6f69 Convert line endings to unix. 2023-04-04 13:56:13 -04:00
comfyanonymous cadef9ff61 Merge branch 'nodes-post-processing' of https://github.com/EllangoK/ComfyUI 2023-04-04 13:51:26 -04:00
comfyanonymous 1718730e80 Ignore embeddings when sizes don't match and print a WARNING. 2023-04-04 11:49:29 -04:00
comfyanonymous 5036fecbdd Update colab notebook. 2023-04-04 03:42:40 -04:00
comfyanonymous 4a3715be1f Merge branch 'master' of https://github.com/mligaintart/ComfyUI 2023-04-04 03:09:38 -04:00
comfyanonymous 23524ad8c5 Remove print. 2023-04-03 22:58:54 -04:00
comfyanonymous c02baed00f Add that unCLIP models are supported to the README. 2023-04-03 20:13:43 -04:00
comfyanonymous 1ed6cadf12 Merge branch 'master' of https://github.com/omar92/ComfyUI 2023-04-03 16:52:59 -04:00
comfyanonymous ef5954835f Merge branch 'combo_filter_input' of https://github.com/pythongosssss/ComfyUI 2023-04-03 16:38:55 -04:00
comfyanonymous 539ff487a8 Pull latest tomesd code from upstream. 2023-04-03 15:49:28 -04:00
comfyanonymous f50b1fec69 Add noise augmentation setting to unCLIPConditioning. 2023-04-03 13:50:29 -04:00
comfyanonymous 72f9235a49 Merge branch 'snap-to-grid' of https://github.com/pythongosssss/ComfyUI 2023-04-02 14:13:55 -04:00
comfyanonymous cc66fbe5da Merge branch 'fix-hidden-save-prefix' of https://github.com/tjhayasaka/ComfyUI 2023-04-02 14:00:05 -04:00
comfyanonymous ed3bd0d428 Merge branch 'utilise-litegraph-features' of https://github.com/pythongosssss/ComfyUI 2023-04-02 13:23:14 -04:00
comfyanonymous 940893f92c Update the example_node.py.example with RETURN_NAMES. 2023-04-02 10:27:01 -04:00
comfyanonymous 27fc64ad46 Merge branch 'menu-save-and-anchor' of https://github.com/pythongosssss/ComfyUI 2023-04-02 01:56:12 -04:00
comfyanonymous 9a8f58638c Merge branch 'fixReroute' of https://github.com/flyingshutter/ComfyUI 2023-04-02 01:55:37 -04:00
comfyanonymous d4273eadcd Merge branch 'queue-queue' of https://github.com/pythongosssss/ComfyUI 2023-04-02 01:55:21 -04:00
comfyanonymous 6be7c64245 Merge branch 'custom_routes' of https://github.com/pythongosssss/ComfyUI 2023-04-02 01:55:05 -04:00
comfyanonymous 66f1f57615 Add --extra-model-paths-config to --help. 2023-04-02 01:54:44 -04:00
comfyanonymous 809bcc8ceb Add support for unCLIP SD2.x models.
See _for_testing/unclip in the UI for the new nodes.

unCLIPCheckpointLoader is used to load them.

unCLIPConditioning is used to add the image cond and takes as input a
CLIPVisionEncode output which has been moved to the conditioning section.
2023-04-01 23:19:15 -04:00
comfyanonymous 0d972b85e6 This seems to give better quality in tome. 2023-03-31 18:36:18 -04:00
comfyanonymous 18a6c1db33 Add a TomePatchModel node to the _for_testing section.
Tome increases sampling speed at the expense of quality.
2023-03-31 17:19:58 -04:00
comfyanonymous 7e682784d7 Merge branch 'fix-modifying-default-graph' of https://github.com/pythongosssss/ComfyUI 2023-03-31 16:11:14 -04:00
comfyanonymous 91f27f08ec Merge branch 'fix-load-history-outputs' of https://github.com/pythongosssss/ComfyUI 2023-03-31 13:13:56 -04:00
comfyanonymous 61ec3c9d5d Add a way to pass options to the transformers blocks. 2023-03-31 13:04:39 -04:00
comfyanonymous 9a27030519 Make it clear how to set the search path for models. 2023-03-30 04:15:28 -04:00
comfyanonymous afd65d3819 Fix noise mask not working with > 1 batch size on ksamplers. 2023-03-30 03:50:12 -04:00
comfyanonymous 974235a272 Merge branch 'master' of https://github.com/city96/ComfyUI 2023-03-30 00:35:07 -04:00
comfyanonymous 786f7f767a Merge branch 'extra-filename-replacements' of https://github.com/pythongosssss/ComfyUI 2023-03-30 00:14:48 -04:00
comfyanonymous e1b1af9d10 Merge branch 'node-execute-event' of https://github.com/pythongosssss/ComfyUI 2023-03-30 00:03:48 -04:00
comfyanonymous 5218e5d596 Command line option to set CUDA device. 2023-03-29 23:28:21 -04:00
comfyanonymous b90991d2c3 Readme update. 2023-03-29 13:41:10 -04:00
comfyanonymous 7a7c4e7f73 Not compatible with transformers below this version. 2023-03-29 13:13:03 -04:00
comfyanonymous fcee629766 Notebook fix. 2023-03-29 13:04:54 -04:00
comfyanonymous 2b60c308be Merge branch 'mute-nodes' of https://github.com/jn-jairo/ComfyUI 2023-03-29 10:58:52 -04:00
comfyanonymous b2554bc4dd Split VAE decode batches depending on free memory. 2023-03-29 02:24:37 -04:00
comfyanonymous 3ed814b01f Fix colab. 2023-03-28 23:58:27 -04:00
comfyanonymous f13c0cefaa Merge branch 'clean-current-state' of https://github.com/FaridSafi/ComfyUI 2023-03-28 16:48:47 -04:00
comfyanonymous ac1fd92455 Merge branch 'master' of https://github.com/Davemane42/ComfyUI 2023-03-28 16:44:19 -04:00
comfyanonymous 0d65cb17b7 Fix ddim_uniform crashing with 37 steps. 2023-03-28 16:29:35 -04:00
comfyanonymous 31dd6c0531 Add way to specify listen ip with --listen. 2023-03-28 01:42:34 -04:00
comfyanonymous bb1223d83f Fix errors appearing more than once. 2023-03-27 02:16:58 -04:00
comfyanonymous 3444ffff3b Fix IS_CHANGED not working on nodes with an input from another node. 2023-03-27 01:56:22 -04:00
comfyanonymous 5d24a57ef1 Merge branch 'cpu-vram-ignore' of https://github.com/FraYoshi/ComfyUI 2023-03-27 00:54:51 -04:00
comfyanonymous 479ef4b38f Merge branch 'group-header' of https://github.com/jn-jairo/ComfyUI 2023-03-27 00:46:30 -04:00
comfyanonymous 48efadeccf Style. 2023-03-26 15:17:53 -04:00
comfyanonymous 223177e192 Merge branch 'custom-node-socket' of https://github.com/pythongosssss/ComfyUI 2023-03-26 14:21:19 -04:00
comfyanonymous f5365c9c81 Fix ddim for Mac: #264 2023-03-26 00:36:54 -04:00
comfyanonymous d68350eee5 Merge branch 'draggable-menu' of https://github.com/jn-jairo/ComfyUI 2023-03-26 00:22:04 -04:00
comfyanonymous 754553faaf Merge branch 'aesthetic-colors' of https://github.com/throwaway-mezzo-mix/ComfyUI 2023-03-26 00:10:09 -04:00
comfyanonymous 9287770c66 Allow negative Lora strengths. 2023-03-25 21:31:39 -04:00
comfyanonymous e651be551c Merge branch 'allow-symbolic-link' of https://github.com/jn-jairo/ComfyUI 2023-03-25 17:30:22 -04:00
comfyanonymous bff0c408b7 Update screenshot. 2023-03-25 12:46:24 -04:00
comfyanonymous 8d66827b15 Merge branch 'slot-color' of https://github.com/jn-jairo/ComfyUI 2023-03-25 12:37:55 -04:00
comfyanonymous 58695f9c7a Fix seed being impossible to increment/decrement by 1. 2023-03-25 11:12:03 -04:00
comfyanonymous a30526aec1 Set default value of feathering to 40. 2023-03-25 04:49:58 -04:00
comfyanonymous d741e7aac8 Merge branch 'feat-add-image-pad-for-outpaint' of https://github.com/guoyk93/ComfyUI 2023-03-25 04:37:33 -04:00
comfyanonymous 44b6eaad6f Don't completely break workflow if field name changes. 2023-03-25 01:04:02 -04:00
comfyanonymous edb3dea88b Merge branch 'widget-inputs' of https://github.com/pythongosssss/ComfyUI 2023-03-24 22:45:40 -04:00
comfyanonymous 5c03b2f31e Merge branch 'mobile-support' of https://github.com/Zentropivity/ComfyUI 2023-03-24 18:23:37 -04:00
comfyanonymous 4adcea7228 I don't think controlnets were being handled correctly by MPS. 2023-03-24 14:33:16 -04:00
comfyanonymous 3c6ff8821c Merge branch 'master' of https://github.com/GaidamakUA/ComfyUI 2023-03-24 13:56:43 -04:00
comfyanonymous 7f0fd99b5d Make ddim work with --cpu 2023-03-24 11:39:51 -04:00
comfyanonymous dd095efc2c Support loha that use cp decomposition. 2023-03-23 04:32:25 -04:00
comfyanonymous 94a7c895f4 Add loha support. 2023-03-23 03:40:12 -04:00
comfyanonymous cc127eeabd Lower PNG compression for more speed.
After some quick tests compress_level=4 seems to give the best compression
performance ratio for stable diffusion images.

It's 10x faster than max compression for an image size increase of only
2.5%.
2023-03-23 00:40:48 -04:00
comfyanonymous 8a3d2067af Merge branch 'image-content-disposition-filename' of https://github.com/pythongosssss/ComfyUI 2023-03-22 23:00:08 -04:00
comfyanonymous a8aa623aaf Merge branch 'calc-sizes-on-draw' of https://github.com/pythongosssss/ComfyUI 2023-03-22 14:56:54 -04:00
comfyanonymous 3ed4a4e4e6 Try again with vae tiled decoding if regular fails because of OOM. 2023-03-22 14:49:00 -04:00
comfyanonymous aae9fe0cf9 Increase max res to 8192x8192 since 4096x4096 wasn't enough for some. 2023-03-22 12:22:48 -04:00
comfyanonymous f67c00622f Use inference_mode instead of no_grad. 2023-03-22 03:48:26 -04:00
comfyanonymous 4039616ca6 Less seams in tiled outputs at the cost of more processing. 2023-03-22 03:29:09 -04:00
comfyanonymous c692509c2b Try to improve VAEEncode memory usage a bit. 2023-03-22 02:45:18 -04:00
comfyanonymous a3ba90d237 Merge branch 'multi-multiline-text' of https://github.com/pythongosssss/ComfyUI 2023-03-21 17:46:23 -04:00
comfyanonymous 9d0665c8d0 Add laptop quadro cards to fp32 list. 2023-03-21 16:57:35 -04:00
comfyanonymous 5b1efc70ec Merge branch 'patch-canvas-tabindex' of https://github.com/abbail/ComfyUI 2023-03-21 15:05:55 -04:00
comfyanonymous cc309568e1 Add support for locon mid weights. 2023-03-21 14:51:51 -04:00
comfyanonymous 451447bd9f Merge branch 'saveimage' of https://github.com/pythongosssss/ComfyUI 2023-03-21 13:30:22 -04:00
comfyanonymous aa2ddfabb9 Fix bug with CLIPLoader. 2023-03-21 03:11:18 -04:00
comfyanonymous fc935f8e12 Readme update. 2023-03-20 22:25:03 -04:00
comfyanonymous e85fcb822b Small fix. 2023-03-20 14:55:28 -04:00
comfyanonymous 0abe001edd Merge branch 'save-images' of https://github.com/m957ymj75urz/ComfyUI 2023-03-20 14:29:45 -04:00
comfyanonymous 46b674c9c2 Make saved json more pretty. 2023-03-20 02:23:47 -04:00
comfyanonymous 840464af93 Don't .gitignore the examples. 2023-03-20 00:37:32 -04:00
comfyanonymous db34645f53 .gitignore some folders. 2023-03-20 00:33:37 -04:00
comfyanonymous 72575f8128 Merge branch 'patch-1' of https://github.com/joetech/ComfyUI 2023-03-20 00:29:39 -04:00
comfyanonymous bf9c17a975 No longer needed. 2023-03-19 17:41:27 -04:00
comfyanonymous 3ff4c155c9 Fix /embeddings route being broken. 2023-03-19 11:29:03 -04:00
comfyanonymous edfc4ca663 Try to fix a vram issue with controlnets. 2023-03-19 10:50:38 -04:00
comfyanonymous 64ca71757a upload new builds with different filename as old one. 2023-03-19 02:47:52 -04:00
comfyanonymous b4b21be707 Fix area composition feathering not working properly. 2023-03-19 02:00:52 -04:00
comfyanonymous 07dab962da Add an auto queue checkbox.
This will auto queue the current prompt when the queue hits zero.
2023-03-19 00:03:18 -04:00
comfyanonymous 739c1a753d Fix annoyance. 2023-03-18 14:52:19 -04:00