Skip to content

Create

The Create menu provides AI-powered tools for generating and processing content. Tools connect to cloud GPU services (RunPod, WaveSpeed, Eleven Labs) or run locally.

The Create module (create) manages the AI content generation panel.

ParameterTypeDescription
visibleboolCreate panel visibility
TypeDescription
ImageAI image generation (Flux, SDXL)
VideoAI video generation (WAN, Hunyuan, LTX)
AudioText-to-speech (RunPod Qwen TTS)
Audio (ElevenLabs)High-quality TTS via Eleven Labs API
Video (WaveSpeed)Cloud video generation via WaveSpeed API
Command IDNameDescription
create:toggle-visibleShow CreateToggle the Create panel
create:show-imageCreate ImageOpen Create panel in Image mode
create:show-videoCreate VideoOpen Create panel in Video mode
create:show-audioCreate Audio (TTS)Open Create panel in TTS mode (RunPod)
create:show-audio-elevenlabsCreate Audio (Eleven Labs)Open Create panel in Eleven Labs mode
create:show-wavespeedCreate Video (WaveSpeed)Open Create panel in WaveSpeed mode
-- Toggle create panel
pl.cmd("create:toggle-visible")
-- Open specific creation modes
pl.cmd("create:show-image")
pl.cmd("create:show-video")
pl.cmd("create:show-audio")
pl.cmd("create:show-audio-elevenlabs")
pl.cmd("create:show-wavespeed")

Generate images from text prompts using diffusion models hosted on RunPod (via ComfyUI) or the built-in image generation panel.

ModelIDDescription
Flux Schnellflux-schnellFast generation (Flux)
Flux Devflux-devHigher quality (Flux)
SDXL Basesdxl-baseStable Diffusion XL base
SDXL Refinersdxl-refinerSDXL with refinement pass
ParameterTypeDefaultDescription
promptstringText description of desired image
negative_promptstring?What to avoid in the image
stylestring?Style hint (“photo”, “digital painting”, “anime”)
seedu64?randomSeed for reproducibility
modelModelFlux SchnellGeneration model
orientationOrientationSquareImage dimensions
num_stepsu3225Inference steps (higher = more detail)
guidance_scalef327.5Prompt adherence (CFG scale)
num_outputsu321Number of images to generate
OptionAspect
Square1:1
Landscape16:9
Portrait9:16

Generate speech from text using Qwen TTS voices hosted on a RunPod container. Generated audio imports directly into your project as an asset.

Requires: Running TTS container

Command IDDescription
tts:toggle-visibleToggle TTS Manager panel
tts:import-audioImport generated audio to timeline
tts:register-assetRegister TTS output as a project asset
tts:save-downloadSave TTS audio to disk
-- Open TTS manager
pl.cmd("tts:toggle-visible")
-- Import generated audio to timeline
pl.cmd("tts:import-audio", {
url = "https://...",
name = "Narration Take 1"
})

High-quality AI voice generation with wider voice selection and voice cloning. Requires an Eleven Labs API key in Settings.

Generate video clips from text or images using AI models on RunPod.

Command IDDescription
videogen:toggle-visibleToggle Video Generator panel
videogen:import-videoImport generated video to timeline
videogen:save-downloadSave video to disk
videogen:load-historyLoad generation history
videogen:save-historySave generation history
-- Open video generator
pl.cmd("videogen:toggle-visible")
-- Import generated video
pl.cmd("videogen:import-video", {
url = "https://...",
name = "AI Scene"
})

Requires: Running Video Gen container

Cloud-based video generation — no GPU container needed. See WaveSpeed.

ToolDescriptionRequires
Split AudioAI stem separation (vocals, drums, bass, other) via DemucsTTS container
TranscribeSpeech-to-text via WhisperTTS container
Audio to MIDIPitch detection → MIDI notesLocal
Face AnimationFacial animation from video/Live Link FaceLocal
Image EditBuilt-in paint toolLocal
3D EditorThree.js-based scene editorLocal
Shader BrowserBrowse and apply ISF shadersLocal

Uses the same TTS container (which includes Demucs) to separate audio into stems:

StemDescription
VocalsLead and background vocals
DrumsPercussion and drums
BassBass instruments
OtherEverything else
ServiceDescriptionDetails
Container ManagerRunPod GPU pod lifecycleContainers
ComfyUINode-based AI workflowsComfyUI
WaveSpeedCloud video generationWaveSpeed
LoRA ManagerFine-tuning model weightsRequires ComfyUI pod
ShortcutAction
GOpen Workflow Editor (Generate)