随机数种子
This commit is contained in:
@@ -109,7 +109,7 @@ func ImagesPost(w http.ResponseWriter, r *http.Request) {
|
||||
Steps int `json:"steps"` // 推理步数
|
||||
CfgScale int `json:"cfg_scale"` // 引导比例
|
||||
Scheduler string `json:"scheduler"` // 调度器
|
||||
Seed string `json:"seed"` // 随机种子(单张图生成时使用)
|
||||
Seed int `json:"seed"` // 随机种子(单张图生成时使用)
|
||||
NIter int `json:"n_iter"` // 生成数量
|
||||
ModelID int `json:"model_id"` // 模型ID
|
||||
}{}
|
||||
|
Reference in New Issue
Block a user