mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-14 07:22:36 +08:00
Merge branch 'feature/clipspace' into feature/maskpainting
This commit is contained in:
commit
d0952e84fe
@ -149,7 +149,12 @@ export class ComfyApp {
|
|||||||
|
|
||||||
let img = new Image();
|
let img = new Image();
|
||||||
img.src = this.imgs[0].src;
|
img.src = this.imgs[0].src;
|
||||||
ComfyApp.clipspace = { 'widgets': widgets, 'imgs': [img], 'images': this.images };
|
ComfyApp.clipspace = {
|
||||||
|
'widgets': widgets,
|
||||||
|
'imgs': [img],
|
||||||
|
'original_imgs': [img],
|
||||||
|
'images': this.images
|
||||||
|
};
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user