extra_model_paths.yaml.example Original file line numberDiff line numberDiff line change @@ -18,6 +18,6 @@ a111: #other_ui: # base_path: path/to/ui # checkpoints: models/checkpoints # custom_nodes: path/custom_nodes 7 changes: 5 additions & 2 deletions 7 folder_paths.py Orig...
Expected Behavior i use [extra_model_paths.yaml] file to share model folders Actual Behavior [extra_model_paths.yaml] does not work on flux model. it's work in comfyui/models folders. Steps to Reproduce every time Debug Logs no logs but ...
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface. - ComfyUI/extra_model_paths.yaml.example at latest · comfyanonymous/ComfyUI
Steps to reproduce the problem Your workflow on D:\ComfyUI_windows_portable\ComfyUI create a file called extra_model_paths.yaml and place new folder settings. Mine, as an example, is: #config for comfyui #your base path should be either an existing comfy install or a central folder where...
import folder_paths return folder_paths.get_folder_paths("custom_nodes") except: return [custom_nodes_path] comfy_path = os.environ.get('COMFYUI_PATH') if comfy_path is None: comfy_path = os.path.abspath(os.path.join(custom_nodes_path, '..')) @@ -340,7 +362,7 @@ def __win...
A powerful and modular stable diffusion GUI with a graph/nodes interface. - Update extra_model_paths.yaml.example: add RealESRGAN path · mdevey/ComfyUI@9ae6ff6
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface. - Normalize extra_model_config.yaml paths to prevent duplicates. (#6885) · comfyanonymous/ComfyUI@29d4384
Expected Behavior After adding model in the path specified in the extra_model_path.yaml and clicking refresh button or reload page, the new model can be selected. ComfyUI_frontend issue 1132, let me create issue here. Actual Behavior The...
To move T5 to a different drive/folder, do the same as you would when moving checkpoints, but add t5: t5 to extra_model_paths.yaml and create a directory called "t5" in the alternate path specified in the base_path variable. Usage Loaded onto the CPU, it'll use about 22GBs of sys...
To move T5 to a different drive/folder, do the same as you would when moving checkpoints, but addt5: t5toextra_model_paths.yamland create a directory called "t5" in the alternate path specified in thebase_pathvariable. Usage Loaded onto the CPU, it'll use about 22GBs of system RAM....