Text-to-Image
Diffusers
Safetensors
DeepGen-1.0-diffusers / prompt_template.json
rhli's picture
Upload folder using huggingface_hub
85c2ed2 verified
raw
history blame contribute delete
504 Bytes
{
"IMG_START_TOKEN": "<|vision_start|>",
"IMG_END_TOKEN": "<|vision_end|>",
"IMG_CONTEXT_TOKEN": "<|image_pad|>",
"IMG_START_TOKEN_FOR_GENERATION": false,
"SYSTEM": "<|im_start|>system\n{system}<|im_end|>\n",
"INSTRUCTION": "<|im_start|>user\n{input}<|im_end|>\n<|im_start|>assistant\n",
"SUFFIX": "<|im_end|>",
"SUFFIX_AS_EOS": true,
"SEP": "\n",
"STOP_WORDS": [
"<|im_end|>",
"<|endoftext|>"
],
"GENERATION": "Generate an image: {input}",
"CFG": "Generate an image."
}