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.
Parameter Type Description visiblebool Create panel visibility
Type Description Image AI image generation (Flux, SDXL) Video AI video generation (WAN, Hunyuan, LTX) Audio Text-to-speech (RunPod Qwen TTS) Audio (ElevenLabs) High-quality TTS via Eleven Labs API Video (WaveSpeed) Cloud video generation via WaveSpeed API
Command ID Name Description create:toggle-visibleShow Create Toggle the Create panel create:show-imageCreate Image Open Create panel in Image mode create:show-videoCreate Video Open 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
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.
Model ID Description Flux Schnell flux-schnellFast generation (Flux) Flux Dev flux-devHigher quality (Flux) SDXL Base sdxl-baseStable Diffusion XL base SDXL Refiner sdxl-refinerSDXL with refinement pass
Parameter Type Default Description promptstring — Text description of desired image negative_promptstring? — What to avoid in the image stylestring? — Style hint (“photo”, “digital painting”, “anime”) seedu64? random Seed for reproducibility modelModel Flux Schnell Generation model orientationOrientation Square Image dimensions num_stepsu32 25 Inference steps (higher = more detail) guidance_scalef32 7.5 Prompt adherence (CFG scale) num_outputsu32 1 Number of images to generate
Option Aspect Square 1:1 Landscape 16:9 Portrait 9: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 ID Description 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
pl . cmd ( " tts:toggle-visible " )
-- Import generated audio to timeline
pl . cmd ( " tts:import-audio " , {
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 ID Description 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
pl . cmd ( " videogen:toggle-visible " )
-- Import generated video
pl . cmd ( " videogen:import-video " , {
Requires: Running Video Gen container
Cloud-based video generation — no GPU container needed. See WaveSpeed .
Tool Description Requires Split Audio AI stem separation (vocals, drums, bass, other) via Demucs TTS container Transcribe Speech-to-text via Whisper TTS container Audio to MIDI Pitch detection → MIDI notes Local Face Animation Facial animation from video/Live Link Face Local Image Edit Built-in paint tool Local 3D Editor Three.js-based scene editor Local Shader Browser Browse and apply ISF shaders Local
Uses the same TTS container (which includes Demucs) to separate audio into stems:
Stem Description Vocals Lead and background vocals Drums Percussion and drums Bass Bass instruments Other Everything else
Service Description Details Container Manager RunPod GPU pod lifecycle Containers ComfyUI Node-based AI workflows ComfyUI WaveSpeed Cloud video generation WaveSpeed LoRA Manager Fine-tuning model weights Requires ComfyUI pod
Shortcut Action GOpen Workflow Editor (Generate)