disable tensorboard

This commit is contained in:
Vladimir Mandic
2023-01-20 09:28:31 -05:00
parent 3b52c2c5d7
commit 77bb87f3e8
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -63,6 +63,8 @@ Tech that can be integrated as part of the core workflow...
- [KLMC2 animation](https://colab.research.google.com/github/dmarx/notebooks/blob/main/Stable_Diffusion_KLMC2_Animation.ipynb)
- [Disco diffusion](https://colab.research.google.com/github/alembics/disco-diffusion/blob/main/Disco_Diffusion.ipynb)
- [Video killed the radio star](https://colab.research.google.com/github/dmarx/video-killed-the-radio-star/blob/main/Video_Killed_The_Radio_Star_Defusion.ipynb)
- [Seed travel](https://github.com/yownas/seed_travel)
- [Google frame interpolation](https://github.com/google-research/frame-interpolation)
## Experimental
@@ -70,6 +72,5 @@ Cool stuff that is not integrated anywhere...
- [TensorRT](https://www.photoroom.com/tech/stable-diffusion-25-percent-faster-and-save-seconds/)
- Bunch of stuff:<https://pharmapsychotic.com/tools.html>
- [Google frame interpolation](https://github.com/google-research/frame-interpolation)
- Prevalent colors to interrogate
- Auto-Sort inputs by face recognition
+1 -1
View File
@@ -57,7 +57,7 @@
"training_image_repeats_per_epoch": 1,
"training_write_csv_every": 1.0,
"training_xattention_optimizations": false,
"training_enable_tensorboard": false,
"training_enable_tensorboard": true,
"training_tensorboard_save_images": false,
"training_tensorboard_flush_every": 120,
"sd_model_checkpoint": "sd-v15-runwayml.ckpt [cc6cb27103]",