feat: refine candidate handling in generation commands and update UI interactions
This commit is contained in:
@@ -3,7 +3,7 @@ import type { AssetId, LayerId } from "./id";
|
||||
|
||||
export type GeneratedAssetMode = "text-to-image" | "image-to-image" | "inpaint" | "outpaint";
|
||||
|
||||
export type GeneratedAssetAcceptance = "layer" | "variant-layer" | "replacement";
|
||||
export type GeneratedAssetAcceptance = "layer" | "replacement";
|
||||
|
||||
export type AssetGenerationProvenance = {
|
||||
kind: "generated";
|
||||
|
||||
Reference in New Issue
Block a user