Skip to content

Commit

Permalink
feat: add image-gen-util
Browse files Browse the repository at this point in the history
  • Loading branch information
chailandau committed May 22, 2024
1 parent 0bc4173 commit f1846ec
Show file tree
Hide file tree
Showing 5 changed files with 857 additions and 2 deletions.
2 changes: 2 additions & 0 deletions fern/apis/image-gen-util/generators.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
openapi: ./openapi/openapi.json
openapi-overrides: ./openapi/openapi-overrides.yml
39 changes: 39 additions & 0 deletions fern/apis/image-gen-util/openapi/openapi-overrides.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
paths:
/upscaling:
post:
x-fern-sdk-method-name: upscaling_upscaling_post
/background-removal:
post:
x-fern-sdk-method-name: remove_background_background_removal_post
/adetailer:
post:
x-fern-sdk-method-name: generate_images_adetailer_post
/healthcheck:
get:
x-fern-sdk-method-name: healthcheck_healthcheck_get
components:
schemas:
ADetailerDetector:
x-fern-type-name: ADetailerDetector
ADetailerInpaintingBaseModel:
x-fern-type-name: ADetailerInpaintingBaseModel
ADetailerRequest:
x-fern-type-name: ADetailerRequest
ADetailerResponse:
x-fern-type-name: ADetailerResponse
BackgroundRemovalRequest:
x-fern-type-name: BackgroundRemovalRequest
HTTPValidationError:
x-fern-type-name: HTTPValidationError
ImageEncoding:
x-fern-type-name: ImageEncoding
ImageResponse:
x-fern-type-name: ImageResponse
Scheduler:
x-fern-type-name: Scheduler
UpscalingModel:
x-fern-type-name: UpscalingModel
UpscalingRequest:
x-fern-type-name: UpscalingRequest
ValidationError:
x-fern-type-name: ValidationError
Loading

0 comments on commit f1846ec

Please sign in to comment.