Skip to content

1.0.8

Compare
Choose a tag to compare
@PINTO0309 PINTO0309 released this 06 Sep 02:01
· 15 commits to main since this release
  1. 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 with re.sub
  2. Added process to clean up OUTPUT prefixes as much as possible
    image