* docs: Add documentation for allowed_paths
This change adds documentation for the `allowed_paths` config option to the `README.md` file.
* docs: Add server section to config example
This change adds the `[server]` section to the `config example.toml` file, including the `allowed_paths` option.
---------
Co-authored-by: bmaltais <bernard@ducourier.com>
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
- Added and updated comments for better understanding of parameters.
- Improved formatting and alignment for readability.
- Corrected misleading comments regarding `cpu_offload_checkpointing` and the purpose of the final `[dataset_preparation]` section.
- Ensured all key names and TOML structure used by the GUI remain unchanged.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
* Aligned config.toml with gradio elements
* Align Gradio UI elements with config.toml
Ensured that all relevant Gradio UI elements in Dreambooth, Finetune,
LoRA, and Textual Inversion GUIs, along with their supporting classes,
load their default values from `config.toml`.
- Added missing keys to `config example.toml` for newly configurable elements.
- Modified Python files to use `config.get()` for these elements,
preserving original default behaviors if keys are not in `config.toml`.
- Corrected minor inconsistencies in existing `config.get()` usage.
* Update alignment
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
* Changed logger checkbox to dropdown, renamed use_wandb -> log_with
* fixed presets and example config to use log_with instead of use_wandb
---------
Co-authored-by: bmaltais <bernard@ducourier.com>