Skip to content

Load Clip Krea2 not in the List #6

Description

@cxbignekoc

Inside the Subgraph there is a Node called Load CLIP
with Type, Device Values, in Type is no krea2 found.

Clip should be the Ttext encoder?!

in this list

  • stable diffusion
  • stable cascade
  • sd3
  • mochi
  • pixart
  • cosmos
  • and so on

I get an Error

All needed safetensors are loaded like the tutorial suggested.
Do i need another Clip Loader or can i bypass?

I dont have anything in CLIP folder.

Image

This error is because its set up to another type.

`RuntimeError: ERROR: Could not detect model type of: /home/mx/comfy/ComfyUI/models/diffusion_models/krea2_turbo_fp8_scaled.safetensors

File "/home/mx/comfy/ComfyUI/execution.py", line 535, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^

File "/home/mx/comfy/ComfyUI/execution.py", line 335, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^

File "/home/mx/comfy/ComfyUI/custom_nodes/comfyui-lora-manager/py/metadata_collector/metadata_hook.py", line 171, in async_map_node_over_list_with_metadata
results = await original_map_node_over_list(
^^^^^
...<2 lines>...
)
^

File "/home/mx/comfy/ComfyUI/execution.py", line 309, in _async_map_node_over_list
await process_inputs(input_dict, i)

File "/home/mx/comfy/ComfyUI/execution.py", line 297, in process_inputs
result = f(**inputs)

File "/home/mx/comfy/ComfyUI/nodes.py", line 954, in load_unet
model = comfy.sd.load_diffusion_model(unet_path, model_options=model_options)

File "/home/mx/comfy/ComfyUI/comfy/sd.py", line 1883, in load_diffusion_model
raise RuntimeError("ERROR: Could not detect model type of: {}\n{}".format(unet_path, model_detection_error_hint(unet_path, sd)))
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions