aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorsharkiecodes <lanyi_stroud@brown.edu>2025-03-11 16:27:30 -0400
committersharkiecodes <lanyi_stroud@brown.edu>2025-03-11 16:27:30 -0400
commit3f54517e96ccff233b1560627995024e137dbdfd (patch)
tree7c0ce1bb4cb7555425acf44bc5cd15876f90ee77 /src/client/documents/Documents.ts
parent04669ffeb163688c7aefd7b5face7998252abdca (diff)
Doing outpainting implementation
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 317bb7feb..a2b55943a 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -524,6 +524,9 @@ export class DocumentOptions {
ai?: string; // to mark items as ai generated
ai_firefly_seed?: number;
ai_firefly_prompt?: string;
+
+ _outpaintingMetadata?: STRt = new StrInfo('serialized JSON metadata needed for image outpainting', false);
+
}
export const DocOptions = new DocumentOptions();