mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
add: size option for image noise node and filter
This commit is contained in:
committed by
psychedelicious
parent
b7389da89b
commit
157290bef4
@@ -8494,6 +8494,12 @@ export type components = {
|
||||
* @default true
|
||||
*/
|
||||
noise_color?: boolean;
|
||||
/**
|
||||
* Size
|
||||
* @description The size of the noise
|
||||
* @default 1
|
||||
*/
|
||||
size?: number;
|
||||
/**
|
||||
* type
|
||||
* @default img_noise
|
||||
|
||||
Reference in New Issue
Block a user