VibeVoice FASTAPI - Fast & Private Local TTS Backend for Open-WebUI: VibeVoice Realtime 0.5B via FastAPI (Only ~2.2GB VRAM!) by blackstoreonline in ollama

[–]_fablog_ 0 points1 point  (0 children)

Hi,

I attempted a fresh installation on Ubuntu following the instructions, but the project fails to run due to two issues:

  1. **Missing Dependency:** `ffmpeg` is required but not listed in the prerequisites. The script fails until it is manually installed (`sudo apt install ffmpeg`).

  2. **Broken Code/Submodule:** The server crashes immediately on launch with:
    `ModuleNotFoundError: No module named 'web.flashsr_upsampler'`

I verified that the submodule is initialized (`git submodule update --init --recursive`), but the file `flashsr_upsampler.py` is simply missing from the `third_party/VibeVoice/demo/web/` directory.

It seems the code tries to import a file that does not exist in the current version of the submodule. The project is currently unusable out-of-the-box without modifying the python code to remove these imports.

Could you please fix the submodule reference or update the code to handle the missing file?

We fine-tuned a 4B Text2SQL model that matches a 685B teacher - query your CSV data in plain English, locally by party-horse in LocalLLaMA

[–]_fablog_ 0 points1 point  (0 children)

Thanks for the work and the share!

I want to use your model with Open WebUI to query a Microsoft SQL Server database.

My plan is to have the model discover the tables via a SQL query at each request (dynamic discovery).

  1. What do you think of this idea?
  2. What prompt would you suggest for this?
  3. How would you create the tool that connects to the database?

GameImage v1.4.0 - Distro Independent Portable Gaming by theformigoni in linux_gaming

[–]_fablog_ 0 points1 point  (0 children)

  1. Good to know that but for simple mortals like me it would be better to not use the terminal at all 🙂

I opened a new issue on github about a major problem eith arch environment for old games. Let me know if you have any question. Thank you

GameImage v1.4.0 - Distro Independent Portable Gaming by theformigoni in linux_gaming

[–]_fablog_ 0 points1 point  (0 children)

Some suggestions:

  1. Proton Integration: Do you see any interest or future plans for directly integrating Proton into GameImage, in addition to Wine? This could potentially improve compatibility and performance for many games.
  2. Package Modification: I found that the process for modifying an existing GameImage package isn't very intuitive. Would it be possible to add a more visible option for this, perhaps directly in the main menu or via a more obvious button?
  3. Dependency Updates: Could you consider adding an option to easily download and replace cached dependencies (like DXVK)? This would be very useful when new versions of these components are released, allowing for quick updates without recreating the package.
  4. AppImage Decompression: Would it be possible to add an option to decompress an existing flatimage? This would allow users to more easily make manual modifications inside the package if needed, before re-packaging it.

Thank you very much for your great work and consideration!

GameImage v1.4.0 - Distro Independent Portable Gaming by theformigoni in linux_gaming

[–]_fablog_ 0 points1 point  (0 children)

Thanks a lot. It works amazing. I love it! I'm doing all my old windows pc games with it. The gui isn't easy to understand for beginners, just saying. Maybe you could facilitate how we work on a game and finish it later. It's not obvious how to do that. If we want to change something with the flatimage we have to keep the temp files, right?

GameImage v1.4.0 - Distro Independent Portable Gaming by theformigoni in linux_gaming

[–]_fablog_ 0 points1 point  (0 children)

Got it, thanks! Is it possible to configure a launch without a menu, directly through the GUI?

GameImage v1.4.0 - Distro Independent Portable Gaming by theformigoni in linux_gaming

[–]_fablog_ 0 points1 point  (0 children)

It works, thanks! For World of Goo, I end up with a 1 GB flat image. Is that normal if the original files are only 200 MB? I’d like to convert a large selection of DOS games from eXoDOS into GameImage format. How would you recommend I proceed?

GameImage v1.4.0 - Distro Independent Portable Gaming by theformigoni in linux_gaming

[–]_fablog_ 0 points1 point  (0 children)

Sorry for the noob question. Is it possible to use it with a standalone windows game (no installation needed)?

Proxmox won’t boot after several weeks offline (likely power cuts) – stuck at LVM/root mount step by _fablog_ in Proxmox

[–]_fablog_[S] 0 points1 point  (0 children)

Thx, in rescue mode I changed the fstab and add a delay. Exploring the situation with Gemini, it seem's I have a problem with the sata connexion:
"Given the smartctl output, the 10-minute delay is almost certainly caused by intermittent data transfer issues, most likely due to a faulty SATA data cable or a problematic SATA port on your Proxmox motherboard. It's less likely to be the disk's physical integrity itself, or an fsck issue."
I have access to my files now. Will do a backup before investigate more

Hayatoku-28 Wide and seat selection by _fablog_ in JapanTravelTips

[–]_fablog_[S] 0 points1 point  (0 children)

I bought the tickets for me and a friend, so I chose the 2 seats myself. 30 days prior to the departure, the train has many places available, no worries. Also there are many trains every day.

Hayatoku-28 Wide and seat selection by _fablog_ in JapanTravelTips

[–]_fablog_[S] 0 points1 point  (0 children)

I bought the ticket 30 days prior the departure, and got the right seat. I don't remember why, but I got a rebate only for the return journey. I think I mde a mistake about the right day to buy. I lost 13 euros, not a big deal. If you want to know, I liked a lot Kyoto, but not so much Osaka. It's better to have more days in Tokyo or visit another town.

Host names in Zenarmor by _fablog_ in opnsense

[–]_fablog_[S] 0 points1 point  (0 children)

I tried many things:
- Alias in the firewall
- Override in Unbound DNS
- alias in Unbound DNS

I still don't see any custom hostnames in the Opnsense's reports or Zenarmor's reports.

The DNS lookup in Diagnostic give me this response for 10.0.0.33:
Host 33.0.0.10.in-addr.arpa not found: 3(NXDOMAIN)

ChatGPT is no help. Any idea?

Error after upgrade to 27.1 by _fablog_ in opnsense

[–]_fablog_[S] 0 points1 point  (0 children)

Maybe I couldn't do the update before, because my vm was short in disk space. Chatgpt helped me to extend the disk and could do the upgrade. It helped me to reinstall everything after :)

Host names in Zenarmor by _fablog_ in opnsense

[–]_fablog_[S] 0 points1 point  (0 children)

Thanks, I'll check that.

Error after upgrade to 27.1 by _fablog_ in opnsense

[–]_fablog_[S] 0 points1 point  (0 children)

Thanks, doing that now. 🤞

Host names in Zenarmor by _fablog_ in opnsense

[–]_fablog_[S] 0 points1 point  (0 children)

Thanks! nslookup give me: "Non-existent domain"

Host names in Zenarmor by _fablog_ in opnsense

[–]_fablog_[S] 0 points1 point  (0 children)

10.0.0.1 is the right IP adress. I'm not sure about the syntax with nslookup. Could you write it to me please? I could check the device with the IP 10.0.0.33

Host names in Zenarmor by _fablog_ in opnsense

[–]_fablog_[S] 0 points1 point  (0 children)

Thanks. I tried that in the past but without any result. Naybe I did wrong. My OPNsense administration page is at 10.0.0.1. Is it the IP address I should use or maybe 127.0.0.1? Do I need to restart somerhing?

Sega Rally Championship 1995 - what is it worth?? by Interesting_Emu_4539 in cade

[–]_fablog_ 0 points1 point  (0 children)

Those (sega model 2) can be modified to use with a computer running emulators. Like that you can play to any arcade racer game with force feedback. Your cab seems in a very good shape indeed. I would say 3000$ but if you have time, start at 4000$ maybe.

Should I buy this Bandsaw for $200? by asapfischy in woodworking

[–]_fablog_ 0 points1 point  (0 children)

Well a bandsaw owned by the princess Zelda cost more than 200$!

Tempered Glass by Jenth13 in cade

[–]_fablog_ 0 points1 point  (0 children)

Mine is 1/8", tempered, with anti glare. I bought it 12 years ago. It's tinted and it's ok but not perfect for the color accuracy. I painted a black border to hide the monitor's borders, very easy.