mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
move comment
This commit is contained in:
parent
1190d1e758
commit
72a3aef0c2
@ -52,11 +52,17 @@ export class ComfyApp {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* file format for preview
|
* file format for preview
|
||||||
|
*
|
||||||
|
* L?;format;quality
|
||||||
|
*
|
||||||
|
* ex)
|
||||||
|
* L;webp;50 -> grayscale, webp, quality 50
|
||||||
|
* jpeg;80 -> rgb, jpeg, quality 80
|
||||||
|
* png -> rgb, png, default quality(=90)
|
||||||
|
*
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
this.preview_format = "webp"; // L;webp;50 -> grayscale, webp, quality 50
|
this.preview_format = "webp";
|
||||||
// jpeg;80 -> rgb, jpeg, quality 80
|
|
||||||
// png -> rgb, png, default quality(=90)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static isImageNode(node) {
|
static isImageNode(node) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user