tintwotin commited on
Commit
592b013
1 Parent(s): 912401d

Comparing with the Animov weights

Browse files

I'm getting an error trying to load this with diffusers. I compared this file to the Animov one. And the path differed.

![image.png](https://s3.amazonaws.com/moonup/production/uploads/635a49da1e74f86419b30c74/eiVeUoFbiRz8ppNdbHf6B.png)

But I'm still getting this error, so, something else may be missing in order to get diffusers happy:

![image.png](https://s3.amazonaws.com/moonup/production/uploads/635a49da1e74f86419b30c74/7vVg7b_e_RRQ52aErSivP.png)

Files changed (1) hide show
  1. vae/config.json +1 -1
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.17.0.dev0",
4
- "_name_or_path": "/home/ubuntu/models/model_scope_diffusers/",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.17.0.dev0",
4
+ "_name_or_path": "./models/model_scope_diffusers/",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,