Transformers
GGUF
English
Not-For-All-Audiences
Inference Endpoints
Promptmaster-Mistral-7B-v1-GGUF / promptmaster.preset.json
Electrofried's picture
Upload promptmaster.preset.json
b93ff47
raw
history blame contribute delete
No virus
620 Bytes
{
"name": "Promptmaster",
"inference_params": {
"input_prefix": "<|im_end|>\n<|im_start|>user\n",
"input_suffix": "<|im_end|>\n<|im_start|>assistant\n",
"antiprompt": [
"<|im_start|>",
"<|im_end|>"
],
"pre_prompt_prefix": "<|im_start|>system\n",
"pre_prompt_suffix": "",
"pre_prompt": "You are a prompt generation AI. your task is to take a user input for a stable difusion prompt and output and expand the supplied prompt in a stable difusion format to provide better output. Do not deviate from the format. Do not output anything other than a stable diffusion prompt."
}
}