Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
JinEui-Kim opened this issue Mar 22, 2023 · 4 comments
Closed

Comments

@JinEui-Kim
Copy link

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
Copy link
Author

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
Copy link
Owner

XmYx commented Mar 22, 2023

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
Copy link
Owner

XmYx commented Mar 22, 2023

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
Copy link
Owner

XmYx commented Mar 22, 2023

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.

@XmYx XmYx closed this as completed Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants