feat: log more details of image
This commit is contained in:
parent
eaab1bfc8d
commit
2da2e10259
@ -45,7 +45,7 @@ export async function generateImage(prompt: string, negativePrompt: string) {
|
|||||||
|
|
||||||
const responseJSON = await response.json();
|
const responseJSON = await response.json();
|
||||||
|
|
||||||
console.log({ responseJSON })
|
console.log(responseJSON.artifacts[0])
|
||||||
|
|
||||||
return responseJSON.artifacts[0];
|
return responseJSON.artifacts[0];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user