KO
|
EN
gitlite — search
Search
#javascript
#react
#ios
#game
#python
#android
#redux
#linux-kernel
#css
#scala
#php
#swift
TIPO-Agent
★ 31
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
XosTestnet-BOT
:
Vonssy Part 2?
m5din-makita-xgt
:
Lockout flag reset tool for makita XGT
slax-reader-web
:
No description available.
qualtrics-mcp-server
:
No description available.
spyder
:
An advanced networking tool for penetration testing... A place where floats and integers always win.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
TIPO-Agent
?
Download (.md)
# TIPO-Agent: T2I Agent system for conversational Image Generation  ***WIP*** ***This is not AR/In-context MLLM img gen, it is LLM + T2I system for conversational image generation.*** ### Basic Usage 1. clone this repo and install the requirements * Remember to install latest llama-cpp-python, you may need to build it from source. * Remember to install latest KGen, you may need to install it from source. 2. download desired LLM model(in gguf format) to models/ folder * Mistral-small-3.1 is recommended, haven't tested with other models yet. 3. setup `config.py` with your prefered model and other settings 4. run `python app.py` to start the server