Commit Graph

1038 Commits

Author SHA1 Message Date
comfyanonymous
7310290f17 Pull in latest upscale model code from chainner. 2023-05-23 22:26:50 -04:00
Dr.Lt.Data
25b939d856
Merge branch 'comfyanonymous:master' into feature/preview-latent 2023-05-24 09:03:14 +09:00
comfyanonymous
c00bb1a0b7 Add a latent upscale by node. 2023-05-23 12:53:38 -04:00
comfyanonymous
b8ccbec6d8 Various improvements to bislerp. 2023-05-23 11:40:24 -04:00
comfyanonymous
451fb4169a Fix 'git pull' not working on the standalones. 2023-05-23 11:35:32 -04:00
Dr.Lt.Data
133e80fcc6
Merge branch 'comfyanonymous:master' into feature/preview-latent 2023-05-23 17:52:05 +09:00
comfyanonymous
34887b8885 Add experimental bislerp algorithm for latent upscaling.
It's like bilinear but with slerp.
2023-05-23 03:12:56 -04:00
Dr.Lt.Data
8a1fe96a75
Merge branch 'comfyanonymous:master' into feature/preview-latent 2023-05-23 10:32:37 +09:00
comfyanonymous
48fcc5b777 Parsing error crash. 2023-05-22 20:51:30 -04:00
Dr.Lt.Data
9cedbbbcfc
Merge branch 'comfyanonymous:master' into feature/preview-latent 2023-05-23 09:14:37 +09:00
comfyanonymous
bfb13f5eee Remove useless call to /object_info 2023-05-22 17:05:23 -04:00
comfyanonymous
db27b0405a object_info now returns if node is an output_node or not. 2023-05-22 13:25:50 -04:00
comfyanonymous
ffc56c53c9 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
Lt.Dr.Data
261dc9c832 Merge branch 'Main' into feature/preview-latent 2023-05-22 16:38:21 +09:00
comfyanonymous
6cc450579b Auto transpose images from exif data. 2023-05-22 00:22:24 -04:00
Dr.Lt.Data
02bf3cb6f6
Merge branch 'comfyanonymous:master' into feature/preview-latent 2023-05-22 11:04:23 +09:00
comfyanonymous
dc198650c0 sample_dpmpp_2m_sde no longer crashes when step == 1. 2023-05-21 11:34:29 -04:00
comfyanonymous
4796e615dd Revert DPI fix since it caused more issues than it solved. 2023-05-21 10:34:26 -04:00
Dr.Lt.Data
cb7ab2f1fd
Merge branch 'comfyanonymous:master' into feature/preview-latent 2023-05-21 19:04:53 +09:00
comfyanonymous
069657fbf3 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
516119ad83 Print min and max values in validation error message. 2023-05-21 00:24:28 -04:00
comfyanonymous
3c76f43057 Cleaner code. 2023-05-20 23:06:33 -04:00
Dr.Lt.Data
ea351c6f67
Merge branch 'comfyanonymous:master' into feature/preview-latent 2023-05-21 09:51:18 +09:00
comfyanonymous
b8636a44aa Make scaled_dot_product switch to sliced attention on OOM. 2023-05-20 16:01:02 -04:00
comfyanonymous
797c4e8d3b Simplify and improve some vae attention code. 2023-05-20 15:07:21 -04:00
Dr.Lt.Data
b3a11be962
Merge branch 'comfyanonymous:master' into feature/preview-latent 2023-05-21 00:54:41 +09:00
comfyanonymous
71666f248f Fix padding in Blur. 2023-05-20 10:08:47 -04:00
BlenderNeko
36af98d755 improve sharpen and blur nodes 2023-05-20 15:23:28 +02:00
Dr.Lt.Data
f7c1e8b6ff
Merge branch 'comfyanonymous:master' into feature/preview-latent 2023-05-20 15:33:51 +09:00
comfyanonymous
b9daf4e30f Add a /object_info/{node_class} route to get only the info of one node. 2023-05-19 22:40:28 -04:00
malern
e6e1999f96 Render UI at a higher resolution when viewing with a higher pixel ratio 2023-05-19 20:04:36 +01:00
malern
2998e232cb 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
Dr.Lt.Data
4489f45259 Prevent becoming blurry for default preview image. 2023-05-20 00:53:50 +09:00
Dr.Lt.Data
1ff09e5541 apply latent_to_rgb for default preview
apply optimize for png
attach format text for preview
2023-05-19 23:51:59 +09:00
Dr.Lt.Data
448208e494 Merge branch 'Main' into feature/preview-latent 2023-05-19 22:29:38 +09:00
comfyanonymous
8bbd9815a9 Support loading fp16 latent files. 2023-05-19 02:15:32 -04:00
ltdrdata
499bc70a33 add default image for test 2023-05-19 00:28:55 +09:00
ltdrdata
1ccedd573c clear parameter name 2023-05-19 00:26:14 +09:00
ltdrdata
3564ee85a6 support preview latent 2023-05-18 23:49:09 +09:00
comfyanonymous
62a371e12b Load workflow from latent file. 2023-05-18 02:41:21 -04:00
comfyanonymous
faf899ad5a LoadLatent and SaveLatent should behave like the LoadImage and SaveImage. 2023-05-18 00:09:12 -04:00
comfyanonymous
a7375103b9 Some small changes to Load/SaveLatent. 2023-05-17 23:41:57 -04:00
Dr.Lt.Data
e7f2816c6f
feat:Latent Save/Load (#662)
* wip

* latent dir

* fix

* fix

* now working

* mark todo

* remove server.py changes to separate PRt

---------

Co-authored-by: Lt.Dr.Data <lt.dr.data@gmail.com>
2023-05-17 23:40:28 -04:00
comfyanonymous
4088e61aa6 Update litegraph from upstream. 2023-05-16 15:35:07 -04:00
comfyanonymous
6a12094345 Merge branch 'patch/touch' of https://github.com/ltdrdata/ComfyUI 2023-05-16 11:55:20 -04:00
comfyanonymous
11e7168d56 Remove print. 2023-05-16 11:55:16 -04:00
ltdrdata
7ada9e7d85 allows touch drag 2023-05-16 22:55:00 +09:00
comfyanonymous
13d94caf49 Add control_after_generate to combo primitive. 2023-05-16 03:18:11 -04:00
comfyanonymous
5f7968f1fa Print the endpoint ip for localtunnel in the colab notebook. 2023-05-16 01:12:44 -04:00
comfyanonymous
2ec6d1c6e3 Don't import custom nodes when the folder ends with .disabled 2023-05-15 03:31:03 -04:00