Lock down config
This commit is contained in:
parent
e89fdb4ac9
commit
db7b4e8e45
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ func ReplicateImageGeneration(prompt string, filename string) (*bytes.Buffer, er
|
|||
"width": 1024,
|
||||
"height": 1024,
|
||||
"prompt": prompt,
|
||||
"negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, monochrome, geometry",
|
||||
"guidance_scale": 7.5,
|
||||
"negative_prompt": "worst quality, low quality",
|
||||
"num_outputs": 1,
|
||||
"disable_safety_checker": true,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue