Felix Pankratz

Results 10 comments of Felix Pankratz

`{"INFERENCE_NUM_THREADS": 16}` gave me half a second of speed boost per iteration on `AMD Ryzen 7 3700X`, running at 4 s/it @ 4 GHz. This is quite a lot slower...

@Neowam no need to post the entire script... Line 29 in `stable_diffusion_engine.py` with the latest version.

Worth noting that the Proxmark sources use its built-in FPGA, so adapting the code is going to be challenging. Here is a talk about how the Legic protocol was reversed:...

What about the `/latest_version` endpoint? I can't find any documentation on that, but I can successfully use it to get links to embeddable streams in my project. There seems to...

I ran into this today. The Flipper doesn't hang, I can quit out with the Back button. But "Unlock with Reader" does not seem to work, it stays in the...

@skotopes One of their obscurity strategies is afaik to (almost) only sell B2B. But after some searching, I found this shop in the UK that doesn't require you to request...

@Lex-2008 thank you for this! I finally got around to it. Compiling [cmark](https://github.com/commonmark/cmark) and replacing `Markdown.pl` with it works. As I expected, no code highlighting though. Doesn't seem like `cmark`...

I was able to get Ingress working using a Facebook account, but I first had to enable the SafetyNet feature in microG. EDIT: Well, it was stuck trying to load...

This happens on my rather small server aswell, after some time of testing. Maybe calling `HAS_MODEL_LOADED` and `REQUEST_MODEL` can help out?

> In short, the model is always loaded and there is no way to check if the current texture is "x". This appears to be the case, but it might...