app.nzapp
AppsProjectsReposPullsChatIntegrationsGatewayModelsEvalsToolsDatasetsMCPDeploysPricingBlogDocsAssistantsCharactersArtMusic
Sign inStart building
Agent stack
Cloud coding agentAgents SDKIntegrationsBrowser agentMonitors & auto-agentsSchedulersAgent skillsMCP serversDeep research
Models & API
AI GatewayModel catalogModel evalsModel spacesPlaygroundText to imageImage to 3DText to 3DMusic & SFXAudio editorMedia optimizerAI art & libraryChatAPI referenceSchemaBecome a provider
Compute & hosting
DeploysAddonsPostgres hostinggobed vector searchSite hostingAnalyticsCog GPU hostingRL trainingBuilds & CIWorkersTask queuesDomainsGit hosting
Tools
AI toolsDrawDiffusion canvasLive DrawWriteSheetsArtifactsVideo studioNotebooksDatasets
Learn
DocsBlogEval guidesPrompt libraryCLIAlternativesPapersAI charactersArt gallerySecurityConsulting
Company
PricingEnterpriseSettingsBillingStatusInvestorsCreate accountTerms of ServicePrivacy Policy
app.nzapp.nz

AI agent cloud for coding, deploys, model routing, and research. Built for teams shipping software.

Built in New Zealand by App AI NZ.

Social
X / TwitterGitHubYouTube
The app.nz network
GpuBrainPapersReading TimemojojojoNetwrckText-Generator.ioCodex InfinityOpenPathsCuteDSLAI Art GeneratorAIArt-Generator.artSiteSimSimplexGenDictatorFlowWebFiddleRing.nzChatGibidyBitBankExperimentFlowEvangelerHires.nzHow.nzV5 GamesAddicting Word GamesBig Multiplayer ChessWord SmashingreWord GameMultiplication Master
© 2026 App AI NZ Ltd. All rights reserved.All systems normalTermsPrivacy
Blog
July 22, 2026·8 min read·app.nz

ComfyUI lab 1: Design sound effects from first principles

Translate source, action, material, space, microphone, and timing into a reproducible SFX graph.

Listen to this article

On-device voice

Uses the voice built into your browser; no article text leaves this page.

Audio narration is not supported by this browser.

A convincing sound effect is a tiny physical story. Something stores energy, something releases it, a material resonates, and a room plus microphone decide what survives. “Sci-fi sound” hides all of those decisions; a useful prompt names them.

The six-field sound model

Write source → action → material → space → capture → envelope. For an airlock: the source is a powered door, the action is a fast close, the materials are heavy steel and hydraulics, the space is a dry corridor, capture is a close microphone, and the envelope is a sharp impact with a short pressure release. Add “no music” when you need editable production audio rather than a cinematic cue.

Duration is part of the design. A UI click may need 150 ms; a door can use two seconds; an ambience needs enough time to reveal its texture. Generating eight seconds and trimming later often makes the event feel vague because the model spends its budget filling time.

A controlled experiment

Keep the action and seed-like request context stable. Change only material: steel, ceramic, dense wood, then soft polymer. Compare transient sharpness, resonant tail, and low-frequency energy. Next keep material stable and change the room. This is the audio equivalent of holding a diffusion seed while sweeping CFG.

Normalize only after choosing a take. Loudness processing cannot repair the wrong event, and a limiter can erase the transient that made the effect readable.

Run the lab

  • Open this graph in Comfy Studio
  • Download the exact API-format workflow
  • CLI: app comfy download appnz-sound-effects

Record the graph JSON, input assets, seed where relevant, model or service version, custom-node commit, and final artifact together. That bundle—not a screenshot—is the reproducible creative unit.

Open-source map

  • Open app.nz audio nodes — MIT node used by the downloadable graph
  • Stable Audio Open — Open audio model training and inference tools

Creative Systems Labs: 1 of 12.

Next: Build loopable music beds

Build what you just read

Ship agents, models, and apps on one cloud.

Start with free credits, then use the same platform from the web app, CLI, desktop app, or MCP.

Start building freeRead the docs

Keep reading

ComfyUI lab 11: Design a text-to-3D handoff

Prompt for geometry rather than beauty, generate a GLB, and inspect silhouette, topology, scale, and material assumptions.

ComfyUI lab 5: Turn sound into reactive motion

Window a waveform, measure local energy or spectrum, map it to frames, and preserve synchronization at a declared FPS.

ComfyUI lab 8: Prototype frame transforms safely

Understand image tensor shape, range, batch semantics, and the boundary between a prototype code block and a maintained node.