Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request]Save model name with step number for each epoch when training TI #207

Closed
butaixianran opened this issue Feb 19, 2023 · 0 comments
Closed

Comments

@butaixianran
Copy link

So, when using TI training, it automatically saves TI as .safetensors file for each epoch like following:

nam_000001.safetensors
nam_000002.safetensors
nam_000003.safetensors
.....
nam_000200.safetensors
....

It is very hard to know a saved result is traied with how many steps. I have to check the long console log for that. Then rename those files one by one.

Can we just use the step number here, not a counting number?

Cauldrath pushed a commit to Cauldrath/kohya_ss that referenced this issue Apr 5, 2023
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

No branches or pull requests

2 participants