Sweet Tea Studio
FAQGet startedPipesGuide
Get the app

© 2026 sweet tea studio

GuidePlansPrivacyTerms
Guide Overview
Getting Started
IntroductionCore ConceptsInstallation & Setup
Core Features
ComfyUI IntegrationPrompt StudioDynamic FormsPrompt ConstructorPipes & WorkflowsAdvanced Pipe Management
Organization & Results
Projects OrganizationGallery & ResultsImage Viewer & MetadataCollections & Curation
Advanced Management
Models ManagerExtension ManagerPrompt Library & SnippetsTags & SuggestionsConnecting Your AccountPerformance MonitoringData & Troubleshooting
Hosted Infrastructure
Hosted GPU Workflows
Web Companion
Web Platform OverviewWeb Account, Settings, and BillingWeb Pipes Discovery and PublishingWeb Library, My Desk, Devices, and TokensStudio-Web Continuity and Sync
Reference
Quick Reference
Guide Overview
Getting Started
IntroductionCore ConceptsInstallation & Setup
Core Features
ComfyUI IntegrationPrompt StudioDynamic FormsPrompt ConstructorPipes & WorkflowsAdvanced Pipe Management
Organization & Results
Projects OrganizationGallery & ResultsImage Viewer & MetadataCollections & Curation
Advanced Management
Models ManagerExtension ManagerPrompt Library & SnippetsTags & SuggestionsConnecting Your AccountPerformance MonitoringData & Troubleshooting
Hosted Infrastructure
Hosted GPU Workflows
Web Companion
Web Platform OverviewWeb Account, Settings, and BillingWeb Pipes Discovery and PublishingWeb Library, My Desk, Devices, and TokensStudio-Web Continuity and Sync
Reference
Quick Reference

Advanced Pipe Management

Core Features · Sweet Tea Studio Documentation

On this page
  • Schema Editor
  • Pipe Composition
  • Graph Visualization
  • Dependency Diagnostics

Advanced Pipe Management

Once you've imported a Pipe and confirmed it runs, you can shape its interface to match how you actually work. This chapter covers the schema editor, workflow composition, graph visualization, and dependency diagnostics — the tools that turn a functional Pipe into a refined creative instrument.

Schema Editor

The schema editor is where you control what the Pipe's form looks like. Open it from the Pipe's detail view, and you'll see every field the workflow exposes.

Hiding fields

Not every parameter needs to be visible. Technical fields like device, tiling, or intermediate format options can be hidden entirely. A good rule: if you change a field less than 5% of the time, consider hiding it from the default view.

Renaming fields

Imported workflows often have cryptic parameter names like KSampler.cfg or CLIPTextEncode.text. Rename these to something meaningful: CFG Scale, Prompt. Your future self will thank you when switching between Pipes quickly.

Reordering controls

Fields appear in the form in the order they're listed in the schema. Put the most-used fields at the top. A typical order might be:

  1. Prompt
  2. Negative prompt
  3. Resolution
  4. Steps / CFG
  5. Seed
  6. Model-specific controls
  7. Everything else

Classifying as core vs. advanced

Mark fields as core (always visible) or advanced (collapsed by default). Core should be the set of fields you interact with on a typical run. Advanced is for fine-tuning sessions and edge cases.

Tip: After editing the schema, do a quick test generation to make sure the form still works correctly. Occasionally, hiding or reordering fields can surface unexpected defaults.

Pipe Composition

Composition lets you merge two Pipes into a single pipeline. This is useful when you want to combine a generation workflow with a post-processing step — for example, text-to-image generation followed by upscaling.

Here's the typical flow:

  1. Choose your source Pipe — the generation backbone (e.g., an SDXL txt2img workflow).
  2. Choose your target Pipe — the post-processing step (e.g., an upscale or face-fix workflow).
  3. Verify bridge connections — Studio needs to map the output of the source to the input of the target.
  4. Validate the unified form — make sure the merged form exposes controls from both stages sensibly.
  5. Run a validation generation to confirm the pipeline works end-to-end.

Note: If the composed pipeline is fragile or the two workflows don't connect cleanly, it's fine to keep them as separate Pipes and run them sequentially. Composition is a convenience, not a requirement.

Graph Visualization

The graph viewer shows the underlying ComfyUI node graph for any Pipe. You won't need it for daily work, but it's valuable for:

  • Verifying connections after composition — Make sure the merged graph is wired correctly.
  • Spotting disconnected branches — If you see nodes floating without connections, they're doing nothing and can be removed.
  • Understanding hidden fields — Even hidden controls still influence the output. The graph view shows you the full picture when you need it.

Open the graph viewer from the Pipe's detail view. It renders the workflow nodes and their connections, giving you a bird's-eye look at what the Pipe is actually doing.

Dependency Diagnostics

Complex Pipes — especially composed ones or those imported from community sources — often have missing dependencies. The dependency diagnostics panel helps you identify and resolve them systematically.

When you load a Pipe with missing nodes:

  1. Open the Pipe's dependency view to see the full list of missing items.
  2. Install missing node packs through the Extension Manager.
  3. Restart the engine if required (some node registrations require a runtime restart).
  4. Re-run validation with minimal settings to confirm everything works.

You can also run dependency validation across your entire Pipe library at once — useful after a major ComfyUI update or extension change.

Tip: A Pipe card that shows a warning badge usually means "works, but with caveats" — like a missing default model that won't block generation but might produce unexpected results. Don't ignore warning badges; they're telling you something specific.


Next: Projects & Organization

PreviousPipes & WorkflowsNextProjects Organization

On this page

  • Schema Editor
  • Pipe Composition
  • Graph Visualization
  • Dependency Diagnostics