Post
1106
QwQ Edge Gets a Small Update..! ๐ฌ
try now: prithivMLmods/QwQ-Edge
๐Now, you can use the following commands for different tasks:
๐ผ๏ธ @image 'prompt...' โ Generates an image
๐@tts1 'prompt...' โ Generates speech in a female voice
๐ @tts2 'prompt...' โ Generates speech in a male voice
๐ ฐ๏ธ@text 'prompt...' โ Enables textual conversation (If not specified, text-to-text generation is the default mode)
๐ฌMultimodality Support : prithivMLmods/Qwen2-VL-OCR-2B-Instruct
๐ฌFor text generation, the FastThink-0.5B model ensures quick and efficient responses, prithivMLmods/FastThink-0.5B-Tiny
๐ฌImage Generation: sdxl lightning model, SG161222/RealVisXL_V4.0_Lightning
Github: https://github.com/PRITHIVSAKTHIUR/QwQ-Edge
try now: prithivMLmods/QwQ-Edge
๐Now, you can use the following commands for different tasks:
๐ผ๏ธ @image 'prompt...' โ Generates an image
๐@tts1 'prompt...' โ Generates speech in a female voice
๐ @tts2 'prompt...' โ Generates speech in a male voice
๐ ฐ๏ธ@text 'prompt...' โ Enables textual conversation (If not specified, text-to-text generation is the default mode)
๐ฌMultimodality Support : prithivMLmods/Qwen2-VL-OCR-2B-Instruct
๐ฌFor text generation, the FastThink-0.5B model ensures quick and efficient responses, prithivMLmods/FastThink-0.5B-Tiny
๐ฌImage Generation: sdxl lightning model, SG161222/RealVisXL_V4.0_Lightning
Github: https://github.com/PRITHIVSAKTHIUR/QwQ-Edge
graph TD
A[User Interface] --> B[Chat Logic]
B --> C{Command Type}
C -->|Text| D[FastThink-0.5B]
C -->|Image| E[Qwen2-VL-OCR-2B]
C -->|@image| F[Stable Diffusion XL]
C -->|@tts| G[Edge TTS]
D --> H[Response]
E --> H
F --> H
G --> H