Skip to content

Commit

Permalink
Merge remote-tracking branch 'ricks/ai-video' into ai-video
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed May 13, 2024
2 parents 5414da8 + cf1c0c1 commit 109ee4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
17 changes: 3 additions & 14 deletions ai/api-reference/ai-openapi-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ servers:
- url: https://dream-gateway.livepeer.cloud
description: Livepeer Cloud Community Gateway
paths:
/health:
get:
summary: Health
operationId: health
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/HealthCheck'
/text-to-image:
post:
summary: Text To Image
Expand Down Expand Up @@ -174,9 +163,9 @@ components:
default: 1
type: object
required:
- model_id
- prompt
- image
- model_id
title: Body_image_to_image_image_to_image_post
Body_image_to_video_image_to_video_post:
properties:
Expand Down Expand Up @@ -213,8 +202,8 @@ components:
title: Seed
type: object
required:
- model_id
- image
- model_id
title: Body_image_to_video_image_to_video_post
HTTPError:
properties:
Expand Down Expand Up @@ -297,8 +286,8 @@ components:
default: 1
type: object
required:
- model_id
- prompt
- model_id
title: TextToImageParams
ValidationError:
properties:
Expand Down
10 changes: 5 additions & 5 deletions ai/pipelines/text-to-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ The current warm model requested for the `text-to-image` pipeline is:
Furthermore, several Orchestrators are currently maintaining the following model
in a ready state:

- [SG161222/RealVisXL_V4.0](https://huggingface.co/SG161222/RealVisXL_V4.0/tree/main):
This is a high-quality diffusion model designed for photorealistic image
generation.
- [SG161222/RealVisXL_V4.0_Lightning](https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning):
A streamlined version of RealVisXL_V4.0, designed for faster inference while
still aiming for photorealism.

<Tip>
For faster responses with different
Expand Down Expand Up @@ -72,8 +72,8 @@ pipeline:
Prompthero for open-ended journey generation.
- [ByteDance/SDXL-Lightning](https://huggingface.co/ByteDance/SDXL-Lightning): A
lightning-fast diffusion model by ByteDance.
- [SG161222/RealVisXL_V4.0](https://huggingface.co/SG161222/RealVisXL_V4.0/tree/main):
A high-quality diffusion model aimed at photorealism.
- [SG161222/RealVisXL_V4.0](https://huggingface.co/SG161222/RealVisXL_V4.0): A diffusion model that excels in generating high-quality, photorealistic images.
- [SG161222/RealVisXL_V4.0_Lightning](https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning): A streamlined version of RealVisXL_V4.0, designed for faster inference while still aiming for photorealism.
</Accordion>

## Basic Usage Instructions
Expand Down

0 comments on commit 109ee4a

Please sign in to comment.