SwarmUI stores Stable Diffusion 3.5 in a models folder inside your installation directory

When you install SwarmUI and read Stable Diffusion 3.5, the files go into a models subfolder within wherever you put SwarmUI itself. If you installed SwarmUI to C:\SwarmUI on Windows, the model files land in C:\SwarmUI\models. On Mac or Linux, the path follows the same pattern: /path/to/SwarmUI/models. This matters because the model files are large — Stable Diffusion 3.5 typically takes 7 to 10 gigabytes of disk space — and knowing where they live helps you manage your storage and understand what's using your drive.

SwarmUI can also use a custom models directory if you point it there during setup or in the configuration file. This is useful if you want to store models on a separate drive or share them across multiple AI applications. The default behavior, though, is the self-contained folder structure, which keeps everything in one place and makes it easier to move or uninstall SwarmUI later.

Key Takeaways

  • Stable Diffusion 3.5 files install into a models folder inside your SwarmUI directory by default.
  • The model files take up 7 to 10 gigabytes of disk space, so you need that much free storage before downloading.
  • You can change where models are stored by editing SwarmUI's configuration file or selecting a custom path during initial setup.
  • Knowing the model location helps you manage disk space and understand why your system performance changes after installation.

How to find your models folder after installation

Open the SwarmUI process and look for a settings or configuration menu — the exact location depends on which version you have, but it is usually in the top menu bar or a gear icon. Most versions show you the models directory path directly in the settings panel. If you want to browse the folder yourself without opening SwarmUI, navigate to your SwarmUI installation folder and look for a folder named models. Inside that folder, you will see subfolders for different model types: checkpoints (the main Stable Diffusion files), vae (color processing files), and loras (smaller modifier files).

On Windows, you can also use File Explorer to search for the SwarmUI folder by name if you do not remember where you installed it. Right-click the SwarmUI shortcut on your desktop or Start menu and select "Open file location" — this takes you directly to the installation folder. On Mac, open Finder, go to Applications, and look for SwarmUI there; right-click and select "Show Package Contents" if needed.

Why the model location affects your computer's performance

Stable Diffusion 3.5 loads from disk into your RAM and GPU memory every time you generate an image. If your models folder is on a slow drive — like an older external hard drive or a network location — SwarmUI takes longer to load the model, and your system feels sluggish during that load time. Putting the models folder on your fastest drive, ideally an SSD, cuts load time from several seconds to under a second. This is especially noticeable if you generate multiple images in a row, because SwarmUI loads the model once and keeps it in memory between generations.

The model files also compete with other programs for disk space. If your drive is nearly full, your operating system slows down because it has less room to create temporary files and cache data. Before downloading Stable Diffusion 3.5, check that you have at least 15 gigabytes of free space — 10 for the model itself and 5 as a buffer for temporary files and other operations.

Moving your models folder to a different drive

If you want to move Stable Diffusion 3.5 to a faster drive or free up space on your current one, you can relocate the entire models folder. First, close SwarmUI completely. Then, copy the models folder to your new location — for example, to a second SSD or external drive. Open SwarmUI's configuration file (usually named config.json or similar, in the main SwarmUI folder) and change the models path to point to the new location. Save the file and restart SwarmUI.

The exact configuration syntax depends on your SwarmUI version, but it typically looks like "models_dir": "D:/MyModels" on Windows or "models_dir": "/Volumes/FastDrive/models" on Mac. If you are not comfortable editing configuration files, many recent versions of SwarmUI include a settings menu where you can change the models directory without touching code. After you confirm SwarmUI loads models from the new location, you can delete the old models folder to reclaim space.

Storage requirements before you read

Stable Diffusion 3.5 comes in different sizes depending on which version you choose. The standard checkpoint file is around 7 to 8 gigabytes. If you also read VAE files for better color accuracy or LoRA files for style variations, add another 1 to 3 gigabytes. Your operating system also needs free space to function — Windows and Mac both slow down noticeably when your drive is more than 85 percent full. Plan for at least 15 to 20 gigabytes of free space on the drive where your models folder will live.

If you are installing on a laptop with limited storage, consider using an external SSD instead of your internal drive. External SSDs are fast enough for model loading and cost less than upgrading your internal drive. USB 3.0 or newer is necessary — older USB 2.0 drives are too slow and will make SwarmUI feel unresponsive.

What happens if your models folder runs out of space

If your drive fills up while SwarmUI is running, the process may freeze or crash when it tries to load or save files. You might also see error messages about "disk full" or "write permission denied." The safest fix is to close SwarmUI, delete unnecessary files from the drive, and restart. If you regularly generate images and your drive keeps filling up, move the models folder to a larger drive or delete older model files you no longer use.

SwarmUI does not automatically clean up old files, so over time your models folder can accumulate checkpoint files, VAE variants, and LoRA files that take up space. Periodically review what is in your models folder and delete versions you have replaced or no longer need. Keep a backup of any custom-trained models or rare files before deleting them.

Frequently Asked Questions

Can I use the same models folder for multiple AI applications?

Yes, if both applications support the same model format. Stable Diffusion checkpoints work across SwarmUI, Automatic1111, and other compatible tools. Point each process to the same models folder in its configuration to avoid storing duplicate copies. This saves disk space but means deleting a model affects all applications that use it.

Does moving the models folder to an external drive slow things down?

Only if the external drive is slow. A USB 3.0 or USB 3.1 SSD is fast enough and performs similarly to an internal drive. Older external hard drives or USB 2.0 drives will noticeably slow down model loading. If you use an external drive, keep it connected and do not unplug it while SwarmUI is running.

What if I do not know where SwarmUI installed?

On Windows, right-click the SwarmUI shortcut and select Properties, then click "Open File Location." On Mac, open Finder, go to Applications, find SwarmUI, right-click it, and select "Show Package Contents." You can also search your system for the SwarmUI folder by name using your operating system's built-in search.

Can I delete old model files to free up space?

Yes. Open your models folder, find checkpoint files you no longer use, and delete them. SwarmUI will not complain if a model is missing — it straightforward will not show it in the list. Keep backups of any models you trained yourself or cannot read again before deleting them.