You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh that's really weird, thanks for reporting. There's a lot of weirdness with iterator sizing that I'd like to fix at some point, so hopefully I'll get to this soon.
I think I found the origin of the bug, I create model B from model A
Then into the file it has the same UUID 82f8365a-bd35-4ed8-8798-de20465330a8
Using different models created at different moment I don't have the previous issue.
Probably the variables linked to 82f8365a-bd35-4ed8-8798-de20465330a8 node are kept into memory.
Modifying all occurences of 82f8365a-bd35-4ed8-8798-de20465330a8 with 92f8365a-bd35-4ed8-8798-de20465330a8 with a text editor into model B by hand fixed the issue.
Oh that's really weird, thanks for reporting. There's a lot of weirdness with iterator sizing that I'd like to fix at some point, so hopefully I'll get to this soon.
Your are welcome, with the last information I just gave you i think you could fix many weird issues not only this one. Cleaning all nodes into memory before loading the new chain.
Information:
Description
Using two Chains having a Model File Iterator node
If I close ChaiNNer and load chain A it looks like this

If I close ChaiNNer and load chain B it looks like this

If I close ChaiNNer and load chain A then next chain B, size of model file iterator node is messed up (keeping A size)

If I close ChaiNNer and load chain B then next chain A, size of model file iterator node is messed up (keeping B size)

Probably some variable not cleaned correctly.
The two models (rename .chn.txt to .chn)
A.chn.txt
B.chn.txt
The text was updated successfully, but these errors were encountered: