From fbad8720d9fc468cd48d554594cc6806e44a54c1 Mon Sep 17 00:00:00 2001 From: ylwdev Date: Sun, 18 Feb 2024 14:38:51 +0800 Subject: [PATCH] Auto Commit --- src/api/sd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/sd.js b/src/api/sd.js index 5bfcc89..9a19a47 100644 --- a/src/api/sd.js +++ b/src/api/sd.js @@ -20,7 +20,7 @@ export default { const headers = { 'content-type': 'application/json' }; - let api = 'https://gpu-pod65a740489791404c18103243-6006.node.inscode.run/sdapi/v1/txt2img' + let api = 'https://gpu-pod65d1a546eb9c3114aef516a1-6006.node.inscode.run/sdapi/v1/txt2img' console.log('sd data',data) axios.post(api, data, { headers }).then(response => { if (response.status === 200 && response?.data?.images){ -- GitLab