1.0.8
- Fixed a bug that caused INPUT names to be corrupted. There was a problem with the removal of prefixes added during the model merging process.
- before:
main_input
->put
(bug) - after:
main_input
->input
- Stop using
lstrip
and change to forward matching logic withre.sub
- before:
- Added process to clean up OUTPUT prefixes as much as possible