-
-
Notifications
You must be signed in to change notification settings - Fork 39
Description
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')
###############################################################
