?
This commit is contained in:
parent
db7b4e8e45
commit
014dd57d93
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,
|
||||
"guidance_scale": 7.5,
|
||||
"guidance_scale": 7,
|
||||
"num_inference_steps": 4,
|
||||
"negative_prompt": "worst quality, low quality",
|
||||
"num_outputs": 1,
|
||||
"disable_safety_checker": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue