| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-01-13 | 3.5 kB | |
| v0.2.0 - Bug Fix source code.tar.gz | 2025-01-13 | 2.1 MB | |
| v0.2.0 - Bug Fix source code.zip | 2025-01-13 | 2.1 MB | |
| Totals: 3 Items | 4.2 MB | 2 | |
ShortGPT Release v0.2.0
This release marks an overhaul and stabilization of ShortGPT after a period of inactivity. I've addressed core issues, upgraded key components, and made several quality-of-life improvements.
Major Changes:
- Stability Fixes: This release addresses numerous bugs that have accumulated, resulting in a much more stable and reliable experience.
- GPT Model Upgrade: Migrated from OpenAI's
gpt-3.5togpt4-o-mini. This brings improved performance, more accurate content generation, and better overall results. - MoviePy v2: Upgraded from
MoviePy v1tov2. This update brings performance enhancements and better compatibility with modern video formats. - Font Change: Replaced the default font from
RobototoLuckiest Guy, to improve captions. - Coqui TTS Removed: Removed support for Coqui TTS engine as it's barely maintained.
- OpenAI and Eleven Labs Key Names Changed: Changed the keys from
OPENAIandELEVEN LABStoOPENAI_API_KEYandELEVENLABS_API_KEYrespectively.
Other Notable Improvements:
- Code Cleanup: Performed general code cleanup and refactoring for better maintainability and readability.
- Improved Error Handling: More descriptive error messages to help users troubleshoot issues.
- Streamlined Dependencies: Optimized the project's dependencies for an easier installation process.
Detailed Changes:
- Updated
gui/ui_tab_short_automation.py,gui/ui_tab_video_automation.py, andgui/ui_tab_video_translation.pyto reflect the changes in TTS engines, language options, and API key names. - Updated dependencies in
requirements.txtandsetup.py. - Updated documentation to reflect the latest changes.
Upgrade Notes:
- Users upgrading from previous versions should update their API key configurations to use the new names:
OPENAI_API_KEYandELEVENLABS_API_KEY. - Due to the removal of Coqui TTS, users relying on it will need to switch to either ElevenLabs or EdgeTTS.
- Users should be aware of the font change and its impact on the visual style of generated videos.
Contributors:
- @RayVentura
** If you're interested in contributing, we welcome pull requests and issues on our GitHub repository! **
What's Changed
- Update README.md by @RayVentura in https://github.com/RayVentura/ShortGPT/pull/83
- added Dockerfile, README-Docker.md, modf /gui/gui-gradio.py by adding… by @deftio in https://github.com/RayVentura/ShortGPT/pull/98
- Fixes to outdated OpenAI API references by @abirabedinkhan in https://github.com/RayVentura/ShortGPT/pull/119
- [Enhancement]: Add suppport for coqui xtts local text-to-speech by @Paillat-dev in https://github.com/RayVentura/ShortGPT/pull/126
- 🔒 chore(deps): update openai version to 1.10.0 by @Paillat-dev in https://github.com/RayVentura/ShortGPT/pull/128
- Pin
gradio_clientversion by @abidlabs in https://github.com/RayVentura/ShortGPT/pull/129
New Contributors
- @deftio made their first contribution in https://github.com/RayVentura/ShortGPT/pull/98
- @abirabedinkhan made their first contribution in https://github.com/RayVentura/ShortGPT/pull/119
- @Paillat-dev made their first contribution in https://github.com/RayVentura/ShortGPT/pull/126
- @abidlabs made their first contribution in https://github.com/RayVentura/ShortGPT/pull/129
Full Changelog: https://github.com/RayVentura/ShortGPT/compare/v0.1.3...v0.2.0