patch 執行訓練
This commit is contained in:
		@@ -12,7 +12,7 @@ type Model struct {
 | 
			
		||||
	TriggerWords string `json:"trigger_words"` // 觸發詞
 | 
			
		||||
	BaseModel    string `json:"base_model"`    // (SD1.5|SD2)
 | 
			
		||||
	ModelPath    string `json:"model_path"`    // 模型路徑
 | 
			
		||||
	Status       string `json:"status"`        // (waiting|running|success|error)
 | 
			
		||||
	Status       string `json:"status"`        // (initial|ready|waiting|running|success|error)
 | 
			
		||||
	Progress     int    `json:"progress"`      // (0-100)
 | 
			
		||||
	Image        string `json:"image"`         // 封面圖片實際地址
 | 
			
		||||
	Tags         string `json:"tags"`
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@ type Task struct {
 | 
			
		||||
	ID        int    `json:"id"`
 | 
			
		||||
	Name      string `json:"name"`
 | 
			
		||||
	Type      string `json:"type"`     // 任務類型(訓練|推理)
 | 
			
		||||
	Status    string `json:"status"`   // (waiting|running|success|error)
 | 
			
		||||
	Status    string `json:"status"`   // (initial|ready|waiting|running|success|error)
 | 
			
		||||
	Progress  int    `json:"progress"` // (0-100)
 | 
			
		||||
	CreatedAt string `json:"created_at"`
 | 
			
		||||
	UpdatedAt string `json:"updated_at"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user