Kandinsky

#5
by VolkmarRoger - opened

Hello experts!
I have the following problem. When I run Kandinsky in ComfUI, the following message appears after some time of calculation!
Does anyone have any idea where the error could be? What settings should I make, or can it not run at all on my system?

AMD CPU, 16GB RAM, NVIDAI GTX 1050TI, 4GB

Error occurred when executing CheckpointLoaderSimple:

ERROR: Could not detect model type of: C:\Stability Matrix C\StabilityMatrix-win-x64\Data\Models\StableDiffusion\kandinsky3.pt

File "C:\Stability Matrix C\StabilityMatrix-win-x64\Data\Packages\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "C:\Stability Matrix C\StabilityMatrix-win-x64\Data\Packages\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "C:\Stability Matrix C\StabilityMatrix-win-x64\Data\Packages\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "C:\Stability Matrix C\StabilityMatrix-win-x64\Data\Packages\ComfyUI\nodes.py", line 518, in load_checkpoint
out = comfy.sd.load_checkpoint_guess_config(ckpt_path, output_vae=True, output_clip=True, embedding_directory=folder_paths.get_folder_paths("embeddings"))
File "C:\Stability Matrix C\StabilityMatrix-win-x64\Data\Packages\ComfyUI\comfy\sd.py", line 497, in load_checkpoint_guess_config
raise RuntimeError("ERROR: Could not detect model type of: {}".format(ckpt_path))

Thank you in advance
Volkmar

Sign up or log in to comment