n00mkrad / text2image-gui

Somewhat modular text2image GUI, initially just for Stable Diffusion
GNU General Public License v3.0
935 stars 95 forks source link

Error while load model #25

Open hzn666 opened 1 year ago

hzn666 commented 1 year ago

I tried to compile the code locally. I installed mambaforge and correctly installed the Python environment and stable diffusion code, and I was able to generate the image correctly using the Dream.py CLI, however, in the GUI, after clicking the Generate button, the Output shows:

Loading Stable Diffusion with model "stable-diffusion-1.4"... Exception thrown: 'System.ComponentModel.Win32Exception' in System.dll ExportLoop START Exception thrown: 'System.ArgumentException' in mscorlib.dll Exception thrown: 'System.ArgumentException' in mscorlib.dll Exception thrown: 'System.ArgumentException' in mscorlib.dll Exception thrown: 'System.ArgumentException' in mscorlib.dll Exception thrown: 'System.ArgumentException' in mscorlib.dll Exception thrown: 'System.ArgumentException' in mscorlib.dll Exception thrown: 'System.ArgumentException' in mscorlib.dll Exception thrown: 'System.ArgumentException' in mscorlib.dll [infinite Repeat] ......

Looking forward to the reply!