Gregory Dudek

Results 9 comments of Gregory Dudek

Same. Thread 1 Crashed:: Dispatch queue: quicklookd.serialgenerator 0 com.eminkura.WebpQuickLook 0x00000001099711f3 GenerateThumbnailForURL + 355

I think opencv (1) is old. It's probably the case that, if anything, opencv3 would be the next appropriate upgrade.

If you edit the apkSign.sh file and delete the portion reading "-sigalg SHA1withRSA -digestalg SHA1" you may find the default signature and digest algorithms work. For example, at the time...

I think the reload stations shortcut already exists! It's: ^C !! \n (Control-C and two exclamation marks and a return character).

Thanks for the feedback. I tried using a sleep because the error seems sporadic and thus smells a bit like a race condition to me. Putting in a short sleep...

Same problem on a i7 with rtx4090. If I kill the webui and restart it then the model is loaded, so I think it's a webui problem, which makes no...

As a very quick and dirty hack (and since it's just the deactivation) I modified [stable-diffusion-webui/modules/processing.py] as follows: ``` if not p.disable_extra_networks: extra_networks.deactivate(p, extra_network_data) ``` -> ``` if not p.disable_extra_networks:...

Very basic illustration of easily bluetoothctl can be scripted: **(echo scan on;sleep 60;echo scan off; echo quit)|bluetoothctl**

If it ain't compiled code then it's scripting. More to the point, you can use that kind of method (of which I just gave a basic illustration) to fully control...