mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat: full canvas workflow integration for external models
- Update buildExternalGraph test to include dimensions in mock params
This commit is contained in:
@@ -82,6 +82,7 @@ beforeEach(() => {
|
||||
mockParams = {
|
||||
steps: 20,
|
||||
guidance: 4.5,
|
||||
dimensions: { width: 768, height: 512, aspectRatio: { id: '3:2', value: 1.5, isLocked: true } },
|
||||
} as ParamsState;
|
||||
mockSizes = { scaledSize: { width: 768, height: 512 } };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user