Home Artists Posts Import Register

Downloads

Content

I have been wanting to make UI for this operator and build out more features with the image models to allow for better template building and conversation sharing. This one has a ton of new tricks I've found for UI and tool building. Available for dotexplorer tier for now! Interested to see what/how you build + experiment + use the operator for ! πŸ”₯

More info / features:
Multi-API Support ! 🀹
- over 120 models available in total !
- openrouter.ai, OpenAI, Groq, and LM Studio (lm studio for local inference)
- Easy API server selection, API key entry, and model choice
- "Find API Key" button for quick access to API service websites
- Stores api keys via local file within Pythonvenv folder

New fancy TD UI ! πŸŽ›οΈ

Stream toggle πŸŽ‰
- Enables per token response streaming, allowing the message to come back in chunks, instead of the entire message when finished.
- 'Interrupt Stream' toggle stops stream early

Multimodal Image Integration πŸ–ΌοΈπŸ‘€
- Include images in the conversation, supporting multiple per message
- Drag and drop images onto the operator or specify TOP reference
- 'Include Chat Images' toggle allows for all images in conversation to be included (or not).
- ( Vision models only. Will get error back if model doesn't accept or may ignore.

Automatic Conversation Management πŸ“‚
- Saves in json within folder structure
- Create, save, and load conversations using dropdown menu

Other features:- Parameter UI reorganized / cleaned 🧹
- 'Stop Phrases', 'Seed', 'Frequency Penalty', 'Presence Penalty' in Settings 2 page.
- Callbacks - onGenerate, onDone, and onError 🀳
- Easy Python environment setup (must have python 3.11 installed) 🐍
- Monitors token count and cost (estimated / only for non streaming responses)
- Extension class for extended control / functionality πŸ”¬

plus more !

Comments

Christian Mu

This is huge, really gotta wrap my mind around a way to utilize this. Thanks for everything you're doing for the community.

君 千澄

Please, after I clicked "start stream", a terminal window popped up reporting the error "Traceback (most recent call last): File "D:\AIGC\TDAIGC\streamdiffusionTD\main_ndi.py", line 26, in Importing receive_images from utils.viewer ModuleNotFoundError: No module named 'utils'" how to solve?

Ucodia

Fantastic work as always! Would it be compatible with Ollama API?