ComfyUI Node
FreedomGPT Image Understand
Understand image content using FreedomGPT vision models
FreedomGPT Image Understand
- image
- image1
- image2
- image3
- image4
- history
- text
- history
- payload
◄api_key►
◄model_nameliberty►
◄system_prompt—►
◄prompt—►
◄temperature1.00►
◄top_p1.00►
◄top_k40►
◄max_tokens4096►
◄retry_count1►
◄chat_template<-system->
{{system_instruction}}
<-/system->
<-user->
{{prompt}}
<-/user->►
◄seed-1►
◄proxy_url►
◄timeout0►
◄extra{}►
CategoryYogurtNodes/LLM
Inputs (20)
| Name | Type | Default | Description |
|---|---|---|---|
| api_key | STRING | API key for accessing FreedomGPT API | |
| model_name | STRING | liberty | FreedomGPT vision model name |
| system_prompt | STRING | System-level prompt that affects the overall conversation style | |
| prompt | STRING | Question or instruction about the image | |
| temperature | FLOAT | 1.000–2 | Sampling temperature, higher values produce more random outputs |
| top_p | FLOAT | 1.000–1 | Sampling probability threshold, controls output diversity |
| top_k | INT | 401–100 | Top-K sampling parameter, limits vocabulary to top K tokens |
| max_tokens | INT | 40960–32768 | Maximum number of tokens in the generated text |
| retry_count | INT | 11–10 | Number of retry attempts if the request fails |
| chat_template | STRING | <-system-> {{system_instruction}} <-/system-> <-user-> {{prompt}} <-/user-> | Content template for the generated text |
| seed | INT | -1-1–2147483647 | Random seed for reproducible results, -1 for random |
| proxy_url | STRING | 代理URL,格式: protocol://user:pass@addr:port,支持http,https,socks5,socks5h | |
| timeout | INT | 00–2147483647 | Timeout for the request in seconds, 0 means no timeout |
| imageopt | IMAGE | — | |
| image1opt | IMAGE | — | |
| image2opt | IMAGE | — | |
| image3opt | IMAGE | — | |
| image4opt | IMAGE | — | |
| historyopt | HISTORY | — | |
| extraopt | STRING | {} | Extra parameters for the request, in JSON format |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |
| history | HISTORY | — |
| payload | * | — |