default preview format changed: jpeg -> webp

This commit is contained in:
Dr.Lt.Data 2023-06-04 19:24:25 +09:00
parent 4b6ff1541a
commit ea7f84b78d

View File

@ -54,7 +54,7 @@ export class ComfyApp {
* file format for preview
* @type {string}
*/
this.preview_format = "jpeg";
this.preview_format = "webp";
}
static isImageNode(node) {