Commit Graph

25 Commits (5536d3b6d33fd8712b3b73318c56a23e6e2cd3b2)

Author SHA1 Message Date
google-labs-jules[bot] 60d99eceff
Pull request for issue #3209 (#3342)
* 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>
2025-07-13 09:42:36 -04:00
bmaltais 466e0a35cf Update expand_all_accordions to false 2025-06-24 22:27:47 -04:00
bmaltais 26a79fe7d4 Improve config.toml example 2025-06-24 22:08:35 -04:00
bmaltais cd510b812d
Improve clarity and formatting of config example.toml (#3314)
- 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>
2025-06-24 22:00:56 -04:00
bmaltais 7d136b020c
Update config toml (#3312)
* 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>
2025-06-24 21:50:07 -04:00
bmaltais 172a727726 Expand all accordions option 2025-06-24 20:37:32 -04:00
bmaltais 86fbd8c370 Update gui-uv.bat and fix typos 2025-01-17 08:38:10 -05:00
bmaltais 848f4d45a8 Add support for custom learning rate scheduler type to the GUI 2024-05-25 08:21:25 -04:00
bmaltais 0b32f9cf05 Implement support for disable_mmap_load_safetensors 2024-05-12 20:09:00 -04:00
bmaltais 0d999a354a Implement Fused backward pass and fused optimiser groups 2024-05-12 19:55:05 -04:00
Maatra bcd20a04fd
Fixing configs/ presets to show use_wandb->log_with (#2355)
* 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>
2024-04-20 14:29:33 -04:00
bmaltais e6a8dec98d
Implement use_shell as parameter (#2297) 2024-04-15 20:26:09 -04:00
bmaltais a22d4622cd
Add support for metadata parameters (#2295) 2024-04-15 13:26:39 -04:00
bmaltais a8320e3f2c Add support for accelerate dynamo parameters 2024-04-15 10:31:05 -04:00
bmaltais eec6f9baf4 Convert str numbers to proper int or float 2024-04-15 08:02:39 -04:00
bmaltais 5316db3fa7 Add huggingface parms to config file 2024-04-14 22:03:36 -04:00
bmaltais ff70a1e266 Update README 2024-04-08 07:19:21 -04:00
bmaltais 36e9649b73 Update WD14 2024-04-07 19:45:34 -04:00
bmaltais 572dcd10ab Add Huber loss support 2024-04-07 10:35:07 -04:00
bmaltais e9c53d114a Add remaining values to config.toml 2024-04-04 19:03:34 -04:00
bmaltais 5bd439f3d0 Add basic section to config example.toml 2024-04-03 22:46:44 -04:00
bmaltais 0aa91418b3 Adding support for more config.toml values 2024-04-03 22:19:57 -04:00
bmaltais 17186c2565
Add config.toml defaults for dataset preparation section (#2199) 2024-04-02 18:29:39 -04:00
bmaltais 5878bd6139 Move config for gui to seperate class
Add support for more config paths
2024-03-17 11:08:54 -04:00
bmaltais 6386a720b8 Add support for user managed path config 2024-03-16 20:58:22 -04:00