NameError: name 'vae_config' is not defined

#5
by jazzjackrabbit - opened

Banged my head for a bit, installed the correct flash-attention (a nightmare), and now this:

GGUF file(s) available. Select which one for VAE:

  1. ema-q8_0.gguf
  2. pig_ae_fp32-f32.gguf
  3. pig_ae_fp32-f16.gguf
    Enter your choice (1 to 3): 3
    VAE file: pig_ae_fp32-f16.gguf is selected!
    Traceback (most recent call last):
    File "/media/ia/AI/bagel/venv/bin/ggc", line 8, in
    sys.exit(init())
    ^^^^^^^^^^

File "/media/ia/AI/bagel/venv/lib/python3.12/site-packages/gguf_connector/init.py", line 145, in init
from gguf_connector import b2
File "/media/ia/AI/bagel/venv/lib/python3.12/site-packages/gguf_connector/b2.py", line 112, in
vae_config=vae_config,
^^^^^^^^^^
NameError: name 'vae_config' is not defined
Shutting down pynvml...

Searched around the internet, couldn't find any solution. Any clue?

vae_config should be loaded from line 95; your setting seems bypass the routing rules; you could try the full engine (get it here) see does it work for you or not

Sign up or log in to comment