XmYx / ainodes-engine

GNU Lesser General Public License v2.1
250 stars 13 forks source link

error? Skipping execution: eval_signal(int) needs 1 argument(s), 0 given! #11

Closed JinEui-Kim closed 1 year ago

JinEui-Kim commented 1 year ago

image

i just try 'basic_sampler', but i got error below

torch 2.0.0+cu118, cuda 11.8, cudnn 8700

  0%|                                                                                           | 0/20 [00:00<?, ?it/s]
  5%|####1                                                                              | 1/20 [00:00<00:05,  3.45it/s]
 15%|############4                                                                      | 3/20 [00:00<00:02,  7.01it/s]
 25%|####################7                                                              | 5/20 [00:00<00:01,  8.97it/s]
 35%|#############################                                                      | 7/20 [00:00<00:01, 10.21it/s]
 45%|#####################################3                                             | 9/20 [00:00<00:01, 10.86it/s]
 55%|#############################################1                                    | 11/20 [00:01<00:00, 11.31it/s]
 65%|#####################################################3                            | 13/20 [00:01<00:00, 11.89it/s]
 75%|#############################################################5                    | 15/20 [00:01<00:00, 12.06it/s]
 85%|#####################################################################7            | 17/20 [00:01<00:00, 12.41it/s]
 95%|#############################################################################8    | 19/20 [00:01<00:00, 12.34it/s]
100%|##################################################################################| 20/20 [00:01<00:00, 10.90it/s]
XSAMPLE: (512, 512, 3)
K SAMPLER: 20 steps, euler  seed:  98336451659587041
Skipping execution: eval_signal(int) needs 1 argument(s), 0 given!

i have no idea what is problem here is my environment: windows 10 Ryzen 5800X RTX3080 12GB RAM 64GB

JinEui-Kim commented 1 year ago

Also cmd logs are like this

QWindowsContext::windowsProc: No Qt Window found for event 0x1c (WM_ACTIVATEAPP), hwnd=0x0x980a68.
QWindowsContext::windowsProc: No Qt Window found for event 0x1c (WM_ACTIVATEAPP), hwnd=0x0x980a68.
QWindowsContext::windowsProc: No Qt Window found for event 0x1c (WM_ACTIVATEAPP), hwnd=0x0x980a68.
QWindowsContext::windowsProc: No Qt Window found for event 0x219 (Unknown), hwnd=0x0x980a68.
QWindowsContext::windowsProc: No Qt Window found for event 0x219 (Unknown), hwnd=0x0x980a68.
QWindowsContext::windowsProc: No Qt Window found for event 0x219 (Unknown), hwnd=0x0x980a68.
QWindowsContext::windowsProc: No Qt Window found for event 0x1c (WM_ACTIVATEAPP), hwnd=0x0x980a68.
QWindowsContext::windowsProc: No Qt Window found for event 0x1c (WM_ACTIVATEAPP), hwnd=0x0x980a68.
QWindowsContext::windowsProc: No Qt Window found for event 0x1c (WM_ACTIVATEAPP), hwnd=0x0x980a68.
QWindowsContext::windowsProc: No Qt Window found for event 0x1c (WM_ACTIVATEAPP), hwnd=0x0x980a68.
QWindowsContext::windowsProc: No Qt Window found for event 0x1c (WM_ACTIVATEAPP), hwnd=0x0x980a68.
QWindowsContext::windowsProc: No Qt Window found for event 0x1c (WM_ACTIVATEAPP), hwnd=0x0x980a68.
XmYx commented 1 year ago

Hi! I've pushed an update, please restart the app twice to make sure everything gets updated and imported correctly. For the below message, that is very strange, see if you still get it after the update. What is your python version btw?

XmYx commented 1 year ago

Oh, I'll also probably change the data flow slightly, so images might be passed along as lists, that will get rid of the error you may be getting if you run text2video - interpolation - preprocess - controlnet - img2img

XmYx commented 1 year ago

We have done a lot of testing on windows, and improved threading accordingly, the images are now lists always, even if it's the one image, so it let's you iterate sequences a bit better. Please report back if you should find any bugs! : )

If you run into a weird font error on windows, run the run_skip_update.bat, that will also disable the internal console, which causes the issue currently, until I find the fix.