Remove unused scheduler in ReplicateImageGeneration function
This commit is contained in:
parent
ad14a1647d
commit
3c9a431ab7
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ func ReplicateImageGeneration(prompt string, filename string) (*bytes.Buffer, er
|
||||||
"width": 1024,
|
"width": 1024,
|
||||||
"height": 1024,
|
"height": 1024,
|
||||||
"prompt": prompt,
|
"prompt": prompt,
|
||||||
"scheduler": "DPM++2MKarras",
|
|
||||||
"num_outputs": 1,
|
"num_outputs": 1,
|
||||||
"num_inference_steps": 60,
|
"num_inference_steps": 60,
|
||||||
"apply_watermark": false,
|
"apply_watermark": false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue