-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add "use huggingface" option like a WANDB #2283
Comments
Where do you need those options? In the GUI? How are they linked to the wandb issue? I could possibly add an option to allow to provide a toml config file to as-scripts so you could specify options in there? |
From what I can tell the following huggingface related options are:
I could add support for those in the GUI... |
Currently, to use this option, it is necessary to specify the arguments in "Additional parameters".
When adding fields to the GUI, there is a chance that the GUI may become chaotic. |
I see, so adding the GUI elements would require passing them to the sd-scripts and would make them visible… so not the best… perhaps creating a toml out of them and passing it to as-scripts as a toml config file parameter would be best… I will investigate this avenue… |
OK, great news. I have implemented the HuggingFace section to all the training tabs. I also switched most of the sd-scripts parameters to use the sd-scripts configuration toml file... This will ensure parameters are no longer exposed via the CLI. You can test it in the |
Thank you for the wonderful fix. |
It is necessary to solve the issue that was discussed with the kohya_ss/sd-scripts.
We need seven options.
The text was updated successfully, but these errors were encountered: