diff --git a/TODO.md b/TODO.md index c71b05a2a..119142543 100644 --- a/TODO.md +++ b/TODO.md @@ -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: -- [Google frame interpolation](https://github.com/google-research/frame-interpolation) - Prevalent colors to interrogate - Auto-Sort inputs by face recognition diff --git a/config.json b/config.json index 7b61d5b90..6d467bd88 100644 --- a/config.json +++ b/config.json @@ -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]",