mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
cleanup
This commit is contained in:
parent
40ed218c26
commit
de04a5f441
@ -47,8 +47,6 @@ export const addBatchEnqueuedListener = () => {
|
||||
const response = action.payload;
|
||||
const arg = action.meta.arg.originalArgs;
|
||||
|
||||
console.log({ response });
|
||||
|
||||
if (!response) {
|
||||
toast({
|
||||
title: t('queue.batchFailedToQueue'),
|
||||
@ -63,7 +61,6 @@ export const addBatchEnqueuedListener = () => {
|
||||
}
|
||||
|
||||
const result = zPydanticValidationError.safeParse(response);
|
||||
console.log({ result });
|
||||
if (result.success) {
|
||||
result.data.data.detail.map((e) => {
|
||||
toast({
|
||||
|
@ -15,7 +15,6 @@ import { isImageOutput } from 'services/api/guards';
|
||||
import { Graph, ImageDTO } from 'services/api/types';
|
||||
import { socketInvocationComplete } from 'services/events/actions';
|
||||
import { startAppListening } from '..';
|
||||
import { FetchBaseQueryError } from '@reduxjs/toolkit/dist/query';
|
||||
|
||||
export const addControlNetImageProcessedListener = () => {
|
||||
startAppListening({
|
||||
|
Loading…
Reference in New Issue
Block a user