Skip to content

ComfyScript unexpected behaviour with Fooocus Text #59

@cihangoksu

Description

@cihangoksu

Hi all,

I've been trying to use the following workflow with comfyscript but somehow generated script fails to run:
workflow:
https://openart.ai/workflows/datou/fooocus-text/sl9YxQ1umL1N9aRHtldI

Even the following simple script follows cannot run successfully, and fails at FooocusStyles.
######################SCRIPT FAILING ###################################
from comfy_script.runtime import *
load()
from comfy_script.runtime.nodes import *
with Workflow():
#_ = FooocusNegative('')
positive = FooocusPositive('a frozen brain is on fire, "LABEL"')
pipe = FooocusLoader('dreamshaperXL_lightningDPMSDE.safetensors', 'None', 0.5, 'joint', positive, '', '1024 x 1024', 1024, 1024, 1, None)
fooocus_styles = FooocusStyles('fooocus_styles')
###############################################################

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpendingPending ComfyUI or custom node changesruntimetranspiler

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions