Commit Graph

  • 4b08314257 Add more features to the backend queue code. comfyanonymous 2023-02-01 22:33:10 -05:00
  • 9d611a90e8 Small web interface fixes. comfyanonymous 2023-01-31 03:37:34 -05:00
  • fef41d0a72 Add LatentComposite node. comfyanonymous 2023-01-31 03:35:03 -05:00
  • 3fa009f4cc Add a LatentFlip node. comfyanonymous 2023-01-31 03:28:38 -05:00
  • 69df7eba94 Add KSamplerAdvanced node. comfyanonymous 2023-01-31 03:09:38 -05:00
  • f8f165e2c3 Add a LatentRotate node. comfyanonymous 2023-01-31 02:28:07 -05:00
  • 1daccf3678 Run softmax in place if it OOMs. comfyanonymous 2023-01-30 19:55:01 -05:00
  • 0d8ad93852 Add link to examples github page. comfyanonymous 2023-01-30 01:09:35 -05:00
  • f73e57d881 Add support for textual inversion embedding for SD1.x CLIP. comfyanonymous 2023-01-29 18:46:44 -05:00
  • 702ac43d0c Readme formatting. comfyanonymous 2023-01-29 13:23:57 -05:00
  • da6f56235b Add section to readme explaining how to get better speeds. comfyanonymous 2023-01-29 13:15:03 -05:00
  • 3661e10648 Add a command line option to disable upcasting in some cross attention ops. comfyanonymous 2023-01-29 13:12:22 -05:00
  • 50db297cf6 Try to fix OOM issues with cards that have less vram than mine. comfyanonymous 2023-01-29 00:50:46 -05:00
  • 36ec5690a6 Add some more model configs including some to use SD1 models in fp16. comfyanonymous 2023-01-28 23:23:49 -05:00
  • 484b957c7a Quick fix for chrome issue. comfyanonymous 2023-01-28 12:43:43 -05:00
  • 2706c0b7a5 Some VAEs come in .pt files. comfyanonymous 2023-01-28 12:28:29 -05:00
  • d133cf4f06 Added some AMD stuff to readme. comfyanonymous 2023-01-28 04:06:25 -05:00
  • 73f60740c8 Slightly cleaner code. comfyanonymous 2023-01-28 02:14:22 -05:00
  • 0108616b77 Fix issue with some models. comfyanonymous 2023-01-28 01:38:42 -05:00
  • 2973ff24c5 Round CLIP position ids to fix float issues in some checkpoints. comfyanonymous 2023-01-28 00:19:33 -05:00
  • e615d40ca1 Fix UI annoyance with multiline textboxes sometimes getting stuck. comfyanonymous 2023-01-27 23:33:27 -05:00
  • e6aa9f0c0a Modal now actually shows up on colab. comfyanonymous 2023-01-27 22:51:08 -05:00
  • 88d0f4b397 Use a modal instead of an alert so the errors show up even on colab. comfyanonymous 2023-01-27 22:24:37 -05:00
  • d8af790fa6 Small colab notebook fix. comfyanonymous 2023-01-27 21:54:46 -05:00
  • 266db2066d Update colab notebook to use an iframe for GUI. comfyanonymous 2023-01-27 21:48:48 -05:00
  • 9fa1827906 Added better instructions for nvidia. comfyanonymous 2023-01-27 17:23:47 -05:00
  • 21eb33f233 Right category for latent upscale node. comfyanonymous 2023-01-27 14:11:57 -05:00
  • e4528ef949 Add a support/dev matrix chat room link to the readme. comfyanonymous 2023-01-27 13:08:15 -05:00
  • bc475f86c4 Slightly better errors. comfyanonymous 2023-01-26 23:30:29 -05:00
  • 7996420fe4 Fix some stuff in colab notebook. comfyanonymous 2023-01-26 12:48:16 -05:00
  • 6b852d31bc Small additions to colab notebook. comfyanonymous 2023-01-26 12:31:41 -05:00
  • 2a87f6630d Some categories for the nodes. comfyanonymous 2023-01-26 12:23:15 -05:00
  • c4b02059d0 Add ConditioningSetArea node. to apply conditioning/prompts only to a specific area of the image. comfyanonymous 2023-01-26 12:06:48 -05:00
  • 52472cc88d Workflows can now be pasted with CTRL-V comfyanonymous 2023-01-26 02:11:33 -05:00
  • eb85896b73 Add code for categories. comfyanonymous 2023-01-26 01:26:28 -05:00
  • acdc6f42e0 Fix loading some malformed checkpoints? comfyanonymous 2023-01-25 15:20:55 -05:00
  • 051f472e8f Fix sub quadratic attention for SD2 and make it the default optimization. comfyanonymous 2023-01-25 01:22:43 -05:00
  • 3b38a31cc7 Add link to open with google colab. comfyanonymous 2023-01-24 21:19:39 -05:00
  • d0b16c9969 Add a colab notebook. comfyanonymous 2023-01-24 21:14:01 -05:00
  • b9308407b2 Make webui return correct mimetypes for css and js files. comfyanonymous 2023-01-24 20:18:16 -05:00
  • 463d0d0828 Add a center crop option to latent upscale node. comfyanonymous 2023-01-24 17:26:11 -05:00
  • c1eac7bab2 Add filename_prefix to SaveImage node. comfyanonymous 2023-01-24 02:17:18 -05:00
  • a34cde08cb Nodes now support single line string properties. comfyanonymous 2023-01-24 02:08:54 -05:00
  • a37261bb4b Try to execute the outputs that take the less steps first. comfyanonymous 2023-01-22 22:10:13 -05:00
  • 9baa48cb33 Add IS_CHANGED method to nodes to check if nodes should be executed again. comfyanonymous 2023-01-22 21:42:22 -05:00
  • 15f8da2849 Add a LoadImage node to load images for img2img. comfyanonymous 2023-01-22 14:59:34 -05:00
  • 220afe3310 Initial commit. comfyanonymous 2023-01-03 01:53:32 -05:00