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

bug #1334

Open
T8mars opened this issue Oct 28, 2024 · 0 comments
Open

bug #1334

T8mars opened this issue Oct 28, 2024 · 0 comments

Comments

@T8mars
Copy link

T8mars commented Oct 28, 2024

use node mode :
image
RuntimeError
Python 3.10.7: C:\Program Files\Krita (x64)\bin\krita.exe
Mon Oct 28 21:24:12 2024

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

C:\Users\Administrator\AppData\Roaming\krita\pykrita\ai_diffusion\ui\custom_workflow.py in _update_current_workflow(self=<ai_diffusion.ui.custom_workflow.CustomWorkflowWidget object>)
709 )
710
711 self._params_widget.deleteLater()
712 self._params_widget = WorkflowParamsWidget(self.model.custom.metadata, self)
713 self._params_widget.value = self.model.custom.params
self = <ai_diffusion.ui.custom_workflow.CustomWorkflowWidget object>
self._params_widget = <ai_diffusion.ui.custom_workflow.WorkflowParamsWidget object>
self._params_widget.deleteLater =
RuntimeError: wrapped C/C++ object of type WorkflowParamsWidget has been deleted
cause = None
class = <class 'RuntimeError'>
context = None
delattr = <method-wrapper 'delattr' of RuntimeError object>
dict = {}
dir =
doc = 'Unspecified run-time error.'
eq = <method-wrapper 'eq' of RuntimeError object>
format =
ge = <method-wrapper 'ge' of RuntimeError object>
getattribute = <method-wrapper 'getattribute' of RuntimeError object>
gt = <method-wrapper 'gt' of RuntimeError object>
hash = <method-wrapper 'hash' of RuntimeError object>
init = <method-wrapper 'init' of RuntimeError object>
init_subclass =
le = <method-wrapper 'le' of RuntimeError object>
lt = <method-wrapper 'lt' of RuntimeError object>
ne = <method-wrapper 'ne' of RuntimeError object>
new =
reduce =
reduce_ex =
repr = <method-wrapper 'repr' of RuntimeError object>
setattr = <method-wrapper 'setattr' of RuntimeError object>
setstate =
sizeof =
str = <method-wrapper 'str' of RuntimeError object>
subclasshook =
suppress_context = False
traceback =
args = ('wrapped C/C++ object of type WorkflowParamsWidget has been deleted',)
with_traceback =

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Roaming\krita\pykrita\ai_diffusion\ui\custom_workflow.py", line 711, in _update_current_workflow
self._params_widget.deleteLater()
RuntimeError: wrapped C/C++ object of type WorkflowParamsWidget has been deleted

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