Update replicate.go
This commit is contained in:
parent
041552cf77
commit
dcc57ccb74
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ func ReplicateImageGeneration(prompt string, filename string) (*bytes.Buffer, er
|
|||
input := replicate.PredictionInput{
|
||||
"prompt": prompt,
|
||||
"refiner": "expert_ensemble_refiner",
|
||||
"num_inference_steps": 69,
|
||||
"num_inference_steps": 30,
|
||||
"disable_safety_checker": true,
|
||||
}
|
||||
webhook := replicate.Webhook{
|
||||
|
|
Loading…
Add table
Reference in a new issue