Commit Graph

  • 2816eb236d Merge branch 'comfyanonymous:master' into socketrework pythongosssss 2023-02-23 20:07:30 +00:00
  • 5796705cc6 Add some cells to run with localtunnel in colab notebook. comfyanonymous 2023-02-23 10:16:30 -05:00
  • 62df8dd62a Add a node to load diff controlnets. comfyanonymous 2023-02-22 23:22:03 -05:00
  • 3ae61a2bca Add a node to invert the colours of images. comfyanonymous 2023-02-22 21:57:56 -05:00
  • f04dc2c2f4 Implement DDIM sampler. comfyanonymous 2023-02-22 21:06:43 -05:00
  • 218f64315d Add some text to colab to help people troubleshoot issues. comfyanonymous 2023-02-22 17:15:10 -05:00
  • a37b41e84c Don't send the "Random seed after every gen" field in the prompt. comfyanonymous 2023-02-22 12:48:27 -05:00
  • 8c692c91d2 Add a basic example for how to use the ComfyUI api. comfyanonymous 2023-02-22 12:34:27 -05:00
  • 2976c1ad28 Uni_PC: make max denoise behave more like other samplers. comfyanonymous 2023-02-22 02:04:21 -05:00
  • c9daec4c89 Remove prints that are useless when xformers is enabled. comfyanonymous 2023-02-21 22:16:13 -05:00
  • a7328e4945 Add uni_pc bh2 variant. comfyanonymous 2023-02-21 16:11:48 -05:00
  • a52aa9f4b5 Moved api out to server Reworked sockets to use socketio Added progress to nodes Added highlight to active node Added preview to saveimage node pythongosssss 2023-02-21 19:29:49 +00:00
  • 928087184e Fix escaped \{ appearing as { in workflows. comfyanonymous 2023-02-21 04:22:06 -05:00
  • 97e18bf9fd Document dynamic prompts and add escaping of {} characters. comfyanonymous 2023-02-21 03:33:54 -05:00
  • 5f375f0d16 Remove my "deleted" debug print that confused people. comfyanonymous 2023-02-21 01:28:08 -05:00
  • d80af7ca30 ControlNetApply now stacks. comfyanonymous 2023-02-21 01:18:53 -05:00
  • 8683ea4248 Merge branch 'master' into m957ymj75urz-dynamic-prompting comfyanonymous 2023-02-20 23:49:55 -05:00
  • 3a83da7281 empty cache after execute() masterpiecebestquality 2023-02-20 13:56:34 -05:00
  • 00a9189e30 Support old pytorch. comfyanonymous 2023-02-19 16:59:03 -05:00
  • 482386e03d Fix dynamic prompt removing newlines m957ymj75urz 2023-02-19 22:02:01 +01:00
  • 191af3ef71 Add the config for the SD1.x inpainting model. comfyanonymous 2023-02-19 14:58:00 -05:00
  • e7d664c137 jankyness fix : do not wait for the server response to restore prompt m957ymj75urz 2023-02-19 20:37:29 +01:00
  • a3d0b56c61 Fix for relative imports in custom nodes. comfyanonymous 2023-02-19 12:00:05 -05:00
  • 137ae2606c Support people putting commas after the embedding name in the prompt. comfyanonymous 2023-02-19 02:50:48 -05:00
  • d8af7f6ce7 Update readme. comfyanonymous 2023-02-17 22:33:16 -05:00
  • a38a30cb87 Document --highvram and enable it in colab. comfyanonymous 2023-02-17 21:32:27 -05:00
  • 2326ff1263 Add: --highvram for when you want models to stay on the vram. comfyanonymous 2023-02-17 21:14:07 -05:00
  • f6df7ce075 Remove seed widget from nodes supporting dynamic prompting m957ymj75urz 2023-02-17 22:44:24 +01:00
  • e2e5c4c5b0 Add basic dynamic prompting with seeding on CLIPTextEncode node m957ymj75urz 2023-02-17 22:37:03 +01:00
  • 09f1d76ed8 Fix an OOM issue. comfyanonymous 2023-02-17 16:21:01 -05:00
  • d66415c021 Low vram mode for controlnets. comfyanonymous 2023-02-17 15:45:29 -05:00
  • 220a72d36b Use fp16 for fp16 control nets. comfyanonymous 2023-02-17 15:31:38 -05:00
  • 71354c7c57 Sort images on LoadImageMask node. comfyanonymous 2023-02-17 12:53:05 -05:00
  • 1688f5024d Fix a few issues with the custom_nodes PR. comfyanonymous 2023-02-17 11:19:49 -05:00
  • fa66ece26b Merge branch 'comfyanonymous:master' into master Fannovel16 2023-02-17 18:02:52 +07:00
  • 1c5fe809c2 . Hacker 17082006 2023-02-17 17:59:16 +07:00
  • 1cf5b6125b Merge branch 'hide-triton-error-windows' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-02-17 02:40:42 -05:00
  • 638f924546 Sort the list of input images. comfyanonymous 2023-02-16 21:01:46 -05:00
  • 6135a21ee8 Add a way to control controlnet strength. comfyanonymous 2023-02-16 18:08:01 -05:00
  • 0787299610 Hide Triton warning on Windows pythongosssss 2023-02-16 18:19:26 +00:00
  • 56498d505a Create controlnet directory. comfyanonymous 2023-02-16 10:50:30 -05:00
  • 4efa67fa12 Add ControlNet support. comfyanonymous 2023-02-16 10:38:08 -05:00
  • bc69fb5245 Use inpaint models the proper way by using VAEEncodeForInpaint. comfyanonymous 2023-02-15 20:44:51 -05:00
  • 59bef84bc8 Add the config for SD2.x inpainting models. comfyanonymous 2023-02-15 17:52:34 -05:00
  • e87a8669b6 Add a LoadImageMask node to load one colour channel in an image as a mask. comfyanonymous 2023-02-15 17:39:42 -05:00
  • d75003001a Add a SetLatentNoiseMask node. comfyanonymous 2023-02-15 16:58:55 -05:00
  • cef2cc3cb0 Support for inpaint models. comfyanonymous 2023-02-15 16:38:20 -05:00
  • 07db00355f Add masks to samplers code for inpainting. comfyanonymous 2023-02-15 01:49:17 -05:00
  • e1a047971b Edit comment Hacker 17082006 2023-02-15 21:50:18 +07:00
  • 7da0147d8a Done custom_node import error fixing Hacker 17082006 2023-02-15 21:48:10 +07:00
  • b67b6920d1 Fix bug Hacker 17082006 2023-02-15 21:15:54 +07:00
  • 4b4eae7171 Merge branch 'master' of https://github.com/Fannovel16/ComfyUI Hacker 17082006 2023-02-14 22:20:53 +07:00
  • 493671574e Adding some suggests from the author Hacker 17082006 2023-02-14 22:20:30 +07:00
  • 162cc04247 Merge branch 'comfyanonymous:master' into master Fannovel16 2023-02-14 12:52:06 +07:00
  • c1d5810020 Another small fix. comfyanonymous 2023-02-13 16:07:34 -05:00
  • 73251f92c8 Now it works in colab properly again. comfyanonymous 2023-02-13 16:04:26 -05:00
  • 93d84e3b9c Lower timeout and fix for colab. comfyanonymous 2023-02-13 15:52:34 -05:00
  • 68a1ac7746 Remove catch that was causing linux ctrl+c issues pythongosssss 2023-02-13 20:12:12 +00:00
  • 8e51af6786 Changed to serve index.html on root pythongosssss 2023-02-13 17:58:03 +00:00
  • 540bbbdb82 Handle https when creating socket pythongosssss 2023-02-13 17:53:21 +00:00
  • c472377622 Merge branch 'comfyanonymous:master' into master pythongosssss 2023-02-13 17:48:36 +00:00
  • e3451cea4f uni_pc now works with KSamplerAdvanced return_with_leftover_noise. comfyanonymous 2023-02-13 12:29:21 -05:00
  • 721f8510af Change the words a bit Hacker 17082006 2023-02-13 18:24:54 +07:00
  • f3c6d7adf2 . Hacker 17082006 2023-02-13 18:19:42 +07:00
  • 5ce4b9eca3 Add custom node feature Hacker 17082006 2023-02-13 18:17:40 +07:00
  • f616dcc81a Added handling of missing aiohttp module pythongosssss 2023-02-12 18:32:20 +00:00
  • 639d21e5f7 Added aiohttp requirement pythongosssss 2023-02-12 18:31:26 +00:00
  • f558942877 Merge branch 'comfyanonymous:master' into master pythongosssss 2023-02-12 18:30:53 +00:00
  • 3fd6b7027c Support dark mode in GUI. comfyanonymous 2023-02-12 13:29:34 -05:00
  • 05ad64d22c Add a feather option to the latent composite node. comfyanonymous 2023-02-12 13:01:52 -05:00
  • 9d1edfde1f Changed polling to use websockets pythongosssss 2023-02-12 15:54:22 +00:00
  • 5d14e9b959 Changed HTTP Server + Added WebSockets pythongosssss 2023-02-12 15:53:48 +00:00
  • f542f248f1 Show the right amount of steps in the progress bar for uni_pc. comfyanonymous 2023-02-11 14:59:42 -05:00
  • f10b8948c3 768-v support for uni_pc sampler. comfyanonymous 2023-02-11 04:34:58 -05:00
  • ce0aeb109e Remove print. comfyanonymous 2023-02-11 03:41:40 -05:00
  • 5489d5af04 Add uni_pc sampler to KSampler* nodes. comfyanonymous 2023-02-11 03:18:27 -05:00
  • 1a4edd19cd Fix overflow issue with inplace softmax. comfyanonymous 2023-02-10 11:47:41 -05:00
  • 509c7dfc6d Use real softmax in split op to fix issue with some images. comfyanonymous 2023-02-10 02:46:50 -05:00
  • 7e1e193f39 Automatically enable lowvram mode if vram is less than 4GB. comfyanonymous 2023-02-10 00:47:56 -05:00
  • e9d3ac2ba0 Typo. comfyanonymous 2023-02-09 16:31:54 -05:00
  • 9ae4e1b0ff Add a list of features to the Readme. comfyanonymous 2023-02-09 16:27:52 -05:00
  • 324273fff2 Fix embedding not working when on new line. comfyanonymous 2023-02-09 14:12:02 -05:00
  • 1f6a467e92 Update ldm dir with latest upstream stable diffusion changes. comfyanonymous 2023-02-09 13:47:36 -05:00
  • 642516a3a6 create output dir if none is present BazettFraga 2023-02-09 18:32:23 +01:00
  • 773cdabfce Same thing but for the other places where it's used. comfyanonymous 2023-02-09 12:43:29 -05:00
  • df40d4f3bf torch.cuda.OutOfMemoryError is not present on older pytorch versions. comfyanonymous 2023-02-09 12:33:27 -05:00
  • 1d9ec62cfb Use absolute output directory path. comfyanonymous 2023-02-09 09:59:43 -05:00
  • 05d571fe7f Merge branch 'master' of https://github.com/bazettfraga/ComfyUI into merge_pr2 comfyanonymous 2023-02-09 00:44:38 -05:00
  • e8c499ddd4 Split optimization for VAE attention block. comfyanonymous 2023-02-08 21:54:44 -05:00
  • 5b4e312749 Use inplace operations for less OOM issues. comfyanonymous 2023-02-08 20:52:02 -05:00
  • e58887dfa7 forgot windows does double backslashes for paths due to its use as escape char. BazettFraga 2023-02-09 01:30:06 +01:00
  • 81082045c2 add recursive_search, swap relevant os.listdirs BazettFraga 2023-02-09 01:22:33 +01:00
  • 3fd87cbd21 Slightly smarter batching behaviour. comfyanonymous 2023-02-08 17:09:47 -05:00
  • bbdcf0b737 Use relative imports for k_diffusion. comfyanonymous 2023-02-08 16:51:19 -05:00
  • 3e22815a9a Fix k_diffusion not getting imported from the folder. comfyanonymous 2023-02-08 16:29:22 -05:00
  • 708138c77d Remove print. comfyanonymous 2023-02-08 14:51:18 -05:00
  • 047775615b Lower the chances of an OOM. comfyanonymous 2023-02-08 14:24:27 -05:00
  • 853e96ada3 Increase it/s by batching together some stuff sent to unet. comfyanonymous 2023-02-08 14:05:31 -05:00
  • c92633eaa2 Auto calculate amount of memory to use for --lowvram comfyanonymous 2023-02-08 11:42:37 -05:00
  • 534736b924 Add some low vram modes: --lowvram and --novram comfyanonymous 2023-02-08 11:37:10 -05:00