Skip to content

Commit a343782

Browse files
committed
update check
1 parent 3bf75e9 commit a343782

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

intersvc/sdapi_v1_samplers_model.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @Date: 2023-08-14 17:36:46
44
* @version:
55
* @LastEditors: SpenserCai
6-
* @LastEditTime: 2023-08-14 22:52:51
6+
* @LastEditTime: 2023-08-29 21:13:50
77
* @Description: file content
88
*/
99
package intersvc
@@ -12,4 +12,5 @@ import (
1212
SdApiModel "github.com/SpenserCai/sd-webui-go/stablediffusion/models"
1313
)
1414

15+
// Checked: True
1516
type SdapiV1SamplersResponse = []SdApiModel.SamplerItem

intersvc/sdapi_v1_upscalers_model.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @Date: 2023-08-14 17:36:46
44
* @version:
55
* @LastEditors: SpenserCai
6-
* @LastEditTime: 2023-08-14 22:54:02
6+
* @LastEditTime: 2023-08-29 21:14:04
77
* @Description: file content
88
*/
99
package intersvc
@@ -12,4 +12,5 @@ import (
1212
SdApiModel "github.com/SpenserCai/sd-webui-go/stablediffusion/models"
1313
)
1414

15+
// Checked: True
1516
type SdapiV1UpscalersResponse = []SdApiModel.UpscalerItem

0 commit comments

Comments
 (0)