Skip to content

ComfyNodePRs/PR-ComfyUI-HfLoader-a04d18a1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComfyUI-HfLoader

A simple and easy to use Hugging Face model loader for ComfyUI.

Installation

In custom_node directory, run the following command to install the package:

git clone https://github.com/olduvai-jp/ComfyUI-HfLoader.git

And then, install the package:

pip install huggingface-hub

Usage

LoRA Loader From Hf

Load a model from Hugging Face model hub.

  • repo_name: The name of the repository.
  • filename: The name of the file.
  • api_token: The API token for the Hugging Face. If repo is public, this can be left empty.
  • strength_model: How strongly to modify the diffusion model. This value can be negative.
  • strength_clip: How strongly to modify the CLIP model. This value can be negative.
loraloaderfromhf

ControlNet Loader From HF

Load a model from Hugging Face model hub.

  • repo_name: The name of the repository.
  • filename: The name of the file.
  • api_token: The API token for the Hugging Face. If repo is public, this can be left empty.
loraloaderfromhf

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%