feat(web): add ComfyUIDeployExternalImage display
This commit is contained in:
parent
c77d201e88
commit
7a60c357d8
@ -203,6 +203,7 @@ export function CreateDeploymentButton({
|
|||||||
|
|
||||||
const customInputNodes: Record<string, string> = {
|
const customInputNodes: Record<string, string> = {
|
||||||
ComfyUIDeployExternalText: "string",
|
ComfyUIDeployExternalText: "string",
|
||||||
|
ComfyUIDeployExternalImage: "string - image url",
|
||||||
};
|
};
|
||||||
|
|
||||||
export function VersionDetails({
|
export function VersionDetails({
|
||||||
@ -232,7 +233,8 @@ export function VersionDetails({
|
|||||||
const defaultValue = value.inputs.default_value;
|
const defaultValue = value.inputs.default_value;
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Badge>{input_id}</Badge> {nodeType} {defaultValue}
|
<Badge variant="secondary">{input_id}</Badge> {nodeType}{" "}
|
||||||
|
{defaultValue}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user