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
3 changes: 3 additions & 0 deletions 3 extra_model_paths.yaml.example Original file line numberDiff line numberDiff line change @@ -30,6 +30,9 @@ a111: # clip_vision: models/clip_vision/ # configs: models/configs/ # controlnet: models/controlnet/ # diffusion_models: | # models/...
1 change: 1 addition & 0 deletions 1 extra_model_paths.yaml.example Original file line numberDiff line numberDiff line change @@ -13,6 +13,7 @@ a111: models/LyCORIS upscale_models: | models/ESRGAN models/RealESRGAN models/SwinIR embeddings: embeddings hypernetworks: models/hypernetworks...
folder_paths.py main.py nodes.py 2 changes: 1 addition & 1 deletion 2 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: ...
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 you store all of your models...
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 i cant select modelinthe notes,both unet_name and...
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...
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...
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
BF16 converter version - Merged into a single safetensor, only model.safetensors (+config.json for folder mode) are reqired. 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 call...