Skip to content
Vladimir Mandic edited this page Oct 28, 2024 · 1 revision

Gated Models

Huggingface Login

Access to some models is gated by vendor and in those cases, you need to request access to model from the vendor.
For this you need to have a valid Huggingface account: Login or Sign Up

Huggingface login and/or access token is not required for non-gated models

Create Token

Note: This is a one-time operation as same access token is used for all gated models.

Once you are logged in, create access token that an external application such as SD.Next can use to access Huggingface on your behalf:

Go to: Huggingface -> Profile -> Settings -> Access Token -> Create new token
Or use this link

  • Token type: READ
    Do not use fine-grained to avoid complications
    Name is your choice
  • Create token
    Copy the token and store it in a safe place

Add Token to SD.Next

Go to: SD.Next -> System -> Settings -> Diffusers

  • Paste the token in the Huggingface Token field

Requesting Access

Note: Requesting access must be done on individual per-model case

Requesting access can be in the form of simply accepting vendors terms of service or filling a form to get access to the model or requesting access and waiting for approval.
In all cases, you need to go to model page on Huggingface and follow instruction.

Examples: FLUX.1, SD3.5

Once you have access, you can use the model in SD.Next as usual

Clone this wiki locally