Remove Heun scheduler

#3
by adamelliotfields - opened
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/spaces/zero/wrappers.py", line 256, in thread_wrapper
    res = future.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/user/app/lib/inference.py", line 205, in generate
    raise Error(f"RuntimeError: {e}")
gradio.exceptions.Error: "RuntimeError: 'FrozenDict' object has no attribute 'base_image_seq_len'"

Sign up or log in to comment