Green-Sky/Ernie-Image-Prompt-Enhancer-Ministral-3B-GGUF
2181
Ernie image PE converted ministral prompt enhancer finetune for llama.cpp.
It contains the correct system prompt.
run it like this: $ llama-cli -m Ernie-Image-Prompt-Enhancer-Ministral-3.8B-Q8_0.gguf -st -p "A photo of a lovely cat"
or their json format: $ llama-cli -m Ernie-Image-Prompt-Enhancer-Ministral-3.8B-Q8_0.gguf -st -p "{\"prompt\": \"A lovely cat.\", \"width\": 1024, \"height\": 1024}"
or with automaticly downloading the model: $ llama-cli -hf Green-Sky/Ernie-Image-Prompt-Enhancer-Ministral-3B-GGUF:Q8_0 -st -p "{\"prompt\": \"A lovely cat.\", \"width\": 1024, \"height\": 1024}"
