chore: Rebuild API with new Model API names

This commit is contained in:
blessedcoolant
2023-06-18 03:00:16 +12:00
committed by psychedelicious
parent 01d17601b8
commit e374211313
8 changed files with 28 additions and 16 deletions

View File

@ -92,9 +92,13 @@ export type { LoraInfo } from './models/LoraInfo';
export type { LoraLoaderInvocation } from './models/LoraLoaderInvocation';
export type { LoraLoaderOutput } from './models/LoraLoaderOutput';
<<<<<<< HEAD
<<<<<<< HEAD
=======
export type { LoraModelConfig } from './models/LoraModelConfig';
>>>>>>> 76dd749b1 (chore: Rebuild API)
=======
export type { LoRAModelConfig } from './models/LoRAModelConfig';
>>>>>>> 0f3b7d2b3 (chore: Rebuild API with new Model API names)
export type { MaskFromAlphaInvocation } from './models/MaskFromAlphaInvocation';
export type { MaskOutput } from './models/MaskOutput';
export type { MediapipeFaceProcessorInvocation } from './models/MediapipeFaceProcessorInvocation';
@ -131,10 +135,10 @@ export type { SchedulerPredictionType } from './models/SchedulerPredictionType';
export type { SD1ModelLoaderInvocation } from './models/SD1ModelLoaderInvocation';
export type { SD2ModelLoaderInvocation } from './models/SD2ModelLoaderInvocation';
export type { ShowImageInvocation } from './models/ShowImageInvocation';
export type { StableDiffusion1CheckpointModelConfig } from './models/StableDiffusion1CheckpointModelConfig';
export type { StableDiffusion1DiffusersModelConfig } from './models/StableDiffusion1DiffusersModelConfig';
export type { StableDiffusion2CheckpointModelConfig } from './models/StableDiffusion2CheckpointModelConfig';
export type { StableDiffusion2DiffusersModelConfig } from './models/StableDiffusion2DiffusersModelConfig';
export type { StableDiffusion1ModelCheckpointConfig } from './models/StableDiffusion1ModelCheckpointConfig';
export type { StableDiffusion1ModelDiffusersConfig } from './models/StableDiffusion1ModelDiffusersConfig';
export type { StableDiffusion2ModelCheckpointConfig } from './models/StableDiffusion2ModelCheckpointConfig';
export type { StableDiffusion2ModelDiffusersConfig } from './models/StableDiffusion2ModelDiffusersConfig';
export type { StepParamEasingInvocation } from './models/StepParamEasingInvocation';
export type { SubModelType } from './models/SubModelType';
export type { SubtractInvocation } from './models/SubtractInvocation';
@ -148,8 +152,12 @@ export type { TextualInversionModelConfig } from './models/TextualInversionModel
export type { UNetField } from './models/UNetField';
export type { UpscaleInvocation } from './models/UpscaleInvocation';
export type { VaeField } from './models/VaeField';
<<<<<<< HEAD
export type { VAEModelConfig } from './models/VAEModelConfig';
>>>>>>> 76dd749b1 (chore: Rebuild API)
=======
export type { VaeModelConfig } from './models/VaeModelConfig';
>>>>>>> 0f3b7d2b3 (chore: Rebuild API with new Model API names)
export type { VaeRepo } from './models/VaeRepo';
export type { ValidationError } from './models/ValidationError';
export type { ZoeDepthImageProcessorInvocation } from './models/ZoeDepthImageProcessorInvocation';