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

ComfyUI Node: BOOGU: Load Edit Pipeline

Class Name

BOOGULoadEditPipeline

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

Specialized node for loading and configuring Boogu-Image Edit pipeline for image-to-image editing tasks in Boogu suite.

BOOGU: Load Edit Pipeline:

The BOOGULoadEditPipeline is a specialized node designed to load and configure the Boogu-Image Edit pipeline, which is tailored for image-to-image (I2I) editing tasks. This node is part of the Boogu suite of tools, which are aimed at enhancing image processing capabilities through advanced AI models. The primary purpose of this node is to facilitate the loading of the Edit model, which is optimized for transforming existing images based on specific instructions. By leveraging this node, you can seamlessly integrate the Edit pipeline into your workflow, allowing for efficient and effective image editing operations. The node ensures that the model is loaded with the appropriate configurations, such as data type and device settings, to optimize performance and resource utilization. This makes it an essential component for artists and developers looking to enhance their image editing capabilities with AI-driven solutions.

BOOGU: Load Edit Pipeline Input Parameters:

dtype

The dtype parameter specifies the data type used for computations within the pipeline. It determines the precision of the calculations, which can impact both performance and memory usage. The 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 consumption, especially on compatible hardware, while fp32 offers higher precision at the cost of increased resource usage.

device

The device parameter defines the hardware on which the model will be executed. Options include various CUDA devices (cuda, cuda:0, cuda:1, etc.) and cpu. The default setting is cuda, which utilizes the first available GPU for accelerated processing. Selecting the appropriate device can significantly affect the speed and efficiency of the pipeline, with GPUs generally providing faster execution times compared to CPUs.

enable_model_cpu_offload

This boolean parameter, enable_model_cpu_offload, determines whether parts of the model should be offloaded to the CPU to save GPU memory. By default, this is set to False. Enabling this option can be beneficial when working with large models or limited GPU memory, as it allows for more efficient memory management by offloading less frequently used components to the CPU.

force_reload

The force_reload parameter is an optional boolean that, when set to True, forces the pipeline to reload the model from scratch, bypassing any cached versions. This can be useful if you suspect that the cached model is outdated or corrupted. By default, this is set to False, meaning the node will attempt to use a cached version of the model if available, which can save time and resources.

BOOGU: Load Edit Pipeline Output Parameters:

pipeline

The pipeline output parameter represents the loaded Boogu-Image Edit pipeline, configured and ready for use. This output is crucial as it serves as the foundation for subsequent image editing tasks. The pipeline encapsulates the model and its configurations, allowing you to apply image-to-image transformations based on the specified instructions. It is an essential component for executing the editing operations and achieving the desired image modifications.

BOOGU: Load Edit Pipeline Usage Tips:

  • Ensure that your device has sufficient resources to handle the selected dtype and device settings, as these can significantly impact performance and memory usage.
  • Use the force_reload option sparingly, as it can increase loading times by bypassing cached models. Only enable it if you need to refresh the model due to updates or suspected cache issues.

BOOGU: Load Edit 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 missing or incorrectly placed.
  • Solution: Verify that the Boogu-Image Edit model is correctly downloaded and placed in the ComfyUI/models/boogu/Boogu-Image-0.1-Edit directory.

Could not import the boogu package

  • Explanation: This error indicates that the Boogu package is not installed, which is necessary for the pipeline to function.
  • Solution: Install the Boogu-Image package by running pip install -e /path/to/Boogu-Image to ensure all dependencies are available.

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