@@ -7,9 +7,11 @@ export { OpenAPI } from './core/OpenAPI';
77export type { OpenAPIConfig } from './core/OpenAPI' ;
88
99export type { AddInvocation } from './models/AddInvocation' ;
10+ export type { BaseModelType } from './models/BaseModelType' ;
1011export type { Body_upload_image } from './models/Body_upload_image' ;
1112export type { CannyImageProcessorInvocation } from './models/CannyImageProcessorInvocation' ;
1213export type { CkptModelInfo } from './models/CkptModelInfo' ;
14+ export type { ClipField } from './models/ClipField' ;
1315export type { CollectInvocation } from './models/CollectInvocation' ;
1416export type { CollectInvocationOutput } from './models/CollectInvocationOutput' ;
1517export type { ColorField } from './models/ColorField' ;
@@ -53,7 +55,6 @@ export type { ImageProcessorInvocation } from './models/ImageProcessorInvocation
5355export type { ImageRecordChanges } from './models/ImageRecordChanges' ;
5456export type { ImageResizeInvocation } from './models/ImageResizeInvocation' ;
5557export type { ImageScaleInvocation } from './models/ImageScaleInvocation' ;
56- export type { ImageToImageInvocation } from './models/ImageToImageInvocation' ;
5758export type { ImageToLatentsInvocation } from './models/ImageToLatentsInvocation' ;
5859export type { ImageUrlsDTO } from './models/ImageUrlsDTO' ;
5960export type { InfillColorInvocation } from './models/InfillColorInvocation' ;
@@ -62,6 +63,14 @@ export type { InfillTileInvocation } from './models/InfillTileInvocation';
6263export type { InpaintInvocation } from './models/InpaintInvocation' ;
6364export type { IntCollectionOutput } from './models/IntCollectionOutput' ;
6465export type { IntOutput } from './models/IntOutput' ;
66+ export type { invokeai__backend__model_management__models__controlnet__ControlNetModel__Config } from './models/invokeai__backend__model_management__models__controlnet__ControlNetModel__Config' ;
67+ export type { invokeai__backend__model_management__models__lora__LoRAModel__Config } from './models/invokeai__backend__model_management__models__lora__LoRAModel__Config' ;
68+ export type { invokeai__backend__model_management__models__stable_diffusion__StableDiffusion1Model__CheckpointConfig } from './models/invokeai__backend__model_management__models__stable_diffusion__StableDiffusion1Model__CheckpointConfig' ;
69+ export type { invokeai__backend__model_management__models__stable_diffusion__StableDiffusion1Model__DiffusersConfig } from './models/invokeai__backend__model_management__models__stable_diffusion__StableDiffusion1Model__DiffusersConfig' ;
70+ export type { invokeai__backend__model_management__models__stable_diffusion__StableDiffusion2Model__CheckpointConfig } from './models/invokeai__backend__model_management__models__stable_diffusion__StableDiffusion2Model__CheckpointConfig' ;
71+ export type { invokeai__backend__model_management__models__stable_diffusion__StableDiffusion2Model__DiffusersConfig } from './models/invokeai__backend__model_management__models__stable_diffusion__StableDiffusion2Model__DiffusersConfig' ;
72+ export type { invokeai__backend__model_management__models__textual_inversion__TextualInversionModel__Config } from './models/invokeai__backend__model_management__models__textual_inversion__TextualInversionModel__Config' ;
73+ export type { invokeai__backend__model_management__models__vae__VaeModel__Config } from './models/invokeai__backend__model_management__models__vae__VaeModel__Config' ;
6574export type { IterateInvocation } from './models/IterateInvocation' ;
6675export type { IterateInvocationOutput } from './models/IterateInvocationOutput' ;
6776export type { LatentsField } from './models/LatentsField' ;
@@ -71,12 +80,20 @@ export type { LatentsToLatentsInvocation } from './models/LatentsToLatentsInvoca
7180export type { LineartAnimeImageProcessorInvocation } from './models/LineartAnimeImageProcessorInvocation' ;
7281export type { LineartImageProcessorInvocation } from './models/LineartImageProcessorInvocation' ;
7382export type { LoadImageInvocation } from './models/LoadImageInvocation' ;
83+ export type { LoraInfo } from './models/LoraInfo' ;
84+ export type { LoraLoaderInvocation } from './models/LoraLoaderInvocation' ;
85+ export type { LoraLoaderOutput } from './models/LoraLoaderOutput' ;
7486export type { MaskFromAlphaInvocation } from './models/MaskFromAlphaInvocation' ;
7587export type { MaskOutput } from './models/MaskOutput' ;
7688export type { MediapipeFaceProcessorInvocation } from './models/MediapipeFaceProcessorInvocation' ;
7789export type { MidasDepthImageProcessorInvocation } from './models/MidasDepthImageProcessorInvocation' ;
7890export type { MlsdImageProcessorInvocation } from './models/MlsdImageProcessorInvocation' ;
91+ export type { ModelError } from './models/ModelError' ;
92+ export type { ModelInfo } from './models/ModelInfo' ;
93+ export type { ModelLoaderOutput } from './models/ModelLoaderOutput' ;
7994export type { ModelsList } from './models/ModelsList' ;
95+ export type { ModelType } from './models/ModelType' ;
96+ export type { ModelVariantType } from './models/ModelVariantType' ;
8097export type { MultiplyInvocation } from './models/MultiplyInvocation' ;
8198export type { NoiseInvocation } from './models/NoiseInvocation' ;
8299export type { NoiseOutput } from './models/NoiseOutput' ;
@@ -97,12 +114,17 @@ export type { ResizeLatentsInvocation } from './models/ResizeLatentsInvocation';
97114export type { ResourceOrigin } from './models/ResourceOrigin' ;
98115export type { RestoreFaceInvocation } from './models/RestoreFaceInvocation' ;
99116export type { ScaleLatentsInvocation } from './models/ScaleLatentsInvocation' ;
117+ export type { SchedulerPredictionType } from './models/SchedulerPredictionType' ;
118+ export type { SD1ModelLoaderInvocation } from './models/SD1ModelLoaderInvocation' ;
119+ export type { SD2ModelLoaderInvocation } from './models/SD2ModelLoaderInvocation' ;
100120export type { ShowImageInvocation } from './models/ShowImageInvocation' ;
101121export type { StepParamEasingInvocation } from './models/StepParamEasingInvocation' ;
122+ export type { SubModelType } from './models/SubModelType' ;
102123export type { SubtractInvocation } from './models/SubtractInvocation' ;
103- export type { TextToImageInvocation } from './models/TextToImageInvocation' ;
104124export type { TextToLatentsInvocation } from './models/TextToLatentsInvocation' ;
125+ export type { UNetField } from './models/UNetField' ;
105126export type { UpscaleInvocation } from './models/UpscaleInvocation' ;
127+ export type { VaeField } from './models/VaeField' ;
106128export type { VaeRepo } from './models/VaeRepo' ;
107129export type { ValidationError } from './models/ValidationError' ;
108130export type { ZoeDepthImageProcessorInvocation } from './models/ZoeDepthImageProcessorInvocation' ;
0 commit comments