Commit Graph

  • 0e836d525e use half() on fp16 models loaded with config. comfyanonymous 2023-03-13 21:12:48 -04:00
  • 986dd820dc Use half() function on model when loading in fp16. comfyanonymous 2023-03-13 20:58:09 -04:00
  • 97f3c23036 Fix node link colors pythongosssss 2023-03-13 22:11:09 +00:00
  • a5d3eb9715 Rewrote reroute node for much better usability pythongosssss 2023-03-13 22:00:37 +00:00
  • dd35588b29 Move colab link to the installing section. comfyanonymous 2023-03-13 17:50:48 -04:00
  • e5318d918c Combo support detault value pythongosssss 2023-03-13 19:34:29 +00:00
  • 6db777b348 Added ability to save images to temp dir pythongosssss 2023-03-13 19:34:05 +00:00
  • a50e111815 Fix small issue with build. comfyanonymous 2023-03-13 15:09:11 -04:00
  • 54dbfaf2ec Remove omegaconf dependency and some ci changes. comfyanonymous 2023-03-13 14:49:18 -04:00
  • 80665081e0 Add command to install unstable pytorch builds for ROCm. comfyanonymous 2023-03-13 13:50:54 -04:00
  • c672000954 Add github workflow for a build with pytorch nightly. comfyanonymous 2023-03-13 12:47:12 -04:00
  • 83f23f82b8 Add pytorch attention support to VAE. comfyanonymous 2023-03-13 12:25:19 -04:00
  • a256a2abde --disable-xformers should not even try to import xformers. comfyanonymous 2023-03-13 11:36:48 -04:00
  • ebfa749b7b Readme improvement. comfyanonymous 2023-03-13 10:47:12 -04:00
  • 010bbb9c5a Readme style adjustments. comfyanonymous 2023-03-13 10:44:29 -04:00
  • 6fd8377429 Typo. comfyanonymous 2023-03-13 10:43:07 -04:00
  • dc24ad1554 Add download link of portable build to README. comfyanonymous 2023-03-13 10:42:02 -04:00
  • 17636d083f Probably safer to manually trigger builds instead of every push. comfyanonymous 2023-03-13 02:54:30 -04:00
  • f0d8fdc0d6 Add an automatic standalone windows release for nvidia and cpu. comfyanonymous 2023-03-13 01:34:09 -04:00
  • 85989c74e5 Updated a1111 pnginfo importer, supports: - model name, other basic settings - clip skip - hr upscale - loras - embeddings pythongosssss 2023-03-12 21:36:42 +00:00
  • 0f3ba7482f Xformers is now properly disabled when --cpu used. comfyanonymous 2023-03-12 15:44:16 -04:00
  • 70f9bd1408 fix makedirs on save m957ymj75urz 2023-03-12 20:23:46 +01:00
  • 195d7aec9f can specify a subfolder in the SaveImage node m957ymj75urz 2023-03-12 19:51:39 +01:00
  • 6d6758e9e4 Add WD VAE to colab. comfyanonymous 2023-03-11 22:08:00 -05:00
  • b64f5e6a27 Indicate in readme that upscale models are now supported. comfyanonymous 2023-03-11 19:48:42 -05:00
  • c8f1acc4eb Put image upscaling nodes in image/upscaling category. comfyanonymous 2023-03-11 18:10:36 -05:00
  • e33dc2b33b Add a VAEEncodeTiled node. comfyanonymous 2023-03-11 15:28:15 -05:00
  • 1de86851b1 Try to fix memory issue. comfyanonymous 2023-03-11 15:15:13 -05:00
  • 2b1fce2943 Make tiled_scale work for downscaling. comfyanonymous 2023-03-11 14:58:55 -05:00
  • 9db2e97b47 Tiled upscaling with the upscale models. comfyanonymous 2023-03-11 14:04:13 -05:00
  • 905857edd8 Take some code from chainner to implement ESRGAN and other upscale models. comfyanonymous 2023-03-11 13:09:28 -05:00
  • 8c4ccb55d1 Small refactor of custom node loading code. comfyanonymous 2023-03-11 12:49:41 -05:00
  • 1f717903bc Prevent potential int overflow in SaveImage comfyanonymous 2023-03-11 12:48:28 -05:00
  • 44294a446e Link to lora example. comfyanonymous 2023-03-10 14:27:37 -05:00
  • c759801a52 Update some links in colab notebook. comfyanonymous 2023-03-10 11:01:33 -05:00
  • 67795e4085 added a range input m957ymj75urz 2023-03-10 10:38:35 +01:00
  • 4e3ee3bd8b Notebook update to fix links. comfyanonymous 2023-03-09 21:55:57 -05:00
  • cd64111c83 Add locon support. comfyanonymous 2023-03-09 21:41:24 -05:00
  • d0b195c7d0 Changed to use etag cache for js and css pythongosssss 2023-03-09 19:38:43 +00:00
  • 99eb777f5d Make the LoadImage node output the alpha as a mask. comfyanonymous 2023-03-09 14:07:55 -05:00
  • b94ed02aae Merge branch 'uploadimages' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-03-09 13:30:19 -05:00
  • 8d8c370c25 newline pythongosssss 2023-03-09 18:18:40 +00:00
  • fa07426569 Remove random spaces pythongosssss 2023-03-09 18:18:08 +00:00
  • eaab4bf9dc Removed folde pythongosssss 2023-03-09 18:17:18 +00:00
  • 99abc0eb2e Changed to upload to input dir Fixed jpg Added dupe support Changed to use existing nodes pythongosssss 2023-03-09 17:57:59 +00:00
  • 21553316f2 add batch count to the menu m957ymj75urz 2023-03-09 18:02:03 +01:00
  • 9ce300ab59 I confirmed CPU only inference works fine on a pytorch without cuda. comfyanonymous 2023-03-09 11:40:24 -05:00
  • 4a326a2548 Added UploadImage+Mask nodes pythongosssss 2023-03-08 22:07:44 +00:00
  • 4ed39cf038 Added invert scrolling setting pythongosssss 2023-03-08 20:04:22 +00:00
  • 863e747dbd Added simple settings dialog Updated to use css vars for colors pythongosssss 2023-03-08 20:03:37 +00:00
  • c70f0ac64b SD2.x controlnets now work. comfyanonymous 2023-03-08 01:13:38 -05:00
  • 5ea597710f Merge branch 'socketsession' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-03-07 23:05:52 -05:00
  • 19415c3ace Relative imports to test something. comfyanonymous 2023-03-07 11:00:35 -05:00
  • 5c55c93367 Updated to reuse session id if available pythongosssss 2023-03-07 13:24:15 +00:00
  • 0a0c769d6d Try to fix import issue. comfyanonymous 2023-03-06 14:41:42 -05:00
  • 235ba852d9 Style. comfyanonymous 2023-03-06 14:09:23 -05:00
  • 09db31309a Merge remote-tracking branch 'origin/master' into frontendrefactor pythongosssss 2023-03-06 17:02:34 +00:00
  • 25941aeef9 This isn't needed anymore. comfyanonymous 2023-03-06 12:02:02 -05:00
  • 4bdfbb3379 Fixed check for polling pythongosssss 2023-03-06 16:47:02 +00:00
  • 165be5828a Fixed import (#44) edikius 2023-03-06 17:41:40 +01:00
  • 501f19eec6 Fix clip_skip no longer being loaded from yaml file. comfyanonymous 2023-03-06 11:34:02 -05:00
  • afff30fc0a Add --cpu to use the cpu for inference. comfyanonymous 2023-03-06 10:50:50 -05:00
  • a8315a6fb8 Allow any node to draw images pythongosssss 2023-03-06 15:50:29 +00:00
  • 799f510d0c Add some links to notebook for the t2i styles model. comfyanonymous 2023-03-06 02:07:58 -05:00
  • 8515d96328 It's more logical for the StyleModelApply to append it directly. comfyanonymous 2023-03-06 01:48:18 -05:00
  • 7ec1dd25a2 A tiny bit of reorganizing. comfyanonymous 2023-03-06 01:30:17 -05:00
  • 47acb3d73e Implement support for t2i style model. comfyanonymous 2023-03-05 18:39:25 -05:00
  • 1ee35fd909 Merge remote-tracking branch 'origin/master' into frontendrefactor pythongosssss 2023-03-05 21:55:16 +00:00
  • cc8baf1080 Make VAE use common function to get free memory. comfyanonymous 2023-03-05 14:20:07 -05:00
  • 798c90e1c0 Fix pytorch 2.0 cross attention not working. comfyanonymous 2023-03-05 14:14:54 -05:00
  • f9d09c266f Colab notebook update. comfyanonymous 2023-03-05 03:05:58 -05:00
  • a098dc965c Switch the default workflow to the CheckpointLoaderSimple node. comfyanonymous 2023-03-05 03:00:28 -05:00
  • c2fa2a18d2 Update readme with link to matrix space. comfyanonymous 2023-03-04 08:46:39 -05:00
  • 16130c7546 Add support for new colour T2I adapter model. comfyanonymous 2023-03-03 18:58:22 -05:00
  • 9d00235b41 Update T2I adapter code to latest. comfyanonymous 2023-03-03 18:46:49 -05:00
  • dc85b3b8d0 Allow serializeValue to be async pythongosssss 2023-03-03 21:13:40 +00:00
  • 9913114044 Only poll if it has never opened pythongosssss 2023-03-03 21:13:11 +00:00
  • 0e7b98e429 Restored accidently removed code pythongosssss 2023-03-03 20:17:03 +00:00
  • 947e786c0a Restored missing input edit fix pythongosssss 2023-03-03 20:10:18 +00:00
  • 3ddff339f5 Add commented out command to install the preprocessor nodes to notebook. comfyanonymous 2023-03-03 14:52:39 -05:00
  • bba14245cb Merge remote-tracking branch 'origin' into frontendrefactor pythongosssss 2023-03-03 19:30:24 +00:00
  • b9e3f52240 stop_at_clip_layer can be set in CLIPSetLastLayer so it can be removed from the CLIPLoader node. comfyanonymous 2023-03-03 14:27:55 -05:00
  • 592b377ac4 Added dynamic loading of extensions pythongosssss 2023-03-03 19:05:39 +00:00
  • c23af92baf Redraw node on opt change pythongosssss 2023-03-03 18:48:22 +00:00
  • e14b79c14e Changed to store resolved prompt in workflow info pythongosssss 2023-03-03 18:40:50 +00:00
  • 4ef4cf913f Adding built in extensions + example pythongosssss 2023-03-03 18:28:34 +00:00
  • ebfcf0a9c9 Fix issue. comfyanonymous 2023-03-03 13:18:01 -05:00
  • 8586515886 Move the CheckpointLoaderSimple to the right section. comfyanonymous 2023-03-03 13:09:44 -05:00
  • 4215206281 Add a node to set CLIP skip. comfyanonymous 2023-03-03 13:04:36 -05:00
  • fed315a76a To be really simple CheckpointLoaderSimple should pick the right type. comfyanonymous 2023-03-03 11:07:10 -05:00
  • 2e52d01cdc Documenting methods pythongosssss 2023-03-03 15:47:33 +00:00
  • 72cdd83c06 Readded loading file pythongosssss 2023-03-03 15:27:08 +00:00
  • a5c5c97ded More work on UI pythongosssss 2023-03-03 15:20:49 +00:00
  • 5e66b68d9e add loras to ignore pythongosssss 2023-03-03 15:19:56 +00:00
  • 65c432e6ee Merge remote-tracking branch 'origin' into frontendrefactor pythongosssss 2023-03-03 15:06:49 +00:00
  • 94bb0375b0 New CheckpointLoaderSimple to load checkpoints without a config. comfyanonymous 2023-03-03 03:37:35 -05:00
  • c1f5855ac1 Make some cross attention functions work on the CPU. comfyanonymous 2023-03-03 03:27:33 -05:00
  • 1a612e1c74 Add some pytorch scaled_dot_product_attention code for testing. comfyanonymous 2023-03-02 17:01:20 -05:00
  • 7e436ba9cc Added handling of sockets Started rework of UI elements Added pnginfo handling pythongosssss 2023-03-02 21:34:29 +00:00
  • 2eaa664089 Refactored sockets pythongosssss 2023-03-02 21:33:50 +00:00