├── README.md └── workflows ├── audio └── f5_tts.json ├── img ├── florence2_img_captioning.json └── flux_dev.json ├── llm └── generate_script_using_llm.json └── video ├── latentsync_with_frame_interpolation.json ├── upscale_and_frame_interpolation.json ├── wan_video_with_frame_interpolation.json └── wan_video_with_upscale_and_frame_interpolation.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lewis-Stuart-11/MikeBot/HEAD/README.md -------------------------------------------------------------------------------- /workflows/audio/f5_tts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lewis-Stuart-11/MikeBot/HEAD/workflows/audio/f5_tts.json -------------------------------------------------------------------------------- /workflows/img/florence2_img_captioning.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lewis-Stuart-11/MikeBot/HEAD/workflows/img/florence2_img_captioning.json -------------------------------------------------------------------------------- /workflows/img/flux_dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lewis-Stuart-11/MikeBot/HEAD/workflows/img/flux_dev.json -------------------------------------------------------------------------------- /workflows/llm/generate_script_using_llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lewis-Stuart-11/MikeBot/HEAD/workflows/llm/generate_script_using_llm.json -------------------------------------------------------------------------------- /workflows/video/latentsync_with_frame_interpolation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lewis-Stuart-11/MikeBot/HEAD/workflows/video/latentsync_with_frame_interpolation.json -------------------------------------------------------------------------------- /workflows/video/upscale_and_frame_interpolation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lewis-Stuart-11/MikeBot/HEAD/workflows/video/upscale_and_frame_interpolation.json -------------------------------------------------------------------------------- /workflows/video/wan_video_with_frame_interpolation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lewis-Stuart-11/MikeBot/HEAD/workflows/video/wan_video_with_frame_interpolation.json -------------------------------------------------------------------------------- /workflows/video/wan_video_with_upscale_and_frame_interpolation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lewis-Stuart-11/MikeBot/HEAD/workflows/video/wan_video_with_upscale_and_frame_interpolation.json --------------------------------------------------------------------------------