strangerzonehf/Flux-Ultimate-LoRA-Collection
Text-to-Image
•
Updated
•
23k
•
•
61
Building a bridge to AGI
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