Using Stable Diffusion installed models in ComfyUI

Ying Li
2 min readJun 3, 2024

--

This article will show you how to concatenate installed model files from Stable Diffusion for use in ComfyUI, thus avoiding duplicate models taking up extra hard disk space.

Step 1: Open the Example File

Find a configuration file for the extra model path in the root directory:

extra_model_paths.yaml.example.

Right-click and open the file using Notepad or any code editing software.

Step 2: Replace the Code and Save

Next, replace the underlined part of the picture with the root directory of your Web UI with models (i.e., the folder with the webui.user.bat file). Save and close the file.

Step 3: Change the File Type

Delete the .example suffix and click "Yes" to change the file extension.

If there is no pop-up window, please check if “File Extension” is checked. If not, check it and retry this step.

Congratulations, you have completed all the settings and can enjoy your ComfyUI journey.

--

--