Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.484.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 6, 2025
1 parent a2bd4cc commit 674c112
Show file tree
Hide file tree
Showing 26 changed files with 71 additions and 41 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: de81127b-e65c-4970-8911-8f8874953a42
management:
docChecksum: 65d7bbfa287d8b0ae819a912149b4cc9
docChecksum: 4b74d250e4dae46c2d3e1dec7a2be5b9
docVersion: v1.0.0
speakeasyVersion: 1.484.1
generationVersion: 2.503.2
releaseVersion: 6.4.1
configChecksum: bc1fa3e1682cf0640b6fdd4f7a1c13de
releaseVersion: 6.4.2
configChecksum: 20571038ba9710d2145083ee423fd79f
repoURL: https://github.com/Leonardo-Interactive/leonardo-python-sdk.git
repoSubDirectory: .
installationURL: https://github.com/Leonardo-Interactive/leonardo-python-sdk.git
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.484.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:82d43d3aac5c1f6ae958d46e349cf04142ff8be239fb28b860c3566b9c445dce
sourceBlobDigest: sha256:d316bf8c60bdf78923599d9b02fb7abd1612f69dac88bc22f43614c165dcee9a
sourceRevisionDigest: sha256:28c83462a3cf17c2932056d49f6cb31d024ff1836716ac5a4883b92da1cdcdb7
sourceBlobDigest: sha256:4ead44bcaac5b14a8184f8fcc7512d53a00a5a029b3085c55d7eb331256f1dcc
tags:
- latest
- speakeasy-sdk-regen-1738737942
- speakeasy-sdk-regen-1738800070
- v1.0.0
targets:
leonardo-python-sdk:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:82d43d3aac5c1f6ae958d46e349cf04142ff8be239fb28b860c3566b9c445dce
sourceBlobDigest: sha256:d316bf8c60bdf78923599d9b02fb7abd1612f69dac88bc22f43614c165dcee9a
sourceRevisionDigest: sha256:28c83462a3cf17c2932056d49f6cb31d024ff1836716ac5a4883b92da1cdcdb7
sourceBlobDigest: sha256:4ead44bcaac5b14a8184f8fcc7512d53a00a5a029b3085c55d7eb331256f1dcc
codeSamplesNamespace: my-source-python-code-samples
codeSamplesRevisionDigest: sha256:5c88a85d178f5d0adf8d90832ec1685d9d4985edbbe49dad5d5a0f32d02f8a3d
codeSamplesRevisionDigest: sha256:496c7a0f7ad2322cc028537efce0e6f55d23c7e29546a62deb36a5c20ec85cb5
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1306,4 +1306,14 @@ Based on:
### Generated
- [python v6.4.1] .
### Releases
- [PyPI v6.4.1] https://pypi.org/project/Leonardo-Ai-SDK/6.4.1 - .
- [PyPI v6.4.1] https://pypi.org/project/Leonardo-Ai-SDK/6.4.1 - .

## 2025-02-06 00:00:56
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.484.1 (2.503.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v6.4.2] .
### Releases
- [PyPI v6.4.2] https://pypi.org/project/Leonardo-Ai-SDK/6.4.2 - .
2 changes: 1 addition & 1 deletion docs/models/operations/creategenerationrequestbody.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Query parameters to be provided in the request body as a JSON object
| `public` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the generated images should show in the community feed. |
| `scheduler` | [Optional[shared.SdGenerationSchedulers]](../../models/shared/sdgenerationschedulers.md) | :heavy_minus_sign: | The scheduler to generate images with. Defaults to EULER_DISCRETE if not specified. |
| `sd_version` | [Optional[shared.SdVersions]](../../models/shared/sdversions.md) | :heavy_minus_sign: | The base version of stable diffusion to use if not using a custom model. v1_5 is 1.5, v2 is 2.1, if not specified it will default to v1_5. Also includes SDXL and SDXL Lightning models |
| `seed` | *OptionalNullable[int]* | :heavy_minus_sign: | N/A |
| `seed` | *OptionalNullable[int]* | :heavy_minus_sign: | Apply a fixed seed to maintain consistency across generation sets. The maximum seed value is 2147483637 for Flux and 9999999998 for other models |
| `tiling` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the generated images should tile on all axis. |
| `transparency` | [OptionalNullable[operations.TransparencyType]](../../models/operations/transparencytype.md) | :heavy_minus_sign: | Which type of transparency this image should use |
| `ultra` | *OptionalNullable[bool]* | :heavy_minus_sign: | Enable to use Ultra mode. Note: can not be used with Alchemy. |
Expand Down
2 changes: 1 addition & 1 deletion docs/models/operations/createlcmgenerationrequestbody.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Query parameters can also be provided in the request body as a JSON object
| `guidance` | *OptionalNullable[float]* | :heavy_minus_sign: | How strongly the generation should reflect the prompt. Must be a float between 0.5 and 20. |
| `height` | *OptionalNullable[int]* | :heavy_minus_sign: | The output width of the image. Must be 512, 640 or 1024. |
| `request_timestamp` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `seed` | *OptionalNullable[int]* | :heavy_minus_sign: | N/A |
| `seed` | *OptionalNullable[int]* | :heavy_minus_sign: | Apply a fixed seed to maintain consistency across generation sets. The maximum seed value is 2147483637 for Flux and 9999999998 for other models |
| `steps` | *OptionalNullable[int]* | :heavy_minus_sign: | The number of steps to use for the generation. Must be between 4 and 16. |
| `strength` | *OptionalNullable[float]* | :heavy_minus_sign: | Creativity strength of generation. Higher strength will deviate more from the original image supplied in imageDataUrl. Must be a float between 0.1 and 1. |
| `style` | [OptionalNullable[shared.LcmGenerationStyle]](../../models/shared/lcmgenerationstyle.md) | :heavy_minus_sign: | The style to generate LCM images with. |
Expand Down
Loading

0 comments on commit 674c112

Please sign in to comment.