Dr.Lt.Data
|
0e6fc36cd9
|
Merge branch 'comfyanonymous:master' into feature/preview-latent
|
2023-05-26 09:59:46 +09:00 |
|
Dr.Lt.Data
|
5538e45afd
|
Merge branch 'comfyanonymous:master' into feature/preview-latent
|
2023-05-26 07:45:17 +09:00 |
|
comfyanonymous
|
eb4bd7711a
|
Remove einops.
|
2023-05-25 18:42:56 -04:00 |
|
comfyanonymous
|
87ab25fac7
|
Do operations in same order as the one it replaces.
|
2023-05-25 18:31:27 -04:00 |
|
comfyanonymous
|
2b1fac9708
|
Merge branch 'master' of https://github.com/BlenderNeko/ComfyUI
|
2023-05-25 14:44:16 -04:00 |
|
comfyanonymous
|
e1278fa925
|
Support old pytorch versions that don't have weights_only.
|
2023-05-25 13:30:59 -04:00 |
|
BlenderNeko
|
8b4b0c3188
|
vecorized bislerp
|
2023-05-25 19:23:47 +02:00 |
|
Dr.Lt.Data
|
46ce21f1fe
|
Merge branch 'comfyanonymous:master' into feature/preview-latent
|
2023-05-25 11:41:42 +09:00 |
|
comfyanonymous
|
9b1396e93a
|
Fix issue importing other ui prompts.
|
2023-05-24 14:01:11 -04:00 |
|
Dr.Lt.Data
|
3c31c49895
|
Merge branch 'comfyanonymous:master' into feature/preview-latent
|
2023-05-24 13:53:24 +09:00 |
|
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 |
|