mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 15:20:51 +08:00
Merge branch 'master' of github.com:hiddenswitch/ComfyUI
This commit is contained in:
commit
a88cb3bef6
@ -447,6 +447,8 @@ class ImageExif(ImageExifBase, CustomNode):
|
||||
return {
|
||||
"required": {
|
||||
"images": ("IMAGE",),
|
||||
},
|
||||
"optional": {
|
||||
**_common_image_metadatas
|
||||
}
|
||||
}
|
||||
@ -462,6 +464,8 @@ class ImageExifUncommon(ImageExifBase, CustomNode):
|
||||
return {
|
||||
"required": {
|
||||
"images": ("IMAGE",),
|
||||
},
|
||||
"optional": {
|
||||
**_common_image_metadatas,
|
||||
"Make": ("STRING", {"default": ""}),
|
||||
"Model": ("STRING", {"default": ""}),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user