├── LICENSE ├── README.md ├── fix-torch-compile.bat ├── generator.py ├── hf_login.bat ├── models.py ├── models ├── config.json └── place model here ├── requirements.txt ├── sounds ├── man.mp3 └── woman.mp3 ├── verbose-win-setup.bat ├── watermarking.py ├── win-gradio.py ├── wsl-gradio.py └── wsl-setup.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/README.md -------------------------------------------------------------------------------- /fix-torch-compile.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/fix-torch-compile.bat -------------------------------------------------------------------------------- /generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/generator.py -------------------------------------------------------------------------------- /hf_login.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/hf_login.bat -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/models.py -------------------------------------------------------------------------------- /models/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/models/config.json -------------------------------------------------------------------------------- /models/place model here: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/requirements.txt -------------------------------------------------------------------------------- /sounds/man.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/sounds/man.mp3 -------------------------------------------------------------------------------- /sounds/woman.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/sounds/woman.mp3 -------------------------------------------------------------------------------- /verbose-win-setup.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/verbose-win-setup.bat -------------------------------------------------------------------------------- /watermarking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/watermarking.py -------------------------------------------------------------------------------- /win-gradio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/win-gradio.py -------------------------------------------------------------------------------- /wsl-gradio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/wsl-gradio.py -------------------------------------------------------------------------------- /wsl-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saganaki22/CSM-WebUI/HEAD/wsl-setup.sh --------------------------------------------------------------------------------