迭代步数

This commit is contained in:
2023-06-23 17:59:45 +08:00
parent ac45eafc87
commit 4cf1b91c2c
3 changed files with 25 additions and 25 deletions

View File

@@ -162,7 +162,7 @@ func ImagesPost(w http.ResponseWriter, r *http.Request) {
image.FromImage = template.FromImage
image.Prompt = template.Prompt
image.NegativePrompt = template.NegativePrompt
image.NumInferenceSteps = template.Steps
image.Steps = template.Steps
image.CfgScale = template.CfgScale
image.SamplerName = template.SamplerName
image.Seed = template.Seed