Commit Graph

  • 7310290f17 Pull in latest upscale model code from chainner. comfyanonymous 2023-05-23 22:26:50 -04:00
  • c00bb1a0b7 Add a latent upscale by node. comfyanonymous 2023-05-23 12:53:38 -04:00
  • b8ccbec6d8 Various improvements to bislerp. comfyanonymous 2023-05-23 11:40:24 -04:00
  • 451fb4169a Fix 'git pull' not working on the standalones. comfyanonymous 2023-05-23 11:35:32 -04:00
  • 34887b8885 Add experimental bislerp algorithm for latent upscaling. comfyanonymous 2023-05-23 03:12:56 -04:00
  • 48fcc5b777 Parsing error crash. comfyanonymous 2023-05-22 20:51:30 -04:00
  • bfb13f5eee Remove useless call to /object_info comfyanonymous 2023-05-22 17:05:23 -04:00
  • db27b0405a object_info now returns if node is an output_node or not. comfyanonymous 2023-05-22 13:25:50 -04:00
  • ffc56c53c9 Add a node_errors to the /prompt error json response. comfyanonymous 2023-05-22 13:22:38 -04:00
  • 6cc450579b Auto transpose images from exif data. comfyanonymous 2023-05-22 00:22:24 -04:00
  • dc198650c0 sample_dpmpp_2m_sde no longer crashes when step == 1. comfyanonymous 2023-05-21 11:34:29 -04:00
  • 4796e615dd Revert DPI fix since it caused more issues than it solved. comfyanonymous 2023-05-21 10:34:26 -04:00
  • 069657fbf3 Add DPM-Solver++(2M) SDE and exponential scheduler. comfyanonymous 2023-05-21 01:35:08 -04:00
  • 516119ad83 Print min and max values in validation error message. comfyanonymous 2023-05-21 00:24:28 -04:00
  • 3c76f43057 Cleaner code. comfyanonymous 2023-05-20 23:06:33 -04:00
  • b8636a44aa Make scaled_dot_product switch to sliced attention on OOM. comfyanonymous 2023-05-20 15:43:39 -04:00
  • 797c4e8d3b Simplify and improve some vae attention code. comfyanonymous 2023-05-20 15:07:21 -04:00
  • 71666f248f Fix padding in Blur. comfyanonymous 2023-05-20 10:08:47 -04:00
  • 36af98d755 improve sharpen and blur nodes BlenderNeko 2023-05-20 15:23:28 +02:00
  • b9daf4e30f Add a /object_info/{node_class} route to get only the info of one node. comfyanonymous 2023-05-19 22:40:28 -04:00
  • e6e1999f96 Render UI at a higher resolution when viewing with a higher pixel ratio malern 2023-05-19 20:04:36 +01:00
  • 2998e232cb Make multiline widget work with different canvas dimensions. malern 2023-05-19 19:57:15 +01:00
  • 8bbd9815a9 Support loading fp16 latent files. comfyanonymous 2023-05-19 02:15:32 -04:00
  • 62a371e12b Load workflow from latent file. comfyanonymous 2023-05-18 02:41:21 -04:00
  • faf899ad5a LoadLatent and SaveLatent should behave like the LoadImage and SaveImage. comfyanonymous 2023-05-17 23:43:59 -04:00
  • a7375103b9 Some small changes to Load/SaveLatent. comfyanonymous 2023-05-17 23:04:40 -04:00
  • e7f2816c6f feat:Latent Save/Load (#662) Dr.Lt.Data 2023-05-18 12:40:28 +09:00
  • 4088e61aa6 Update litegraph from upstream. comfyanonymous 2023-05-16 15:35:07 -04:00
  • 6a12094345 Merge branch 'patch/touch' of https://github.com/ltdrdata/ComfyUI comfyanonymous 2023-05-16 11:55:20 -04:00
  • 11e7168d56 Remove print. comfyanonymous 2023-05-16 11:55:16 -04:00
  • 7ada9e7d85 allows touch drag ltdrdata 2023-05-16 22:55:00 +09:00
  • 13d94caf49 Add control_after_generate to combo primitive. comfyanonymous 2023-05-16 03:18:11 -04:00
  • 5f7968f1fa Print the endpoint ip for localtunnel in the colab notebook. comfyanonymous 2023-05-16 01:12:44 -04:00
  • 2ec6d1c6e3 Don't import custom nodes when the folder ends with .disabled latest comfyanonymous 2023-05-15 03:31:03 -04:00
  • c02a554bcf Make DiffusersLoader work with subfolders. comfyanonymous 2023-05-15 03:25:24 -04:00
  • ef815ba1e2 Switch default scheduler to normal. comfyanonymous 2023-05-15 00:29:56 -04:00
  • 1dd846a7ba Fix outputs gone from history. comfyanonymous 2023-05-15 00:27:28 -04:00
  • 84ea21c815 Update litegraph from upstream. comfyanonymous 2023-05-14 17:02:40 -04:00
  • 68d12b530e Merge branch 'tiled_sampler' of https://github.com/BlenderNeko/ComfyUI comfyanonymous 2023-05-14 15:39:39 -04:00
  • 587f89fe5a Enable safe loading for upscale models. comfyanonymous 2023-05-14 15:10:40 -04:00
  • acff543d66 Remove useless code. comfyanonymous 2023-05-14 12:50:21 -04:00
  • d926f65f56 Feature/maskeditor context menu (#649) Dr.Lt.Data 2023-05-14 23:21:22 +09:00
  • 9bf67c4c5a Print prompt execution time. comfyanonymous 2023-05-14 01:34:25 -04:00
  • e7b9d2c02c /prompt endpoint error is now in json format. comfyanonymous 2023-05-14 01:30:58 -04:00
  • 3a1f47764d Print the torch device that is used on startup. comfyanonymous 2023-05-13 17:11:27 -04:00
  • b0505eb7ab Return right type when none specified in upload route. comfyanonymous 2023-05-13 15:31:22 -04:00
  • db4d3a8494 Print if custom nodes imported successfully or not. comfyanonymous 2023-05-13 13:23:42 -04:00
  • 2ac744f662 Print all custom node import times. comfyanonymous 2023-05-13 13:15:31 -04:00
  • 92bf1cb61e Change message. comfyanonymous 2023-05-13 13:05:52 -04:00
  • cf439709b6 Load nodes in comfy_extras before custom nodes. comfyanonymous 2023-05-13 12:50:21 -04:00
  • cb4b822398 Print custom nodes that take too much time to import. comfyanonymous 2023-05-13 11:54:45 -04:00
  • 153f7ee152 Merge branch 'serve-static-symlinks' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-05-13 11:33:56 -04:00
  • 44f9f9baf1 Add the prompt id to some websocket messages. comfyanonymous 2023-05-13 11:17:16 -04:00
  • 1201d2eae5 Make nodes map over input lists (#579) BlenderNeko 2023-05-13 17:15:45 +02:00
  • 997dd1b131 Fix queue delete. comfyanonymous 2023-05-13 02:07:49 -04:00
  • c5c0ea666f noise_mask in latent should be in a single format. comfyanonymous 2023-05-12 20:34:48 -04:00
  • 19c014f429 comment out annoying print statement BlenderNeko 2023-05-12 23:57:40 +02:00
  • d9e088ddfd minor changes for tiled sampler BlenderNeko 2023-05-12 23:49:09 +02:00
  • 8a4ff5e34c allow static files to be symlinks pythongosssss 2023-05-12 20:58:29 +01:00
  • 8ea165dd1e Add a way to overwrite images when uploading. comfyanonymous 2023-05-11 14:15:13 -04:00
  • dfc74c19d9 Add the prompt_id to some websocket messages. comfyanonymous 2023-05-11 01:22:40 -04:00
  • 974958ff81 Make the prompt_id a uuid and return it when queueing the prompt. comfyanonymous 2023-05-10 16:41:43 -04:00
  • 3a7c3acc72 Send websocket message with list of cached nodes right before execution. comfyanonymous 2023-05-10 15:59:24 -04:00
  • 602095f614 Send execution_error message on websocket on execution exception. comfyanonymous 2023-05-10 15:49:49 -04:00
  • f7c0f75d1f Auto batching improvements. comfyanonymous 2023-05-10 13:58:19 -04:00
  • 51583164ef Make MaskToImage support masks with a batch size. comfyanonymous 2023-05-10 10:03:30 -04:00
  • 8e3d1cbf3b Fix bug when uploading image with the same name. comfyanonymous 2023-05-10 01:45:27 -04:00
  • d6dee8af1d Only validate each input once. comfyanonymous 2023-05-10 00:29:31 -04:00
  • 02ca1c67f8 Don't print traceback when processing interrupted. comfyanonymous 2023-05-09 23:51:52 -04:00
  • 314e526c5c Not needed anymore because sampling works with any latent size. comfyanonymous 2023-05-09 12:18:18 -04:00
  • d43e45ce62 Remove print. comfyanonymous 2023-05-09 10:29:58 -04:00
  • c6e34963e4 Make t2i adapter work with any latent resolution. comfyanonymous 2023-05-08 18:15:19 -04:00
  • a8705dbfe2 Speed up the mask save and fix refresh replacing copied image. comfyanonymous 2023-05-08 17:05:28 -04:00
  • a7ebd5aa12 Fix masked editor issue with firefox on windows. comfyanonymous 2023-05-08 15:52:33 -04:00
  • 850daf0416 Masked editor changes. comfyanonymous 2023-05-08 14:13:06 -04:00
  • ae08fdb999 Clipspace Menu and MaskEditor application. (#548) Dr.Lt.Data 2023-05-09 03:37:36 +09:00
  • a1f12e370d Merge branch 'autostart' of https://github.com/EllangoK/ComfyUI comfyanonymous 2023-05-07 17:19:03 -04:00
  • 6fc4917634 Make maximum_batch_area take into account python2.0 attention function. comfyanonymous 2023-05-06 19:58:54 -04:00
  • 678f933d38 maximum_batch_area for xformers. comfyanonymous 2023-05-06 19:00:49 -04:00
  • 8e03c789a2 auto-launch cli arg EllangoK 2023-05-06 16:59:40 -04:00
  • 7a9268185c Update README.md WAS 2023-05-05 18:06:54 -07:00
  • cb1551b819 Lowvram mode for gligen and fix some lowvram issues. comfyanonymous 2023-05-05 18:01:21 -04:00
  • 9bd33b6bd4 Merge branch 'progress-shape-fix' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-05-05 13:14:55 -04:00
  • de4623a8a4 actually fix card pythongosssss 2023-05-05 10:34:09 +01:00
  • f31e31ee0a Fix box shape Match card to litegraph selection pythongosssss 2023-05-05 10:12:06 +01:00
  • af9cc1fb6a Search recursively in subfolders for embeddings. comfyanonymous 2023-05-05 01:28:48 -04:00
  • 6ee11d7bc0 Fix import. comfyanonymous 2023-05-05 00:19:35 -04:00
  • 1a31020081 Support softsign hypernetwork. comfyanonymous 2023-05-05 00:16:57 -04:00
  • bae4fb4a9d Fix imports. comfyanonymous 2023-05-04 18:07:41 -04:00
  • 7e51bbd07f automatic calculation of image pos from widgets pythongosssss 2023-05-04 19:42:07 +01:00
  • fcf513e0b6 Refactor. comfyanonymous 2023-05-03 17:48:35 -04:00
  • a74e176a24 Merge branch 'tiled-progress' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-05-03 16:24:56 -04:00
  • 5eeecf3fd5 remove unused import pythongosssss 2023-05-03 18:21:23 +01:00
  • 8912623ea9 use comfy progress bar pythongosssss 2023-05-03 18:19:22 +01:00
  • 908dc1d5a8 Add a total_steps value to sampler callback. comfyanonymous 2023-05-03 12:58:10 -04:00
  • fdf57325f4 Merge remote-tracking branch 'origin/master' into tiled-progress pythongosssss 2023-05-03 17:33:42 +01:00
  • 27df74101e reduce duplication pythongosssss 2023-05-03 17:33:19 +01:00
  • 93c64afaa9 Use sampler callback instead of tqdm hook for progress bar. comfyanonymous 2023-05-02 23:00:49 -04:00
  • 06ad35b493 added progress to encode + upscale pythongosssss 2023-05-02 19:18:07 +01:00
  • ba8a4c3667 Change latent resolution step to 8. comfyanonymous 2023-05-02 14:16:27 -04:00