opt: make sure the Upscale and Variation task is assign to the same mj service with Image task

This commit is contained in:
RockYang
2023-12-18 16:34:33 +08:00
parent 3bea8f9706
commit 252eef2e5e
11 changed files with 68 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ func NewClient(config types.MidJourneyConfig, proxy string) *Client {
if proxy != "" {
client.SetProxyURL(proxy)
}
logger.Info(proxy)
logger.Info(config)
return &Client{client: client, config: config}
}