Skip to content

How to setup a offline folder for the safetensors that work? #4

Description

@nnqq2603

Provide Stable Diffusion 2.1 diffusers weights

  1. The node defaults to stabilityai/stable-diffusion-2-1-base (512px).
  2. For sharper results you can use the 768px repo stabilityai/stable-diffusion-2-1.
    Example offline download:
  3. huggingface-cli download stabilityai/stable-diffusion-2-1 --local-dir "<your path>" --local-dir-use-symlinks False
  4. 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?

Image

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