Commit Graph

  • f13c0cefaa Merge branch 'clean-current-state' of https://github.com/FaridSafi/ComfyUI comfyanonymous 2023-03-28 16:48:47 -04:00
  • ac1fd92455 Merge branch 'master' of https://github.com/Davemane42/ComfyUI comfyanonymous 2023-03-28 16:44:19 -04:00
  • 0d65cb17b7 Fix ddim_uniform crashing with 37 steps. comfyanonymous 2023-03-28 16:29:35 -04:00
  • 40a377775e move clean to handleFile and loadGraphData functions Farid Safi 2023-03-28 20:22:49 +02:00
  • 393084877c clean state when loading another workflow Farid Safi 2023-03-28 19:45:17 +02:00
  • 9fdd5245fd Merge remote-tracking branch 'origin/master' into menu-save-and-anchor pythongosssss 2023-03-28 09:53:55 +01:00
  • 1e0f2b232b add unique_id to nodes hidden inputs Davemane42 2023-03-28 02:52:12 -04:00
  • 31dd6c0531 Add way to specify listen ip with --listen. comfyanonymous 2023-03-28 01:42:34 -04:00
  • 4b9e11053c Color palette setting Jairo Correa 2023-03-27 23:36:53 -03:00
  • 2d046f85e8 Merge remote-tracking branch 'origin/master' into menu-save-and-anchor pythongosssss 2023-03-27 20:20:08 +01:00
  • d3a375c8fb Add support for file list refresh feature in node (#192) ltdrdata 2023-03-28 02:27:09 +09:00
  • bb1223d83f Fix errors appearing more than once. comfyanonymous 2023-03-27 02:16:58 -04:00
  • 3444ffff3b Fix IS_CHANGED not working on nodes with an input from another node. comfyanonymous 2023-03-27 01:56:22 -04:00
  • bb1503ed63 Bugfix/include optional node inputs (#271) Silversith 2023-03-27 07:16:22 +02:00
  • 5d24a57ef1 Merge branch 'cpu-vram-ignore' of https://github.com/FraYoshi/ComfyUI comfyanonymous 2023-03-27 00:54:51 -04:00
  • f55755f0d2 code cleanup Francesco Yoshi Gobbo 2023-03-27 06:48:09 +02:00
  • 479ef4b38f Merge branch 'group-header' of https://github.com/jn-jairo/ComfyUI comfyanonymous 2023-03-27 00:46:30 -04:00
  • cf0098d539 no lowvram state if cpu only Francesco Yoshi Gobbo 2023-03-27 04:51:18 +02:00
  • 63525ee83c Move group by header Jairo Correa 2023-03-26 22:53:49 -03:00
  • 967bfce0f3 Optional RETURN_NAMES to set the output name Jairo Correa 2023-03-26 21:40:36 -03:00
  • 48efadeccf Style. comfyanonymous 2023-03-26 15:16:52 -04:00
  • 223177e192 Merge branch 'custom-node-socket' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-03-26 14:21:19 -04:00
  • 0b1e85fbea Add manual flag when restoring pos pythongosssss 2023-03-26 15:10:38 +01:00
  • 716d8e746a Remove log pythongosssss 2023-03-26 15:03:57 +01:00
  • 20ae48515e Add setting to save menu position Add anchoring to side when resizing Fix losing menu when resizing pythongosssss 2023-03-26 15:01:34 +01:00
  • 8a35c12e8c compute %width% and %height% in filepath when saving m957ymj75urz 2023-03-26 13:10:20 +02:00
  • a49b5659bc Merge branch 'comfyanonymous:master' into custom-node-socket pythongosssss 2023-03-26 10:12:39 +01:00
  • f5365c9c81 Fix ddim for Mac: #264 comfyanonymous 2023-03-26 00:36:54 -04:00
  • d68350eee5 Merge branch 'draggable-menu' of https://github.com/jn-jairo/ComfyUI comfyanonymous 2023-03-26 00:22:04 -04:00
  • 754553faaf Merge branch 'aesthetic-colors' of https://github.com/throwaway-mezzo-mix/ComfyUI comfyanonymous 2023-03-26 00:10:09 -04:00
  • 980379bab2 change colors to a more consistent and pleasing palette mezzo-anon 2023-03-26 04:11:53 +02:00
  • 48d4edbceb Prevent draggable menu to get outside of window Jairo Correa 2023-03-25 23:06:00 -03:00
  • 9287770c66 Allow negative Lora strengths. comfyanonymous 2023-03-25 21:31:39 -04:00
  • a5c78a5796 Draggable menu Jairo Correa 2023-03-25 20:23:46 -03:00
  • e651be551c Merge branch 'allow-symbolic-link' of https://github.com/jn-jairo/ComfyUI comfyanonymous 2023-03-25 17:30:22 -04:00
  • bff0c408b7 Update screenshot. comfyanonymous 2023-03-25 12:46:24 -04:00
  • 8d66827b15 Merge branch 'slot-color' of https://github.com/jn-jairo/ComfyUI comfyanonymous 2023-03-25 12:37:55 -04:00
  • 58695f9c7a Fix seed being impossible to increment/decrement by 1. comfyanonymous 2023-03-25 11:12:03 -04:00
  • 070b5749b3 Slot colors by type Jairo Correa 2023-03-25 06:28:09 -03:00
  • a30526aec1 Set default value of feathering to 40. comfyanonymous 2023-03-25 04:49:58 -04:00
  • d741e7aac8 Merge branch 'feat-add-image-pad-for-outpaint' of https://github.com/guoyk93/ComfyUI comfyanonymous 2023-03-25 04:37:33 -04:00
  • 3b87302958 nodes: ImagePadForOutpaint: clean imports Guo Y.K 2023-03-25 16:32:48 +08:00
  • 4c01386c19 nodes: ImagePadForOutpaint: fix feathering, ignore edges not expanded Guo Y.K 2023-03-25 16:27:47 +08:00
  • bfe64dc73c Add support for Google Drive mount feature in Colab Notebook (#193) ltdrdata 2023-03-25 15:23:29 +09:00
  • 44b6eaad6f Don't completely break workflow if field name changes. comfyanonymous 2023-03-25 01:04:02 -04:00
  • edb3dea88b Merge branch 'widget-inputs' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-03-24 22:45:40 -04:00
  • 5c03b2f31e Merge branch 'mobile-support' of https://github.com/Zentropivity/ComfyUI comfyanonymous 2023-03-24 18:23:37 -04:00
  • d6830b958c Prevent exactly overlapping nodes Throttle double click pythongosssss 2023-03-24 20:20:34 +00:00
  • 4adcea7228 I don't think controlnets were being handled correctly by MPS. comfyanonymous 2023-03-24 14:30:43 -04:00
  • 4461ddc9e6 Change close on mouseleave to false Zentropivity 2023-03-24 19:18:58 +01:00
  • 3c6ff8821c Merge branch 'master' of https://github.com/GaidamakUA/ComfyUI comfyanonymous 2023-03-24 13:56:43 -04:00
  • fc71e7ea08 Fixed typo Yurii Mazurevich 2023-03-24 19:39:55 +02:00
  • 1fa9ccaa16 Set title to widget name pythongosssss 2023-03-24 16:51:17 +00:00
  • 97198f5b74 Restore original size after add/remove input pythongosssss 2023-03-24 16:36:11 +00:00
  • 7f0fd99b5d Make ddim work with --cpu comfyanonymous 2023-03-24 11:39:51 -04:00
  • 4580f3e644 nodes: add feathering to to ImagePadForOutpaint Guo Y.K 2023-03-24 22:39:33 +08:00
  • 4b943d2b60 Removed unnecessary comment Yurii Mazurevich 2023-03-24 14:15:30 +02:00
  • 89fd5ed574 Added MPS device support Yurii Mazurevich 2023-03-24 14:04:50 +02:00
  • 8d0a142321 adds simple access to server from custom nodes pythongosssss 2023-03-24 11:39:09 +00:00
  • b13539c3dd Sync widget changes pythongosssss 2023-03-24 10:27:19 +00:00
  • 4f24e6a13b Allow output folder to be a symbolic link Jairo Correa 2023-03-23 21:25:21 -03:00
  • bb00176731 Remove debugger pythongosssss 2023-03-23 21:43:51 +00:00
  • 7a7e3288ee Added support for converting widgets to inputs (and back) pythongosssss 2023-03-23 21:37:19 +00:00
  • 3ebf7452c3 nodes: add ImagePadForOutpaint Guo Y.K 2023-03-23 23:33:35 +08:00
  • e9206a52da Fix double click handling by not using faulty is_primary check Zentropivity 2023-03-23 10:06:06 +01:00
  • dd095efc2c Support loha that use cp decomposition. comfyanonymous 2023-03-23 04:32:25 -04:00
  • 94a7c895f4 Add loha support. comfyanonymous 2023-03-23 03:40:12 -04:00
  • cc127eeabd Lower PNG compression for more speed. comfyanonymous 2023-03-23 00:40:48 -04:00
  • 8a3d2067af Merge branch 'image-content-disposition-filename' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-03-22 23:00:08 -04:00
  • a8aa623aaf Merge branch 'calc-sizes-on-draw' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-03-22 14:56:54 -04:00
  • 4257e4ce51 tidy pythongosssss 2023-03-22 18:52:24 +00:00
  • 76f4d65d79 Remove initial call as now unnecessary Set canvas to dirty if we grow the node pythongosssss 2023-03-22 18:50:45 +00:00
  • 3ed4a4e4e6 Try again with vae tiled decoding if regular fails because of OOM. comfyanonymous 2023-03-22 14:49:00 -04:00
  • 2b94dee3da Calculate sizes when drawing if required pythongosssss 2023-03-22 18:43:43 +00:00
  • 3c25f5dc0f Add content disposition header so images have name pythongosssss 2023-03-22 17:32:01 +00:00
  • aae9fe0cf9 Increase max res to 8192x8192 since 4096x4096 wasn't enough for some. comfyanonymous 2023-03-22 12:22:48 -04:00
  • f67c00622f Use inference_mode instead of no_grad. comfyanonymous 2023-03-22 03:48:26 -04:00
  • 4039616ca6 Less seams in tiled outputs at the cost of more processing. comfyanonymous 2023-03-22 03:29:09 -04:00
  • c692509c2b Try to improve VAEEncode memory usage a bit. comfyanonymous 2023-03-22 02:33:27 -04:00
  • a3ba90d237 Merge branch 'multi-multiline-text' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-03-21 17:46:23 -04:00
  • b810ca49f1 Add support for multiple multiline text areas on the same widget pythongosssss 2023-03-21 21:34:00 +00:00
  • 9d0665c8d0 Add laptop quadro cards to fp32 list. comfyanonymous 2023-03-21 16:57:35 -04:00
  • 5b1efc70ec Merge branch 'patch-canvas-tabindex' of https://github.com/abbail/ComfyUI comfyanonymous 2023-03-21 15:05:55 -04:00
  • cc309568e1 Add support for locon mid weights. comfyanonymous 2023-03-21 14:51:51 -04:00
  • eb67d05540 add canvas tab index so it recieves keydown events xss 2023-03-21 13:31:47 -05:00
  • 451447bd9f Merge branch 'saveimage' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-03-21 13:30:22 -04:00
  • 49705dc947 ui: hide decimal fraction for int fields Guo Y.K 2023-03-21 17:42:33 +08:00
  • 0b6ba21f52 Added save image menu item pythongosssss 2023-03-21 08:00:13 +00:00
  • aa2ddfabb9 Fix bug with CLIPLoader. comfyanonymous 2023-03-21 03:11:18 -04:00
  • fc935f8e12 Readme update. comfyanonymous 2023-03-20 22:25:03 -04:00
  • e85fcb822b Small fix. comfyanonymous 2023-03-20 14:55:28 -04:00
  • 0abe001edd Merge branch 'save-images' of https://github.com/m957ymj75urz/ComfyUI comfyanonymous 2023-03-20 14:29:45 -04:00
  • 46b674c9c2 Make saved json more pretty. comfyanonymous 2023-03-20 02:23:47 -04:00
  • 840464af93 Don't .gitignore the examples. comfyanonymous 2023-03-20 00:37:32 -04:00
  • db34645f53 .gitignore some folders. comfyanonymous 2023-03-20 00:31:17 -04:00
  • 72575f8128 Merge branch 'patch-1' of https://github.com/joetech/ComfyUI comfyanonymous 2023-03-20 00:29:39 -04:00
  • 1261a70034 add extra_model_paths.yaml to .gitignore Joe Colburn 2023-03-20 00:04:20 -04:00
  • bf9c17a975 No longer needed. comfyanonymous 2023-03-19 17:41:27 -04:00
  • 3ff4c155c9 Fix /embeddings route being broken. comfyanonymous 2023-03-19 11:29:03 -04:00
  • edfc4ca663 Try to fix a vram issue with controlnets. comfyanonymous 2023-03-19 10:50:38 -04:00