some error in krita ai plugin #2445
Closed
Goat-ish77
started this conversation in
General
Replies: 1 comment
-
|
this was fixed by downgrading the plugin to 1.48.0 read the discussuions here for more context - #2443 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m facing an issue with the Krita AI Diffusion plugin after a recent update.
Initially, I was using the server-side GPU option without problems. After updating the plugin (around 1–2 days ago), I started getting this error:
Traceback (most recent call last):
File "...ai_diffusion\ui\diffusion.py", line 325, in update_content
self._live.model = model
File "...ai_diffusion\ui\live.py", line 252, in model
bind(model, "seed", self.seed_input, "value"),
File "...ai_diffusion\properties.py", line 108, in bind
widget_setter(getattr(model, model_property))
OverflowError: argument 1 overflowed: value must be in the range -2147483648 to 2147483647
Observed behavior:
Seed values appear to be extremely large (likely 64-bit)
UI becomes unresponsive (seed field doesn’t apply changes)
Sometimes seed resets to 0 automatically
Plugin partially loads but doesn’t function properly
What I’ve tried:
Switching from server GPU to local ComfyUI → same issue
Downgrading plugin version → issue persists
Reinstalling plugin completely → no change
Clearing cache and reinstalling dependencies
Manually editing plugin code to clamp seed values (this caused plugin to fail loading)
Beta Was this translation helpful? Give feedback.
All reactions