Understanding RunDiffusion Pathing for OpenSource Applications

Learn how to reference files correctly in RunDiffusion apps like Kohya, ComfyUI, and Automatic1111 using proper pathing.

Hero image for Understanding RunDiffusion Pathing for OpenSource Applications: Learn how to reference files correctly in RunDiffusion apps like Kohya, ComfyUI, and Automatic1111 using...

Understanding RunDiffusion Pathing for Open Source Apps

When working in opensource ai applications like Kohya or ComfyUI through RunDiffusion, knowing the correct file pathing is essential. This article covers the importance of using proper pathing when uploading or accessing files within your sessions, helping you avoid common errors and streamline your workflow.

Why Pathing Matters on RunDiffusion

RunDiffusion allows users to manage datasets, checkpoints, and outputs directly from its cloud environment. When accessing these files from within an application, a consistent file pathing structure must be used. Failing to follow this format will cause nodes or scripts to fail in locating the file, halting your project.

Correct File Pathing Format: /mnt/private/Folder/Subfolder

To access uploaded files or generated outputs, always reference the full path:

/mnt/private/FolderName/SubfolderName

Key details:

  • Always begin with /mnt/private/
  • Match folder and file names exactly (case-sensitive)

This structure applies universally across tools like:

  • Kohya (for LoRA training datasets)
  • ComfyUI (nodes that require paths)
  • Auto1111 and Deforum (batch image processing etc)

Common File Locations

Checkpoints:

  • Flux: /models/checkpoints/custom/flux/
  • Flux in ComfyUI Load Diffusion Model Node: /mnt/private/models/unet
  • SDXL: /models/checkpoints/custom/sdxl/
  • 1.5 Checkpoints: /models/checkpoints/custom/v1/

LoRa Files:

  • Flux LoRa: /models/lora/custom/flux/
  • SDXL LoRa: /models/lora/custom/sdxl/
  • 1.5 LoRa: /models/lora/custom/v1/

Tips to Avoid Common Pathing Issues

  • Double-check spelling and capitalization.
  • Use the Files browser to confirm folder structure.
  • Always preview file paths in nodes before running workflows.

Troubleshooting ComfyUI Workflows (September 2025) | RunDiffusion

This updated guide helps RunDiffusion users fix red nodes, missing models, broken paths, and deprecated nodes in the new ComfyUI layout. Learn to use Comfy Manager and restart sessions properly.

RunDiffusion Team

Troubleshooting ComfyUI Workflows (September 2025) | RunDiffusion

Uploading Files to RunDiffusion Storage | RunDiffusion

How to Use Aria2c and Gdown to Upload Files, Checkpoints, and LoRAs for RunDiffusion When working with RunDiffusion, you may need to upload large files such as model checkpoints, LoRA models, or other resources directly into files. Aria2c and Gdown, commands can help streamline this process, especially when uploading from multiple sources or Google Drive. This guide will teach you how to use Aria2c and Gdown to upload files efficiently for RunDiffusion. We’ll walk you through launching a FILE

RunDiffusion Team

Uploading Files to RunDiffusion Storage | RunDiffusion

Files Only: Quick Overview | RunDiffusion

FILES ONLY, RunDiffusion’s cloud file manager designed for fast file access. Easily upload, delete, or move files, access logs, and manage AI assets in folders like Images, Models, and Custom.

RunDiffusion Team

Files Only: Quick Overview | RunDiffusion