feat: do not convert tensor names by default in convert mode (#1122)

This commit is contained in:
leejet
2025-12-21 18:40:10 +08:00
committed by GitHub
parent 50ff966445
commit ca5b1969a8
4 changed files with 20 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ CLI Options:
--preview-interval <int> interval in denoising steps between consecutive updates of the image preview file (default is 1, meaning updating at
every step)
--canny apply canny preprocessor (edge detection)
--convert-name convert tensor name (for convert mode)
-v, --verbose print extra info
--color colors the logging tags according to level
--taesd-preview-only prevents usage of taesd for decoding the final image. (for use with --preview tae)