Text-to-Image
Diffusers
Safetensors
File size: 504 Bytes
85c2ed2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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."
}