KnoBuddy / VisualDiffusion

A GUI for text2img diffusion, as a visual alternative to CLI and Jupyter Notebooks.
MIT License
29 stars 3 forks source link

[BUG] prsgui fails to start #12

Closed WorldTeacher closed 2 years ago

WorldTeacher commented 2 years ago

Describe the bug when executing prsgui.py, it fails to start and displays this error message:

Prompts loaded
Traceback (most recent call last):
  File "VisualDiffusion/prsgui.py", line 608, in <module>
    set_variables()
  File "VisualDiffusion/prsgui.py", line 105, in set_variables
    n_samples = json_set['n_samples']
KeyError: 'n_samples'

To Reproduce Steps to reproduce the behavior:

  1. Install progrockstable
  2. Install VisualDiffusion
  3. enter python VisualDiffusion/prsgui.py
  4. See error

Expected behavior The GUI should open

Desktop (please complete the following information):

KnoBuddy commented 2 years ago

This is a product of ripping out the grid and collage stuff. I'll get right on it.

KnoBuddy commented 2 years ago

Fixed in /pull/13.

Please let me know if you run into any further issues.

WorldTeacher commented 2 years ago

I did a quick test and everything works fine, will do more extensive tests tomorrow and finally test stable-diffusion ^^ Thanks for the quick fix