kohya_ss/kohya_gui
陳鈞 074de82dc5
chore(docker): Configure TensorBoard port through .env file (#2397)
* chore(docker): Configure TensorBoard port through .env file

- Added a new `.env` file to specify the TensorBoard port
- Updated the `docker-compose.yaml` file to import the TensorBoard port from the `.env` file
- Adjusted the tensorboard service in `docker-compose.yaml` to make the port configurable via an environment variable
- Added a comment in `docker-compose.yaml` to encourage changing the port in the `.env` file instead of the docker-compose file itself

* fix: the `Open tensorboard` button is not working in headless environment

Use the gradio builtin feature instead.

- In `class_tensorboard.py`, the "Open tensorboard" button now directly links to the tensorboard URL instead of calling the `open_tensorboard_url` function when clicked.
2024-04-26 19:43:37 -04:00
..
__init__.py move gui related files to kohya_gui/ 2024-02-27 21:54:38 +09:00
basic_caption_gui.py Update utility paths and print toml file when clicking the Print training command button 2024-04-17 19:54:56 -04:00
blip2_caption_gui.py update file read and write to utf-8 2024-04-19 10:50:43 -04:00
blip_caption_gui.py Update utility paths and print toml file when clicking the Print training command button 2024-04-17 19:54:56 -04:00
class_accelerate_launch.py Add support for accelerate dynamo parameters 2024-04-15 10:31:05 -04:00
class_advanced_training.py Changed logger checkbox to dropdown, renamed use_wandb -> log_with (#2352) 2024-04-19 13:14:15 -04:00
class_basic_training.py Fix wrong default for max_train_steps and max_train_epoch 2024-04-19 13:04:02 -04:00
class_command_executor.py Make Start/Stop buttons visible in headless (#2356) 2024-04-20 14:27:19 -04:00
class_configuration_file.py Adding support for more config.toml values 2024-04-03 22:19:57 -04:00
class_folders.py Adding support for more config.toml values 2024-04-03 22:19:57 -04:00
class_gui_config.py update file read and write to utf-8 2024-04-19 10:50:43 -04:00
class_huggingface.py Add huggingface parms to config file 2024-04-14 22:03:36 -04:00
class_lora_tab.py Convert gradio_resize_lora_tab to shell false 2024-04-21 08:42:52 -04:00
class_metadata.py Add support for metadata parameters (#2295) 2024-04-15 13:26:39 -04:00
class_sample_images.py update file read and write to utf-8 2024-04-19 10:50:43 -04:00
class_sdxl_parameters.py Add remaining values to config.toml 2024-04-04 19:03:34 -04:00
class_source_model.py Use correct file extensions when browsing for model file 2024-04-17 22:17:02 -05:00
class_tensorboard.py chore(docker): Configure TensorBoard port through .env file (#2397) 2024-04-26 19:43:37 -04:00
common_gui.py Set `max_train_steps` to 0 if not specified in older `.json` config files 2024-04-26 07:11:07 -04:00
convert_lcm_gui.py Update utility paths and print toml file when clicking the Print training command button 2024-04-17 19:54:56 -04:00
convert_model_gui.py Improve PYTHON variable 2024-04-17 20:09:06 -04:00
custom_logging.py Format with black 2024-04-03 18:32:25 -04:00
dataset_balancing_gui.py Format with black 2024-04-03 18:32:25 -04:00
dreambooth_folder_creation_gui.py Fix tkinter issue for headless 2024-04-15 14:07:08 -04:00
dreambooth_gui.py Fix [24.0.6] Train toml config seed type error #2370 2024-04-25 13:10:55 -04:00
extract_lora_from_dylora_gui.py Improve PYTHON variable 2024-04-17 20:09:06 -04:00
extract_lora_gui.py Improve PYTHON variable 2024-04-17 20:09:06 -04:00
extract_lycoris_locon_gui.py Improve PYTHON variable 2024-04-17 20:09:06 -04:00
finetune_gui.py Fix [24.0.6] Train toml config seed type error #2370 2024-04-25 13:10:55 -04:00
git_caption_gui.py Improve PYTHON variable 2024-04-17 20:09:06 -04:00
group_images_gui.py Improve PYTHON variable 2024-04-17 20:09:06 -04:00
localization.py update file read and write to utf-8 2024-04-19 10:50:43 -04:00
localization_ext.py update file read and write to utf-8 2024-04-19 10:50:43 -04:00
lora_gui.py Fix [24.0.6] Train toml config seed type error #2370 2024-04-25 13:10:55 -04:00
manual_caption_gui.py update file read and write to utf-8 2024-04-19 10:50:43 -04:00
merge_lora_gui.py update file read and write to utf-8 2024-04-19 10:50:43 -04:00
merge_lycoris_gui.py Improve PYTHON variable 2024-04-17 20:09:06 -04:00
resize_lora_gui.py Convert gradio_resize_lora_tab to shell false 2024-04-21 08:42:52 -04:00
svd_merge_lora_gui.py Improve PYTHON variable 2024-04-17 20:09:06 -04:00
textual_inversion_gui.py Fix [24.0.6] Train toml config seed type error #2370 2024-04-25 13:10:55 -04:00
utilities.py Improve process execution under Linux (and windows) (#2301) 2024-04-16 07:53:44 -04:00
verify_lora_gui.py Fix issue with verify lora tool 2024-04-21 08:29:00 -04:00
wd14_caption_gui.py 2346 wd14 captioning issue with undesired tags nor tag replacement (#2350) 2024-04-19 10:31:06 -04:00