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-Boogu > BOOGU: Load Turbo Pipeline

ComfyUI Node: BOOGU: Load Turbo Pipeline

Class Name

BOOGULoadTurboPipeline

Category
BOOGU/loaders
Author
boogu-project (Account age: 252days)
Extension
ComfyUI-Boogu
Latest Updated
2026-06-23
Github Stars
0.03K

How to Install ComfyUI-Boogu

Install this extension via the ComfyUI Manager by searching for ComfyUI-Boogu
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI-Boogu 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

BOOGU: Load Turbo Pipeline Description

Specialized node for loading and configuring Turbo Text-to-Image pipeline with optimized performance for rapid image generation.

BOOGU: Load Turbo Pipeline:

The BOOGULoadTurboPipeline is a specialized node designed to load and configure the Turbo Text-to-Image (T2I) pipeline from the Boogu-Image suite. This node is tailored for users who require high-speed image generation capabilities, leveraging the Turbo model's optimized performance for rapid processing. The primary goal of this node is to facilitate the loading of the Turbo model, ensuring it is ready for efficient text-to-image generation tasks. By utilizing this node, you can benefit from the enhanced speed and performance of the Turbo model, making it ideal for scenarios where quick turnaround times are essential. The node abstracts the complexities involved in model loading and configuration, providing a streamlined interface for artists and creators to focus on their creative processes without delving into technical intricacies.

BOOGU: Load Turbo Pipeline Input Parameters:

dtype

The dtype parameter specifies the data type used for computations within the pipeline. It impacts the precision and performance of the model during execution. Available options are bf16, fp16, and fp32, with bf16 being the default. Choosing a lower precision like bf16 or fp16 can enhance performance and reduce memory usage, especially on compatible hardware, while fp32 offers higher precision at the cost of increased computational resources.

device

The device parameter determines the hardware on which the model will be executed. Options include various CUDA devices (cuda, cuda:0, cuda:1, etc.) and cpu, with cuda as the default. Selecting a CUDA device enables GPU acceleration, significantly boosting performance for image generation tasks. If a GPU is unavailable, the cpu option allows the model to run on the central processing unit, albeit with slower performance.

enable_model_cpu_offload

The enable_model_cpu_offload parameter is a boolean flag that, when set to True, allows parts of the model to be offloaded to the CPU to save GPU memory. This can be beneficial when working with limited GPU resources, as it helps manage memory usage more efficiently. The default value is False, meaning the model will fully utilize the GPU unless specified otherwise.

force_reload

The force_reload parameter is an optional boolean flag that, when set to True, forces the pipeline to reload the model from scratch, bypassing any cached versions. This is useful if you suspect the cached model is outdated or corrupted. By default, this parameter is set to False, allowing the node to reuse cached models for faster loading times.

BOOGU: Load Turbo Pipeline Output Parameters:

pipeline

The pipeline output parameter represents the loaded and configured Turbo T2I pipeline. This output is crucial as it serves as the foundation for subsequent image generation tasks. The pipeline encapsulates the model and its configuration, ready to process text inputs and generate corresponding images. It is an essential component for leveraging the Turbo model's capabilities in your creative workflows.

BOOGU: Load Turbo Pipeline Usage Tips:

  • To maximize performance, ensure that the device parameter is set to a CUDA-enabled GPU, as this will significantly speed up the image generation process compared to using a CPU.
  • Consider using the enable_model_cpu_offload option if you encounter memory limitations on your GPU, as this can help manage resources more effectively without compromising too much on performance.

BOOGU: Load Turbo Pipeline Common Errors and Solutions:

Resolved model path does not exist

  • Explanation: This error occurs when the specified model path cannot be found, indicating that the model files are not correctly placed in the expected directory.
  • Solution: Ensure that the Boogu Turbo model files are downloaded and placed in the ComfyUI/models/boogu/Boogu-Image-0.1-Turbo directory as specified in the error message.

Could not import the boogu package

  • Explanation: This error indicates that the required Boogu package is not installed, preventing the node from importing necessary modules.
  • Solution: Install the Boogu-Image package by running pip install -e /path/to/Boogu-Image to ensure all dependencies are available for the node to function correctly.

BOOGU: Load Turbo Pipeline Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI-Boogu
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.

BOOGU: Load Turbo Pipeline