mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-09 13:50:49 +08:00
move comment
This commit is contained in:
parent
1190d1e758
commit
72a3aef0c2
@ -52,11 +52,17 @@ export class ComfyApp {
|
||||
|
||||
/**
|
||||
* 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}
|
||||
*/
|
||||
this.preview_format = "webp"; // L;webp;50 -> grayscale, webp, quality 50
|
||||
// jpeg;80 -> rgb, jpeg, quality 80
|
||||
// png -> rgb, png, default quality(=90)
|
||||
this.preview_format = "webp";
|
||||
}
|
||||
|
||||
static isImageNode(node) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user