You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First create your CivitAI API key by logging into civit ai and navigating to https://civitai.com/user/account
Then go to "API Keys" section in the bottom and create your key.
Run the following command on terminal: wget --show-progress -O model.safetensors "https://api.civitai.com/download/models/950841?token=YOUR_TOKEN"
I think maybe the file your downloaded from civitai is only a FLUX transformer model.
This means you can't load it by FluxPipeline.from_single_file, which requires all FLUX components. You can load the transformer, text encoders, tokenizers, vae and scheduler first, and then pass them to FluxPipeline.__init__.
Describe the bug
We have this civit AI model: https://civitai.com/models/849864/razor-8step-rapid-real which we want to run using
from_single_file
, but it errors outReproduction
Then go to "API Keys" section in the bottom and create your key.
wget --show-progress -O model.safetensors "https://api.civitai.com/download/models/950841?token=YOUR_TOKEN"
Logs
System Info
Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points.
Who can help?
@sayakpaul
The text was updated successfully, but these errors were encountered: