Skip to content

MagicClothing_生成 stabilityai/sd-vae-ft-mse does not appear to have a file named config.json. #77

@janelinbeisong1123

Description

@janelinbeisong1123

ComfyUI Error Report

Error Details

  • Node Type: MagicClothing_Generate
  • Exception Type: OSError
  • Exception Message: stabilityai/sd-vae-ft-mse does not appear to have a file named config.json.

Stack Trace

  File "H:\ComfyUIv1.3\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

  File "H:\ComfyUIv1.3\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

  File "H:\ComfyUIv1.3\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "H:\ComfyUIv1.3\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))

  File "H:\ComfyUIv1.3\custom_nodes\ComfyUI_MagicClothing\nodes.py", line 192, in garment_generation
    vae = AutoencoderKL.from_pretrained("stabilityai/sd-vae-ft-mse").to(dtype=torch.float16)

  File "H:\ComfyUIv1.3\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)

  File "H:\ComfyUIv1.3\python\lib\site-packages\diffusers\models\modeling_utils.py", line 612, in from_pretrained
    config, unused_kwargs, commit_hash = cls.load_config(

  File "H:\ComfyUIv1.3\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)

  File "H:\ComfyUIv1.3\python\lib\site-packages\diffusers\configuration_utils.py", line 406, in load_config
    raise EnvironmentError(

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