mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
Fix tests
This commit is contained in:
parent
f694828f49
commit
1c2e6867fb
@ -174,11 +174,11 @@ def test_base_path_change_clears_old(set_base_dir_t):
|
||||
"photomaker",
|
||||
"classifiers",
|
||||
]
|
||||
|
||||
# todo: fix controlnet folder names
|
||||
|
||||
for name in single_model_paths:
|
||||
assert len(folder_paths.get_folder_paths(name)) == 1
|
||||
|
||||
for name in ["diffusion_models", "text_encoders", "configs"]:
|
||||
assert len(folder_paths.get_folder_paths(name)) == 2
|
||||
|
||||
for name in ["controlnet"]:
|
||||
assert len(folder_paths.get_folder_paths(name)) == 3
|
||||
Loading…
Reference in New Issue
Block a user