jnpatrick99

Results 13 issues of jnpatrick99

I have the following code ~~~ let result = await this.nightmare.evaluate(selector => { return Array.from(document.querySelectorAll(selector)) .map(element => element.innerText) .filter((el) => { return el && el != '' }); }, 'a');...

I have the new problem. Started after one of the recent updates. I get around 20-30 errors on the Output while Cmd+hovering over keywords. Using version 1.1.1 on macOS 10.14.6,...

bug
royale-dependency
royale-release-pending

After recent updates to as3mxml (v0.23.2) the ```java``` process started to throttle CPU when using as3mxml extension with VS Code (I'm using the most recent one, 1.39.2). I'm on a...

waiting-for-response

So `readRasters` returns transparent data in case of RGBA images. But `readRGB` always returns 3 channels right? How do I get transparency mask in that case (for example I'm reading...

Here's the message I get when I run it with ``-l``: ``brightness: unable to get brightness of display 0x1b56d7a4``. When I just run ``brightness 1`` nothing happens. I just compiled...

**Describe the bug** Started to happen today after all recent updates (updated Gradio etc). After 5-6 renders and changing of prompts the UI (Gradio backend?) stops responding. There are no...

bug-report

**Describe the bug** Could not run on Mac Pro with AMD GPU (RX 6800 XT) **To Reproduce** Steps to reproduce the behavior: 1. Run webui.sh 2. Displays an error "Could...

bug-report

So apparently `realesrgan` binaries are not supported on newer Ubuntus, they crash and `txt2imghd` doesn't work. Is there a way to use `realesrgan` python libraries instead of executable?

I noticed there should be a number in folder name with images, like 100_myimages or 6_myimages, otherwise the training would crash. What does this number mean? Is 100 better than...

Somehow the results are so much different from the original https://replicate.com/ali-vilab/i2vgen-xl . There's much less motion. Also all videos turn blue somehow, after 1-2 frames. You can see it even...