Provide Stable Diffusion 2.1 diffusers weights
- The node defaults to stabilityai/stable-diffusion-2-1-base (512px).
- For sharper results you can use the 768px repo stabilityai/stable-diffusion-2-1.
Example offline download:
huggingface-cli download stabilityai/stable-diffusion-2-1 --local-dir "<your path>" --local-dir-use-symlinks False
- Point the base_model_path input at the chosen folder or keep the repo id to download on demand.
==========
The #4 is the point I can't do. I already git clone the entire huggingface repo (https://huggingface.co/EricRollei/SAI-SD2.1-for-HYPIR) contains all necessary files (included the safetensors) into a folder in my local system.
*\comfy\ComfyUI\models\HYPIR\SAI-SD2.1-for-HYPIR\
And I enter *HYPIR\SAI-SD2.1-for-HYPIR* to base_model_path input field, but it doesn't work. How exactly to format the folder to the proper diffuser-format directories like the tooltip text seems to hint at?

Provide Stable Diffusion 2.1 diffusers weights
Example offline download:
huggingface-cli download stabilityai/stable-diffusion-2-1 --local-dir "<your path>" --local-dir-use-symlinks False==========
The #4 is the point I can't do. I already git clone the entire huggingface repo (https://huggingface.co/EricRollei/SAI-SD2.1-for-HYPIR) contains all necessary files (included the safetensors) into a folder in my local system.
*\comfy\ComfyUI\models\HYPIR\SAI-SD2.1-for-HYPIR\
And I enter *HYPIR\SAI-SD2.1-for-HYPIR* to base_model_path input field, but it doesn't work. How exactly to format the folder to the proper diffuser-format directories like the tooltip text seems to hint at?