Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions specs/wavespeed/generate_image_with_wavespeed.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Generate an image with WaveSpeed
command: "wavespeed run {{model}} -p \"{{prompt}}\" --download"
tags:
- wavespeed
- ai
description: Generates an image from a text prompt using a model on the wavespeed.ai catalog. Requires the WaveSpeed CLI (npm i -g @wavespeed/cli) and a WAVESPEED_API_KEY.
arguments:
- name: model
description: Model id from the wavespeed.ai catalog
default_value: bytedance/seedream-v5.0-pro
- name: prompt
description: Text prompt describing the image
default_value: ~
source_url: "https://github.com/WaveSpeedAI/wavespeed-cli"
author: WaveSpeedAI
author_url: "https://wavespeed.ai"
shells: []
18 changes: 18 additions & 0 deletions specs/wavespeed/generate_video_with_wavespeed.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Generate a video with WaveSpeed
command: "wavespeed run {{model}} -p \"{{prompt}}\" --download"
tags:
- wavespeed
- ai
description: Generates a video from a text prompt using a model on the wavespeed.ai catalog. Requires the WaveSpeed CLI (npm i -g @wavespeed/cli) and a WAVESPEED_API_KEY.
arguments:
- name: model
description: Model id from the wavespeed.ai catalog
default_value: bytedance/seedance-2.5/text-to-video
- name: prompt
description: Text prompt describing the video
default_value: ~
source_url: "https://github.com/WaveSpeedAI/wavespeed-cli"
author: WaveSpeedAI
author_url: "https://wavespeed.ai"
shells: []