diff --git a/src/libs/Leonardo/Generated/Leonardo.IVariationClient.CreateUniversalUpscalerJob.g.cs b/src/libs/Leonardo/Generated/Leonardo.IVariationClient.CreateUniversalUpscalerJob.g.cs index 1c41543..118726a 100644 --- a/src/libs/Leonardo/Generated/Leonardo.IVariationClient.CreateUniversalUpscalerJob.g.cs +++ b/src/libs/Leonardo/Generated/Leonardo.IVariationClient.CreateUniversalUpscalerJob.g.cs @@ -42,8 +42,7 @@ public partial interface IVariationClient /// The ultra style to upscale images using universal upscaler with. Can not be used with upscalerStyle. /// /// - /// The upscale multiplier of the universal upscaler. Must be between 1.0 and 2.0.
- /// Default Value: 1.5 + /// The upscale multiplier of the universal upscaler. Must be between 1.0 and 2.0. /// /// /// The style to upscale images using universal upscaler with. Can not be used with ultraUpscaleStyle.
diff --git a/src/libs/Leonardo/Generated/Leonardo.Models.CreateUniversalUpscalerJobRequest.g.cs b/src/libs/Leonardo/Generated/Leonardo.Models.CreateUniversalUpscalerJobRequest.g.cs index b74a561..d94762d 100644 --- a/src/libs/Leonardo/Generated/Leonardo.Models.CreateUniversalUpscalerJobRequest.g.cs +++ b/src/libs/Leonardo/Generated/Leonardo.Models.CreateUniversalUpscalerJobRequest.g.cs @@ -53,8 +53,7 @@ public sealed partial class CreateUniversalUpscalerJobRequest public global::Leonardo.UniversalUpscalerUltraStyle? UltraUpscaleStyle { get; set; } /// - /// The upscale multiplier of the universal upscaler. Must be between 1.0 and 2.0.
- /// Default Value: 1.5 + /// The upscale multiplier of the universal upscaler. Must be between 1.0 and 2.0. ///
[global::System.Text.Json.Serialization.JsonPropertyName("upscaleMultiplier")] public double? UpscaleMultiplier { get; set; } @@ -105,8 +104,7 @@ public sealed partial class CreateUniversalUpscalerJobRequest /// The ultra style to upscale images using universal upscaler with. Can not be used with upscalerStyle. /// /// - /// The upscale multiplier of the universal upscaler. Must be between 1.0 and 2.0.
- /// Default Value: 1.5 + /// The upscale multiplier of the universal upscaler. Must be between 1.0 and 2.0. /// /// /// The style to upscale images using universal upscaler with. Can not be used with ultraUpscaleStyle.
diff --git a/src/libs/Leonardo/Generated/Leonardo.VariationClient.CreateUniversalUpscalerJob.g.cs b/src/libs/Leonardo/Generated/Leonardo.VariationClient.CreateUniversalUpscalerJob.g.cs index 1576aba..6172254 100644 --- a/src/libs/Leonardo/Generated/Leonardo.VariationClient.CreateUniversalUpscalerJob.g.cs +++ b/src/libs/Leonardo/Generated/Leonardo.VariationClient.CreateUniversalUpscalerJob.g.cs @@ -193,8 +193,7 @@ partial void ProcessCreateUniversalUpscalerJobResponseContent( /// The ultra style to upscale images using universal upscaler with. Can not be used with upscalerStyle. /// /// - /// The upscale multiplier of the universal upscaler. Must be between 1.0 and 2.0.
- /// Default Value: 1.5 + /// The upscale multiplier of the universal upscaler. Must be between 1.0 and 2.0. /// /// /// The style to upscale images using universal upscaler with. Can not be used with ultraUpscaleStyle.
diff --git a/src/libs/Leonardo/openapi.yaml b/src/libs/Leonardo/openapi.yaml index 744d56b..eab762e 100644 --- a/src/libs/Leonardo/openapi.yaml +++ b/src/libs/Leonardo/openapi.yaml @@ -1928,7 +1928,6 @@ paths: title: Float type: number description: The upscale multiplier of the universal upscaler. Must be between 1.0 and 2.0. - default: 1.5 nullable: true upscalerStyle: $ref: '#/components/schemas/universal_upscaler_style'