Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > ComfyUI-Woosh > Woosh Model Loader

ComfyUI Node: Woosh Model Loader

Class Name

WooshLoadFlow

Category
Woosh/Loaders
Author
Saganaki22 (Account age: 1846days)
Extension
ComfyUI-Woosh
Latest Updated
2026-06-03
Github Stars
0.1K

How to Install ComfyUI-Woosh

Install this extension via the ComfyUI Manager by searching for ComfyUI-Woosh
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI-Woosh in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Woosh Model Loader Description

Facilitates loading and integrating audio models in Woosh framework for advanced audio synthesis without configuration complexities.

Woosh Model Loader:

WooshLoadFlow is a node designed to facilitate the loading and integration of audio models within the Woosh framework. Its primary purpose is to streamline the process of loading pre-trained models, specifically those related to audio generation and transformation, such as the Latent Diffusion Model (LDM). This node is essential for users who wish to leverage advanced audio synthesis techniques without delving into the complexities of model configuration and device management. By automatically determining the optimal device for execution (CPU, CUDA, or MPS), WooshLoadFlow ensures efficient resource utilization and seamless model deployment. This node is particularly beneficial for AI artists and developers looking to incorporate sophisticated audio effects and transformations into their projects, as it abstracts the technical intricacies and provides a user-friendly interface for model loading and execution.

Woosh Model Loader Input Parameters:

model_name

The model_name parameter specifies the name of the model to be loaded. It is crucial for identifying which pre-trained model should be utilized for audio processing tasks. The parameter impacts the node's execution by determining the specific model architecture and weights that will be loaded into memory. There are no explicit minimum or maximum values for this parameter, but it must correspond to a valid model name available in the Woosh framework. The default value is typically set to a commonly used model, but users can specify other models as needed.

device

The device parameter indicates the computational device on which the model will be executed. It can take values such as "cpu", "cuda", or "mps", depending on the available hardware. This parameter significantly affects the node's performance, as utilizing a GPU (CUDA) or Apple's Metal Performance Shaders (MPS) can accelerate model inference compared to a CPU. The default value is automatically determined based on the system's capabilities, ensuring optimal performance without requiring manual configuration.

Woosh Model Loader Output Parameters:

loaded_model

The loaded_model parameter represents the successfully loaded audio model ready for inference. This output is crucial as it provides the user with a fully initialized model that can be used for generating or transforming audio data. The loaded model encapsulates the architecture and weights necessary for performing complex audio synthesis tasks, making it a vital component for any audio-related project within the Woosh framework.

Woosh Model Loader Usage Tips:

  • Ensure that the model_name parameter corresponds to a valid and available model within the Woosh framework to avoid loading errors.
  • Utilize the device parameter to leverage GPU acceleration if available, as this can significantly enhance the performance of audio model inference.

Woosh Model Loader Common Errors and Solutions:

ModelNotFoundError

  • Explanation: This error occurs when the specified model_name does not correspond to any available model in the Woosh framework.
  • Solution: Verify that the model_name is correctly spelled and matches one of the models listed by the _get_model_names() function.

DeviceUnavailableError

  • Explanation: This error arises when the specified device is not available on the current system.
  • Solution: Check the system's hardware capabilities and ensure that the specified device (e.g., CUDA or MPS) is supported and properly configured. If necessary, switch to a different device that is available.

Woosh Model Loader Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI-Woosh
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Woosh Model Loader