We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bad412 commit 36452f7Copy full SHA for 36452f7
intersvc/controlnet_predict_model.go
@@ -3,7 +3,7 @@
3
* @Date: 2023-08-22 15:52:43
4
* @version:
5
* @LastEditors: SpenserCai
6
- * @LastEditTime: 2023-08-23 13:00:37
+ * @LastEditTime: 2023-09-06 23:56:38
7
* @Description: file content
8
*/
9
package intersvc
@@ -16,7 +16,7 @@ type ControlnetPredictArgsItem struct {
16
Image string `json:"image"`
17
ResizeMode int64 `json:"resize_mode"`
18
LowVRAM bool `json:"low_vram"`
19
- ProcessorRes float64 `json:"processor_res"`
+ ProcessorRes int64 `json:"processor_res"`
20
ThresholdA float64 `json:"threshold_a"`
21
ThresholdB float64 `json:"threshold_b"`
22
GuidanceStart float64 `json:"guidance_start"`
0 commit comments