mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
disable tensorboard
This commit is contained in:
@@ -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
@@ -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]",
|
||||
|
||||
Reference in New Issue
Block a user