Commit Graph

678 Commits

Author SHA1 Message Date
comfyanonymous ca25f0c0c1 Update standalone readme with recommended way to update. 2023-03-14 13:39:58 -04:00
m957ymj75urz 6daf9bb22c switch to realpath to check path traversal 2023-03-14 09:27:53 +01:00
m957ymj75urz b1294fa49f fix path traversal for /view 2023-03-14 09:27:17 +01:00
m957ymj75urz 5b425aaa40 remove subfolder widget and use filename_prefix 2023-03-14 09:08:54 +01:00
m957ymj75urz a1b30f102b toggle extra options 2023-03-14 08:16:48 +01:00
comfyanonymous ee46bef03a Make --cpu have priority over everything else. 2023-03-13 21:30:01 -04:00
comfyanonymous 0e836d525e use half() on fp16 models loaded with config. 2023-03-13 21:12:48 -04:00
comfyanonymous 986dd820dc Use half() function on model when loading in fp16. 2023-03-13 20:58:09 -04:00
pythongosssss 97f3c23036 Fix node link colors 2023-03-13 22:11:09 +00:00
pythongosssss a5d3eb9715 Rewrote reroute node for much better usability 2023-03-13 22:00:37 +00:00
comfyanonymous dd35588b29 Move colab link to the installing section. 2023-03-13 17:50:48 -04:00
pythongosssss e5318d918c Combo support detault value 2023-03-13 19:34:29 +00:00
pythongosssss 6db777b348 Added ability to save images to temp dir 2023-03-13 19:34:05 +00:00
comfyanonymous a50e111815 Fix small issue with build. 2023-03-13 15:09:11 -04:00
comfyanonymous 54dbfaf2ec Remove omegaconf dependency and some ci changes. 2023-03-13 14:49:18 -04:00
comfyanonymous 80665081e0 Add command to install unstable pytorch builds for ROCm. 2023-03-13 13:50:54 -04:00
comfyanonymous c672000954 Add github workflow for a build with pytorch nightly. 2023-03-13 12:47:12 -04:00
comfyanonymous 83f23f82b8 Add pytorch attention support to VAE. 2023-03-13 12:45:54 -04:00
comfyanonymous a256a2abde --disable-xformers should not even try to import xformers. 2023-03-13 11:36:48 -04:00
comfyanonymous ebfa749b7b Readme improvement. 2023-03-13 10:49:03 -04:00
comfyanonymous 010bbb9c5a Readme style adjustments. 2023-03-13 10:44:29 -04:00
comfyanonymous 6fd8377429 Typo. 2023-03-13 10:43:07 -04:00
comfyanonymous dc24ad1554 Add download link of portable build to README. 2023-03-13 10:42:02 -04:00
comfyanonymous 17636d083f Probably safer to manually trigger builds instead of every push. 2023-03-13 02:54:30 -04:00
comfyanonymous f0d8fdc0d6 Add an automatic standalone windows release for nvidia and cpu. 2023-03-13 01:34:09 -04:00
pythongosssss 85989c74e5 Updated a1111 pnginfo importer, supports:
- model name, other basic settings
 - clip skip
 - hr upscale
 - loras
 - embeddings
2023-03-12 21:36:42 +00:00
comfyanonymous 0f3ba7482f Xformers is now properly disabled when --cpu used.
Added --windows-standalone-build option, currently it only opens
makes the code open up comfyui in the browser.
2023-03-12 15:44:16 -04:00
m957ymj75urz 70f9bd1408 fix makedirs on save 2023-03-12 20:23:46 +01:00
m957ymj75urz 195d7aec9f can specify a subfolder in the SaveImage node 2023-03-12 19:51:39 +01:00
comfyanonymous 6d6758e9e4 Add WD VAE to colab. 2023-03-11 22:08:00 -05:00
comfyanonymous b64f5e6a27 Indicate in readme that upscale models are now supported. 2023-03-11 19:48:42 -05:00
comfyanonymous c8f1acc4eb Put image upscaling nodes in image/upscaling category. 2023-03-11 18:10:36 -05:00
comfyanonymous e33dc2b33b Add a VAEEncodeTiled node. 2023-03-11 15:28:15 -05:00
comfyanonymous 1de86851b1 Try to fix memory issue. 2023-03-11 15:15:13 -05:00
comfyanonymous 2b1fce2943 Make tiled_scale work for downscaling. 2023-03-11 14:58:55 -05:00
comfyanonymous 9db2e97b47 Tiled upscaling with the upscale models. 2023-03-11 14:04:13 -05:00
comfyanonymous 905857edd8 Take some code from chainner to implement ESRGAN and other upscale models. 2023-03-11 13:09:28 -05:00
comfyanonymous 8c4ccb55d1 Small refactor of custom node loading code. 2023-03-11 12:49:41 -05:00
comfyanonymous 1f717903bc Prevent potential int overflow in SaveImage 2023-03-11 12:48:28 -05:00
comfyanonymous 44294a446e Link to lora example. 2023-03-10 14:27:37 -05:00
comfyanonymous c759801a52 Update some links in colab notebook. 2023-03-10 11:01:33 -05:00
m957ymj75urz 67795e4085 added a range input 2023-03-10 10:38:35 +01:00
comfyanonymous 4e3ee3bd8b Notebook update to fix links. 2023-03-09 21:55:57 -05:00
comfyanonymous cd64111c83 Add locon support. 2023-03-09 21:41:24 -05:00
pythongosssss d0b195c7d0 Changed to use etag cache for js and css 2023-03-09 19:38:43 +00:00
comfyanonymous 99eb777f5d Make the LoadImage node output the alpha as a mask. 2023-03-09 14:07:55 -05:00
comfyanonymous b94ed02aae Merge branch 'uploadimages' of https://github.com/pythongosssss/ComfyUI 2023-03-09 13:30:19 -05:00
pythongosssss 8d8c370c25 newline 2023-03-09 18:18:40 +00:00
pythongosssss fa07426569 Remove random spaces 2023-03-09 18:18:08 +00:00
pythongosssss eaab4bf9dc Removed folde 2023-03-09 18:17:18 +00:00