Kv.se7en

Results 8 comments of Kv.se7en

@tomRedox OK! Thanks very much! I will check it.

```js class MinStack { constructor() { this.min = Infinity; // Each element is also an array [currentValue,currentMin] this.elements = []; } get top() { return this.elements[this.size - 1][0]; } get...

> Is this still maintained? Yes. Still maintained

@garg I tried your solution, but I got the errors below: ``` Error occurred when executing IDGenerationNode: No operator found for `memory_efficient_attention_forward` with inputs: query : shape=(20, 4800, 1, 64)...

I've got the same issue. ``` OS: MacOS 13.5 SDW version: 1.5.1 python: 3.10.12 torch: 2.0.1 ``` When it's working, here's the log: ``` find model: /Users/xinhengs/.insightface/models/buffalo_l/genderage.onnx genderage ['None', 3,...

I got the same problem, when not using with `Face Enhancer` the FPS is about 15, but when using with `Face Enhancer` the FPS is about 1. Does anyone know...