mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 14:20: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
|
* file format for preview
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
this.preview_format = "jpeg";
|
this.preview_format = "webp";
|
||||||
}
|
}
|
||||||
|
|
||||||
static isImageNode(node) {
|
static isImageNode(node) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user