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
I have a model stored in the "models" folder called model.safetensors
When running the app I run this:
python "app.py" --local_model "C:\Users\stablediffusion-infinity-master\models\model.safetensors"
SD runs but when I click "click to setup (may take a while)", it generate this error code.
It looks like the config file at 'C:\Users\stablediffusion-infinity-master\models\model.safetensors' is not a valid JSON file.
I've tried ckpt files which loaded but also gave me an error about weight. I'm trying to figure this one using safetensors first if you guys can help.
If not, I'll post the ckpt in a separate bug issue.
The text was updated successfully, but these errors were encountered:
I have a model stored in the "models" folder called model.safetensors
When running the app I run this:
python "app.py" --local_model "C:\Users\stablediffusion-infinity-master\models\model.safetensors"
SD runs but when I click "click to setup (may take a while)", it generate this error code.
It looks like the config file at 'C:\Users\stablediffusion-infinity-master\models\model.safetensors' is not a valid JSON file.
I've tried ckpt files which loaded but also gave me an error about weight. I'm trying to figure this one using safetensors first if you guys can help.
If not, I'll post the ckpt in a separate bug issue.
The text was updated successfully, but these errors were encountered: