Skip to content

fix(inference): correct output path in VAE encode success message#813

Open
IMaloney wants to merge 4 commits intozai-org:mainfrom
IMaloney:fix/vae-encode-output-path
Open

fix(inference): correct output path in VAE encode success message#813
IMaloney wants to merge 4 commits intozai-org:mainfrom
IMaloney:fix/vae-encode-output-path

Conversation

@IMaloney
Copy link
Copy Markdown

@IMaloney IMaloney commented Feb 19, 2026

success message used tensor variable instead of output path, showed "tensor(...)/encoded.pt"

changed to use args.output_path for correct directory in message

tested with VAE encode, verified correct output message

Test User added 4 commits February 19, 2026 02:45
The print statement incorrectly used the encoded_output tensor variable
instead of args.output_path when displaying the save location.

Changed: {encoded_output}/encoded.pt → {args.output_path}/encoded.pt
- Literature review of TIC-FT, HuggingFace, Finetrainers, and official CogVideo
- Training recommendations for 3K powerslap dataset
- Hyperparameter analysis from research papers
- Three proposed training strategies (conservative, aggressive, TIC-FT)
- Caption quality recommendations
- Expected outcomes and timeline
- Common pitfalls from literature
@IMaloney IMaloney marked this pull request as draft February 20, 2026 06:29
@IMaloney IMaloney marked this pull request as ready for review February 20, 2026 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant