Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'SleepInvocation' object has no attribute 'workflow' #1

Open
TheBill2001 opened this issue Dec 22, 2023 · 0 comments
Open

'SleepInvocation' object has no attribute 'workflow' #1

TheBill2001 opened this issue Dec 22, 2023 · 0 comments

Comments

@TheBill2001
Copy link

The Sleep node currently doesn't work with InvokeAI 3.4.0post2.

  File "/stuff/AI/Images/Tools/InvokeAI/.venv/lib/python3.11/site-packages/invokeai/app/services/invocation_processor/invocation_processor_default.py", line 104, in __process
    outputs = invocation.invoke_internal(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/stuff/AI/Images/Tools/InvokeAI/.venv/lib/python3.11/site-packages/invokeai/app/invocations/baseinvocation.py", line 599, in invoke_internal
    return self.invoke(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "/stuff/AI/Images/Tools/InvokeAI/.venv/lib/python3.11/site-packages/invokeai/app/invocations/sleep.py", line 51, in invoke
    workflow=self.workflow,
             ^^^^^^^^^^^^^
  File "/stuff/AI/Images/Tools/InvokeAI/.venv/lib/python3.11/site-packages/pydantic/main.py", line 761, in __getattr__
    raise AttributeError(f'{type(self).__name__!r} object has no attribute {item!r}')
AttributeError: 'SleepInvocation' object has no attribute 'workflow'

[2023-12-22 22:47:58,987]::[InvokeAI]::ERROR --> Error while invoking:
'SleepInvocation' object has no attribute 'workflow'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant