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 Base Pipeline

ComfyUI Node: BOOGU: Load Base Pipeline

Class Name

BOOGULoadBasePipeline

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 Base Pipeline Description

Facilitates loading Base Text-to-Image pipeline in Boogu-Image framework for efficient image generation integration.

BOOGU: Load Base Pipeline:

The BOOGULoadBasePipeline node is designed to facilitate the loading of the Base Text-to-Image (T2I) pipeline within the Boogu-Image framework. This node is essential for users who wish to leverage the capabilities of the Boogu-Image Base model, which is tailored for generating images from textual descriptions. By utilizing this node, you can seamlessly integrate the Base model into your workflow, allowing for efficient and effective image generation. The node is part of the BOOGU loaders category, which is specifically crafted to handle the loading and configuration of different Boogu-Image pipelines. The primary goal of this node is to ensure that the Base model is loaded with the appropriate settings, such as data type and device configuration, to optimize performance and resource utilization.

BOOGU: Load Base 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. Available options are bf16, fp16, and fp32, with bf16 being the default. Choosing a lower precision like bf16 or fp16 can improve performance and reduce memory usage, especially on compatible hardware, while fp32 offers higher precision at the cost of increased resource consumption.

device

The device parameter determines the hardware on which the model will run. 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, which significantly enhances processing speed for image generation tasks. If a GPU is unavailable, the cpu option can be used, albeit with slower performance.

enable_model_cpu_offload

This boolean parameter, enable_model_cpu_offload, controls whether parts of the model are offloaded to the CPU to save GPU memory. The default value is False. Enabling this option can be beneficial when working with limited GPU memory, as it allows for more efficient memory management by offloading less frequently used model components to the CPU.

force_reload

The force_reload parameter is an optional boolean that dictates whether the pipeline should be reloaded from scratch, bypassing any cached versions. The default is False. Setting this to True ensures that the latest model configurations are used, which can be useful when updates or changes have been made to the model files or settings.

BOOGU: Load Base Pipeline Output Parameters:

pipeline

The pipeline output parameter represents the loaded Boogu-Image Base pipeline, ready for use in generating images from text. This output is crucial as it encapsulates the configured model, including all necessary settings such as data type and device allocation. The pipeline is returned as a BOOGU_PIPELINE object, which can be directly utilized in subsequent nodes or processes to perform image generation tasks.

BOOGU: Load Base Pipeline Usage Tips:

  • Ensure that your CUDA drivers are up to date to fully leverage GPU acceleration when using the cuda device option.
  • Consider enabling enable_model_cpu_offload if you encounter memory limitations on your GPU, as this can help manage resources more effectively.
  • Use the force_reload option when you suspect that the cached pipeline might be outdated or if you have made changes to the model files.

BOOGU: Load Base 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 located in the expected directory.
  • Solution: Ensure that the model files are correctly downloaded and placed in the ComfyUI/models/boogu/ directory. Verify the path and model name for any discrepancies.

Could not import the boogu package

  • Explanation: This error indicates that the Boogu-Image package is not installed or not accessible in the current environment.
  • Solution: Install the Boogu-Image package by running pip install -e /path/to/Boogu-Image and ensure that the package is correctly set up in your Python environment.

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