Results 114 issues of Arthur Wolf

Following the exact instructions, here is what I get: ``` ╭─arthur at aquarelle in ~/dev/ai/yolov5_anime on master✘✘✘ 23-12-02 - 2:56:53 ╰─⠠⠵ python detect.py --weights weights/yolov5x_anime.pt --source ../manga/data/source/alita/Battle\ Angel\ Alita\ v02/Volume\...

Hello ! Really sorry for contacting you through an issue, I did not find your email anywhere, so this is the only way I found of getting your attention. Please...

Is there some way to use this so that there is no external call ( a GET to a worker.js file ) at all? I need my application to be...

Hello. The new -vision model lets you pass images (which end up as tokens). To properly calculate token use for my stuff, I'd need to be able to pass my...

I followed the provided instructions. I turned the demo_part3 file into a normal python file to test the code: ```python # Import necessary libraries import os import sys import torch...

Trying to install folllowing the instructions at https://github.com/myshell-ai/MeloTTS/blob/main/docs/install.md What happens (after a git copy) : ```bash ╭─arthur at aquarelle in ~/dev/ai/MeloTTS on main✔ 24-05-07 - 23:35:27 ╰─(base) ⠠⠵ docker build...

I got v2 to work by adapting the provided jupyter code into a python script ( https://github.com/myshell-ai/OpenVoice/blob/main/demo_part3.ipynb ). However, while I see the paper/demos showing control of emotion, and talk...

As per https://github.com/getumbrel/llama-gpt/issues/62

Running Ubuntu 23.04. Followed the git README instructions (git clone, cd, docker), I get: ``` ╭─arthur at aquarelle in ~/dev/ai/llama-gpt on master✔ 23-08-24 - 3:47:53 ╰─⠠⠵ docker compose up on...

Hello. With a lot of work, I got demo.py to work, but now I'm stuck. I can get it to do panel cutting/detection, but I have no idea how to...