Chat attach image, help
▲ 0 r/vscode

Chat attach image, help

I see the chat UI which Copilot uses is part of VS Code core, a great decision by the developers. I have been using the chat UI a lot the past few weeks, without being logged into Github as I ended my subscription last week.

https://code.visualstudio.com/docs/chat/chat-overview

They say a picture says a thousands words. When I worked with Copilot i would often paste in a screenshot to describe a problem. It's vital to my coding workflow.

After much frustration today I noticed on Windows 11 that the same functionality (image in chat) is only available if I'm logged into Github. I can't be logged into Github anymore.

The models I have plugged in are multi modal models like Minimax M3, so there's no reason why I should see "The attachments section on this message is empty — no file is linked. Could you try attaching it again?" I've tried drag and dropping the image file, copy and pasting the image, every way I've tried it won't work.

Has anyone else struggled with the same problem? Is there a fix out there?

u/migsperez — 5 days ago
▲ 2 r/ROCm

Rocm - Qwen3 TTS - Slow processing - help

I've been trying to use Qwen3-TTS on my AMD Radeon 9700 32gb. I've finally got to a point the where the card seems to be used when generating audio. See the screenshot.

The problem is, it's no quicker than running it on the CPU. 2mins to generate 20 seconds of audio, way above what it should be.

I've been trying to problem solve it for days. When it first starts, blue at first level, it seems GPU and VRAM are properly being used but when GPU % raises to the next level at 100% then the MEM Mhz goes to base speed at 96Mhz. And there seems to be high CPU usage than there should be but GPU % is at max too.

I've shared my work in progress at: https://github.com/8perezm/esuyo-qwen3-tts-rocm

The docker files are where most of the magic happens:
https://github.com/8perezm/esuyo-qwen3-tts-rocm/blob/main/Dockerfile
https://github.com/8perezm/esuyo-qwen3-tts-rocm/blob/main/compose.yaml
https://github.com/8perezm/esuyo-qwen3-tts-rocm/blob/main/app/server.py

Does anyone have any ideas of alterations I can make? All the other images I've tried including voicebox don't work, so I decided to start from scratch.

https://preview.redd.it/0bgaczr7wh9h1.png?width=1102&format=png&auto=webp&s=87779b78934ce6a20decce3e0d946b9d0c773246

My test command:

python test_custom_voice.py --url "http://192.168.5.4:8001/v1/audio/speech" --text "It worked beautifully in narrow, well-defined domains. The most famous example is MYCIN, built at Stanford in the 1970s, which diagnosed bacterial infections and recommended antibiotics. In tests, it actually outperformed human doctors." --output "speech5.wav" --speaker "Ryan"
reddit.com
u/migsperez — 10 days ago
▲ 9 r/Markdown+1 crossposts

Markdown viewer / editor

I created a markdown viewer application to be able to more easily view my agent's markdown documentation it creates. I use VS Code as my main IDE but found viewing .md files in there a bit of pain.

The application is fully vibe coded, mostly with Deepseek v4 Flash and also occasionally Minimax M3. It wasn't a one shot creation, there was a lot of iterations.

It's totally open source and will always be free with no limitations.

Suggestions and feedback is always appreciated.

https://github.com/8perezm/esuyo-markdown
https://github.com/8perezm/esuyo-markdown/releases

On windows I find it's better to install the msi file.

u/migsperez — 16 days ago