Commit Graph
947 Commits
Author SHA1 Message Date
comfyanonymous c7572ef29d Refactor diffusers model convert code to be able to reuse it. 2023-05-28 01:55:40 -04:00
comfyanonymous e34e147259 Round the mask values for bitwise operations. 2023-05-28 00:42:53 -04:00
comfyanonymous 224d79d812 Fix issue with cancelling prompt. 2023-05-28 00:32:26 -04:00
comfyanonymous 4e5be08800 Merge branch 'error-improvements' of https://github.com/space-nuko/ComfyUI 2023-05-27 23:09:40 -04:00
space-nuko 712183e44e Bitwise operations for masks 2023-05-27 21:48:49 -05:00
space-nuko 3ba39931a0 Rename exception message field 2023-05-27 21:06:07 -05:00
space-nuko 96b9364255 Exception message 2023-05-27 21:06:07 -05:00
space-nuko 49ec8a2b17 Catch typecast errors 2023-05-27 21:06:07 -05:00
space-nuko 2d885e7019 Fix 2023-05-27 21:06:07 -05:00
space-nuko 8260e16cc7 Return null for value format 2023-05-27 21:06:07 -05:00
space-nuko cbd9aac327 Show message in the frontend if prompt execution raises an exception 2023-05-27 21:06:07 -05:00
space-nuko f510feec01 Send back more information about exceptions that happen during execution 2023-05-27 21:06:07 -05:00
space-nuko c742150520 Add missing input name/config 2023-05-27 21:06:07 -05:00
space-nuko 8d5245aace Improve invalid prompt error message 2023-05-27 21:06:07 -05:00
space-nuko 7abd22878d Highlight failing nodes/inputs in frontend 2023-05-27 21:06:07 -05:00
space-nuko 82e3940028 Improve error output for failed nodes 2023-05-27 21:06:07 -05:00
comfyanonymous f36a83364f Merge branch 'zero-lora-weights' of https://github.com/space-nuko/ComfyUI 2023-05-26 22:32:10 -04:00
comfyanonymous d24239d0ba Safetensors isn't optional anymore. 2023-05-26 21:46:11 -04:00
space-nuko 10041c774a Don't load some model types if weight is zero 2023-05-26 19:33:30 -05:00
comfyanonymous 3d8f70ac86 Remove einops. 2023-05-25 18:42:56 -04:00
comfyanonymous ee30188247 Do operations in same order as the one it replaces. 2023-05-25 18:31:27 -04:00
comfyanonymous 8359d8589b Merge branch 'master' of https://github.com/BlenderNeko/ComfyUI 2023-05-25 14:44:16 -04:00
comfyanonymous 4a2e5b0950 Support old pytorch versions that don't have weights_only. 2023-05-25 13:30:59 -04:00
BlenderNeko 0ea63a0aeb vecorized bislerp 2023-05-25 19:23:47 +02:00
comfyanonymous f7bc2dffd4 Fix issue importing other ui prompts. 2023-05-24 14:01:11 -04:00
comfyanonymous e94d69817b Pull in latest upscale model code from chainner. 2023-05-23 22:26:50 -04:00
comfyanonymous ce71d8e044 Add a latent upscale by node. 2023-05-23 12:53:38 -04:00
comfyanonymous 30152c282e Various improvements to bislerp. 2023-05-23 11:40:24 -04:00
comfyanonymous 1323e0f4bf Fix 'git pull' not working on the standalones. 2023-05-23 11:35:32 -04:00
comfyanonymous f166739922 Add experimental bislerp algorithm for latent upscaling.
It's like bilinear but with slerp.
2023-05-23 03:12:56 -04:00
comfyanonymous 6169965734 Parsing error crash. 2023-05-22 20:51:30 -04:00
comfyanonymous 85c650fe11 Remove useless call to /object_info 2023-05-22 17:05:23 -04:00
comfyanonymous 6e09cf02cc object_info now returns if node is an output_node or not. 2023-05-22 13:25:50 -04:00
comfyanonymous 5ee1ea3988 Add a node_errors to the /prompt error json response.
"node_errors" contains a dict keyed by node ids. The contents are a message
and a list of dependent outputs.
2023-05-22 13:22:38 -04:00
comfyanonymous ab51137f21 Auto transpose images from exif data. 2023-05-22 00:22:24 -04:00
comfyanonymous 8781b6a542 sample_dpmpp_2m_sde no longer crashes when step == 1. 2023-05-21 11:34:29 -04:00
comfyanonymous af5b837b09 Revert DPI fix since it caused more issues than it solved. 2023-05-21 10:34:26 -04:00
comfyanonymous 6dd63b638e Add DPM-Solver++(2M) SDE and exponential scheduler.
exponential scheduler is the one recommended with this sampler.
2023-05-21 01:46:03 -04:00
comfyanonymous ea32c601ea Print min and max values in validation error message. 2023-05-21 00:24:28 -04:00
comfyanonymous b25f0e0257 Cleaner code. 2023-05-20 23:06:33 -04:00
comfyanonymous c0a5444d1b Make scaled_dot_product switch to sliced attention on OOM. 2023-05-20 16:01:02 -04:00
comfyanonymous e33cb62d1b Simplify and improve some vae attention code. 2023-05-20 15:07:21 -04:00
comfyanonymous 043e28bdc9 Fix padding in Blur. 2023-05-20 10:08:47 -04:00
BlenderNeko 389caf813c improve sharpen and blur nodes 2023-05-20 15:23:28 +02:00
comfyanonymous af999d4bfa Add a /object_info/{node_class} route to get only the info of one node. 2023-05-19 22:40:28 -04:00
malern f0cd736047 Render UI at a higher resolution when viewing with a higher pixel ratio 2023-05-19 20:04:36 +01:00
malern 85cac6c46d Make multiline widget work with different canvas dimensions.
It now scales the textarea positioning using the canvas height/width.
2023-05-19 19:57:15 +01:00
comfyanonymous aea93bb2dd Support loading fp16 latent files. 2023-05-19 02:15:32 -04:00
comfyanonymous 0cba25cd20 Load workflow from latent file. 2023-05-18 02:41:21 -04:00
comfyanonymous bd819d4b72 LoadLatent and SaveLatent should behave like the LoadImage and SaveImage. 2023-05-18 00:09:12 -04:00