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

Button to save configuration is not available when running with --headless on RunPod #1125

Closed
ashleykleynhans opened this issue Jul 6, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@ashleykleynhans
Copy link
Contributor

When running with --headless on RunPod, the option to LOAD the configuration is available, but not the option to SAVE the configuration.

The LOAD configuration button is only useful if you have managed to successfully save your configuration previously, and its a bit tricky to try and create the JSON configuration file by hand if you don't have an example configuration file to copy from.

It would be really useful if users could SAVE their configuration when running with --headless like they are able to do without it.
Don't need to be able to browse to a folder to save it to, just enter the path and filename like you do with LOAD and then click the button to SAVE it.

@bmaltais bmaltais added the bug Something isn't working label Jul 7, 2023
@bmaltais
Copy link
Owner

bmaltais commented Jul 7, 2023

Good point... I whould change that... the save button should be visible

@bmaltais
Copy link
Owner

bmaltais commented Jul 7, 2023

It will be fixed in the next major release... currently in the sdxl branch.

git checkout sdxl to test it out. Be aware that npz files created under sdxl will need to be deleted as they are not backward compatible with the previous release.

@ashleykleynhans
Copy link
Contributor Author

ashleykleynhans commented Jul 7, 2023

Was a bit busy today and didn't get a chance to test earlier, but finally got a chance to test and can confirm that it is working perfectly, thank you so much @bmaltais! You are the most active/responsive developer in any project that I log issues for, thank you!!

@bmaltais
Copy link
Owner

bmaltais commented Jul 8, 2023

Thank you for raising the issue. I will also add a new feature that will save the training config in the destination model folder on train execution. I have lost too many training configs because I just forgot to save them... This will provide a safety net.

@bmaltais
Copy link
Owner

bmaltais commented Jul 8, 2023

New auto save config added to the sdxl branch

@bmaltais bmaltais mentioned this issue Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants