mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-09 13:50:49 +08:00
default preview format changed: jpeg -> webp
This commit is contained in:
parent
4b6ff1541a
commit
ea7f84b78d
@ -54,7 +54,7 @@ export class ComfyApp {
|
||||
* file format for preview
|
||||
* @type {string}
|
||||
*/
|
||||
this.preview_format = "jpeg";
|
||||
this.preview_format = "webp";
|
||||
}
|
||||
|
||||
static isImageNode(node) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user