Commit Graph

  • fed315a76a To be really simple CheckpointLoaderSimple should pick the right type. comfyanonymous 2023-03-03 11:07:10 -05:00
  • f1a17ccae5 Documenting methods pythongosssss 2023-03-03 15:47:33 +00:00
  • 2e52d01cdc Documenting methods pythongosssss 2023-03-03 15:47:33 +00:00
  • 31e72ecdae Readded loading file pythongosssss 2023-03-03 15:27:08 +00:00
  • 72cdd83c06 Readded loading file pythongosssss 2023-03-03 15:27:08 +00:00
  • 4a48e65f1e More work on UI pythongosssss 2023-03-03 15:20:49 +00:00
  • a5c5c97ded More work on UI pythongosssss 2023-03-03 15:20:49 +00:00
  • 77da821554 add loras to ignore pythongosssss 2023-03-03 15:19:56 +00:00
  • 5e66b68d9e add loras to ignore pythongosssss 2023-03-03 15:19:56 +00:00
  • 490c67d8ca Merge remote-tracking branch 'origin' into frontendrefactor pythongosssss 2023-03-03 15:06:49 +00:00
  • 65c432e6ee Merge remote-tracking branch 'origin' into frontendrefactor pythongosssss 2023-03-03 15:06:49 +00:00
  • 8a2699b47d New CheckpointLoaderSimple to load checkpoints without a config. comfyanonymous 2023-03-03 03:37:35 -05:00
  • 94bb0375b0 New CheckpointLoaderSimple to load checkpoints without a config. comfyanonymous 2023-03-03 03:37:35 -05:00
  • b2a7f1b32a Make some cross attention functions work on the CPU. comfyanonymous 2023-03-03 03:27:33 -05:00
  • c1f5855ac1 Make some cross attention functions work on the CPU. comfyanonymous 2023-03-03 03:27:33 -05:00
  • 666a9e8604 Add some pytorch scaled_dot_product_attention code for testing. comfyanonymous 2023-03-02 17:01:20 -05:00
  • 1a612e1c74 Add some pytorch scaled_dot_product_attention code for testing. comfyanonymous 2023-03-02 17:01:20 -05:00
  • 739fb214e0 Added handling of sockets Started rework of UI elements Added pnginfo handling pythongosssss 2023-03-02 21:34:29 +00:00
  • 7e436ba9cc
    Added handling of sockets Started rework of UI elements Added pnginfo handling pythongosssss 2023-03-02 21:34:29 +00:00
  • 58fa3ecd55 Refactored sockets pythongosssss 2023-03-02 21:33:50 +00:00
  • 2eaa664089
    Refactored sockets pythongosssss 2023-03-02 21:33:50 +00:00
  • 40fe09c7b8 Add a button to interrupt processing to the ui. comfyanonymous 2023-03-02 15:24:51 -05:00
  • c8ce599a8f Add a button to interrupt processing to the ui. comfyanonymous 2023-03-02 15:24:51 -05:00
  • f51b02e59f Initial refactoring changes - Moved to web folder - Splitting into individual files pythongosssss 2023-03-02 20:00:06 +00:00
  • 5e25c77074
    Initial refactoring changes - Moved to web folder - Splitting into individual files pythongosssss 2023-03-02 20:00:06 +00:00
  • 10bdb6bcda Add mime type for js files pythongosssss 2023-03-02 19:58:59 +00:00
  • 3637e19eff
    Add mime type for js files pythongosssss 2023-03-02 19:58:59 +00:00
  • b59b82a73b Add a way to interrupt current processing in the backend. comfyanonymous 2023-03-02 14:42:03 -05:00
  • 69cc75fbf8 Add a way to interrupt current processing in the backend. comfyanonymous 2023-03-02 14:42:03 -05:00
  • 9bb6edccd7 Add a print to colab. comfyanonymous 2023-03-01 10:53:18 -05:00
  • 1e2c4df972 Add a print to colab. comfyanonymous 2023-03-01 10:53:18 -05:00
  • e758e974e7 Add some more stuff to colab notebook. comfyanonymous 2023-03-01 10:40:26 -05:00
  • 725f7eb2a4 Add some more stuff to colab notebook. comfyanonymous 2023-03-01 10:40:26 -05:00
  • 3cdf64d74e Quick fix modal overflowing at the bottom if error too large. comfyanonymous 2023-02-28 19:07:23 -05:00
  • 3fe162c680 Quick fix modal overflowing at the bottom if error too large. comfyanonymous 2023-02-28 19:07:23 -05:00
  • 151fed3dfb Hopefully fix a strange issue with xformers + lowvram. comfyanonymous 2023-02-28 13:48:52 -05:00
  • 9502ee45c3 Hopefully fix a strange issue with xformers + lowvram. comfyanonymous 2023-02-28 13:48:52 -05:00
  • 392364779f Only clear cuda cache on CUDA since it causes slowdowns on ROCm. comfyanonymous 2023-02-28 13:39:30 -05:00
  • 5f0f97634f Only clear cuda cache on CUDA since it causes slowdowns on ROCm. comfyanonymous 2023-02-28 13:39:30 -05:00
  • a59bb36cb8 Try to improve memory issues with del. comfyanonymous 2023-02-28 12:27:43 -05:00
  • b31daadc03 Try to improve memory issues with del. comfyanonymous 2023-02-28 12:27:43 -05:00
  • fc9323caf2 Try to clear more memory at the end of each prompt execution. comfyanonymous 2023-02-28 11:56:33 -05:00
  • cd85f876f2 Try to clear more memory at the end of each prompt execution. comfyanonymous 2023-02-28 11:56:33 -05:00
  • e1a6dc0325 I confirmed the notebook works on paperspace. comfyanonymous 2023-02-28 02:47:45 -05:00
  • f3103d7b60 I confirmed the notebook works on paperspace. comfyanonymous 2023-02-28 02:47:45 -05:00
  • e56477e575 Install xformers at the same time as requirements in notebook to fix issues. comfyanonymous 2023-02-27 20:22:46 -05:00
  • b28dcd7684 Install xformers at the same time as requirements in notebook to fix issues. comfyanonymous 2023-02-27 20:22:46 -05:00
  • 54a4caa7f3 --highvram should be autodetected in colab/etc.. now. comfyanonymous 2023-02-27 20:06:44 -05:00
  • a29bd63e7a --highvram should be autodetected in colab/etc.. now. comfyanonymous 2023-02-27 20:06:44 -05:00
  • 1304a8f8ad Small adjustment. comfyanonymous 2023-02-27 20:04:18 -05:00
  • 2c5f0ec681 Small adjustment. comfyanonymous 2023-02-27 20:04:18 -05:00
  • bddbd4bdb0 Enable highvram automatically when vram >> ram comfyanonymous 2023-02-27 19:57:39 -05:00
  • 86721d5158 Enable highvram automatically when vram >> ram comfyanonymous 2023-02-27 19:57:39 -05:00
  • f05d2bab79 Move some stuff from main.py to execution.py comfyanonymous 2023-02-27 19:43:55 -05:00
  • 49d2e5bb5a Move some stuff from main.py to execution.py comfyanonymous 2023-02-27 19:43:55 -05:00
  • a5c57cdfd7 Switch the CLIPTextEncode div to a textarea. comfyanonymous 2023-02-27 16:13:09 -05:00
  • f30a2deb3f Switch the CLIPTextEncode div to a textarea. comfyanonymous 2023-02-27 16:13:09 -05:00
  • 573b8c18fe Outpainting actually works now. comfyanonymous 2023-02-27 12:02:23 -05:00
  • d826a0971c Outpainting actually works now. comfyanonymous 2023-02-27 12:02:23 -05:00
  • 14c390c0c2 Remove sample_ from some sampler names. comfyanonymous 2023-02-27 01:43:06 -05:00
  • 75fa162531 Remove sample_ from some sampler names. comfyanonymous 2023-02-27 01:43:06 -05:00
  • 7205653251 Merge branch 'batchimagepreview' of https://github.com/pythongosssss/ComfyUI into pythongosssss-batchimagepreview comfyanonymous 2023-02-26 17:29:51 -05:00
  • 666337bff4 Merge branch 'batchimagepreview' of https://github.com/pythongosssss/ComfyUI into pythongosssss-batchimagepreview comfyanonymous 2023-02-26 17:29:51 -05:00
  • 7add9fe7b3 Preparing to add another function to load checkpoints. comfyanonymous 2023-02-26 17:04:35 -05:00
  • 9f4214e534 Preparing to add another function to load checkpoints. comfyanonymous 2023-02-26 17:04:35 -05:00
  • c6643e0814 removed log pythongosssss 2023-02-26 19:05:28 +00:00
  • 4329681c2b
    removed log pythongosssss 2023-02-26 19:05:28 +00:00
  • a6a930644d Add thumbnails for multi batch image previews pythongosssss 2023-02-26 18:56:04 +00:00
  • 5bb0a79141
    Add thumbnails for multi batch image previews pythongosssss 2023-02-26 18:56:04 +00:00
  • 84a4b1f283 Fix uni_pc sampler not working with 1 or 2 steps. comfyanonymous 2023-02-26 04:01:01 -05:00
  • 3cd7d84b53 Fix uni_pc sampler not working with 1 or 2 steps. comfyanonymous 2023-02-26 04:01:01 -05:00
  • d79dc06cc5 Small Readme change. comfyanonymous 2023-02-26 03:37:57 -05:00
  • 8f75047d9c Small Readme change. comfyanonymous 2023-02-26 03:37:57 -05:00
  • 011c60239f Add some commented out wget commands to the colab notebook. comfyanonymous 2023-02-26 01:54:17 -05:00
  • 678ba05a28 Add some commented out wget commands to the colab notebook. comfyanonymous 2023-02-26 01:54:17 -05:00
  • eaf7e32e9d Colab notebook. comfyanonymous 2023-02-25 23:23:24 -05:00
  • 1561edcd98 Colab notebook. comfyanonymous 2023-02-25 23:23:24 -05:00
  • c0ba251b19 Fix. comfyanonymous 2023-02-25 22:58:25 -05:00
  • d31d161ee6 Fix. comfyanonymous 2023-02-25 22:58:25 -05:00
  • 5f066f604a Colab notebook improvements. comfyanonymous 2023-02-25 22:57:22 -05:00
  • 3263a2bf0e Colab notebook improvements. comfyanonymous 2023-02-25 22:57:22 -05:00
  • 5539bfc5c0 Update colab notebook. comfyanonymous 2023-02-25 22:49:22 -05:00
  • c0fb0c848f Update colab notebook. comfyanonymous 2023-02-25 22:49:22 -05:00
  • 084f8084ed Fix multiple controlnets not working. comfyanonymous 2023-02-25 22:12:22 -05:00
  • dfb397e034 Fix multiple controlnets not working. comfyanonymous 2023-02-25 22:12:22 -05:00
  • de74b6cabb Fix some potential issues related to threads. comfyanonymous 2023-02-25 18:36:29 -05:00
  • 6de6246dd4 Fix some potential issues related to threads. comfyanonymous 2023-02-25 18:36:29 -05:00
  • ecdc620545 Merge branch 'master' into pythongosssss-socketrework comfyanonymous 2023-02-25 16:02:36 -05:00
  • 8074a58a1a Merge branch 'master' into pythongosssss-socketrework comfyanonymous 2023-02-25 16:02:36 -05:00
  • 13fdd7a698 Shift menu up on small screens pythongosssss 2023-02-25 20:58:03 +00:00
  • b8e6171c31
    Shift menu up on small screens pythongosssss 2023-02-25 20:58:03 +00:00
  • f14235d50b Changed line endings to LF pythongosssss 2023-02-25 20:57:40 +00:00
  • e053184a54
    Changed line endings to LF pythongosssss 2023-02-25 20:57:40 +00:00
  • 9f1ca0847b Fixed issue when batched image was used as a controlnet input. comfyanonymous 2023-02-25 14:57:28 -05:00
  • af3cc1b5fb Fixed issue when batched image was used as a controlnet input. comfyanonymous 2023-02-25 14:57:28 -05:00
  • be609093ba Add xformers install command to readme and colab notebook. comfyanonymous 2023-02-25 14:00:24 -05:00
  • d6ed202679 Add xformers install command to readme and colab notebook. comfyanonymous 2023-02-25 14:00:24 -05:00
  • 28c833babc Added open image in new tab menu item Shifted image down on SaveImage node pythongosssss 2023-02-25 18:19:42 +00:00
  • 23507882d2
    Added open image in new tab menu item Shifted image down on SaveImage node pythongosssss 2023-02-25 18:19:42 +00:00
  • 554f9cdcfb Merge branch 'comfyanonymous:master' into socketrework pythongosssss 2023-02-25 18:15:35 +00:00