mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Add tile_size parameter to ESERGAN node in buildAdHocUpscaleGraph.ts
Adds tile_size parameter to support the changed ESRGAN node in invokeai/app/invocations/upscale.py
This commit is contained in:
parent
51b5de799a
commit
37121a3a24
@ -24,6 +24,7 @@ export const buildAdHocUpscaleGraph = ({
|
||||
type: 'esrgan',
|
||||
image: { image_name },
|
||||
model_name: esrganModelName,
|
||||
tile_size: 512,
|
||||
is_intermediate: true,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user