pix2pix to instruct_pix2pix

This commit is contained in:
Qing
2023-01-28 21:24:51 +08:00
parent a947f864b6
commit 0ddc1f105c
4 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ export enum AIModel {
CV2 = 'cv2',
Mange = 'manga',
PAINT_BY_EXAMPLE = 'paint_by_example',
PIX2PIX = 'pix2pix',
PIX2PIX = 'instruct_pix2pix',
}
export const maskState = atom<File | undefined>({