Releases: SudoMagicCode/td-gemini-toolkit
Releases · SudoMagicCode/td-gemini-toolkit
v0.2.42
🎉 Welcome to the TouchDesigner Gemini Toolkit. 🎉
This projects is focused on creating easy working patterns for creatives that are looking to incorporate the Gemini API into their TouchDesigner projects.
Here you'll find a complete set of each individual tox file from the toolkit, along with a single .zip file that contains all of the components in a single package. You can get started by either downloading each file individually, or just downloading the package.zip file from the bottom of the list. Note that you may need to click the Show all assets link at the bottom of the release to find the zip file.
Here you'll find the following
| tox | description |
|---|---|
| api_key_manager | used for managing your api keys in a single place for your project |
| txt_input | a prompt editing utility component |
| audio_to_txt | used for generating audio from text prompts |
| txt_to_audio | used for transcribing or describing audio as text. |
| txt_to_speech | used for generating speech audio from text |
| img_to_img | used for creating images from image and text prompts |
| img_to_txt | used for creating images from text prompts |
| txt_to_txt | used for working with text to text workflows |
| txt_to_chat | a chat style interaction tool for Gemini |
| txt_to_img | used from generating images from text |
| txt_to_vid | used for generating video from text |
| img_to_vid | used for generating videos from text and images. |
Find all the detailed documentation here
Bug Fixes
- Resolves issue where API Endpoints were not being cleared from all components
v0.2.34
| tox | description |
|---|---|
| api_key_manager | used for managing your api keys in a single place for your project |
| txt_input | a prompt editing utility component |
| audio_to_txt | used for generating audio from text prompts |
| txt_to_audio | used for transcribing or describing audio as text. |
| txt_to_speech | used for generating speech audio from text |
| img_to_img | used for creating images from image and text prompts |
| img_to_txt | used for creating images from text prompts |
| txt_to_txt | used for working with text to text workflows |
| txt_to_chat | a chat style interaction tool for Gemini |
| txt_to_img | used from generating images from text |
| txt_to_vid | used for generating video from text |
| img_to_vid | used for generating videos from text and images. |
Find all the detailed documentation here
Bug Fixes
- Ensures
Forcegeneratecan be called even when a previous request has been canceled.
v0.2.25
Gemini Components created
| tox | description |
|---|---|
| api_key_manager | used for managing your api keys in a single place for your project |
| txt_input | a prompt editing utility component |
| audio_to_txt | used for generating audio from text prompts |
| txt_to_audio | used for transcribing or describing audio as text. |
| txt_to_speech | used for generating speech audio from text |
| img_to_img | used for creating images from image and text prompts |
| img_to_txt | used for creating images from text prompts |
| txt_to_txt | used for working with text to text workflows |
| txt_to_chat | a chat style interaction tool for Gemini |
| txt_to_img | used from generating images from text |
| txt_to_vid | used for generating video from text |
| img_to_vid | used for generating videos from text and images. |
Find all the detailed documentation here