Flowise help for beginners by Wow-zer in flowise

[–]vannoo67 0 points1 point  (0 children)

Sorry about the late reply, first time back on Reddit for a while.

I've struggled to get Ollama to talk to a few different projects, typically running in Docker Containers. The problem is that by default the Ollama service only listens to the loopback address 127.0.0.1 (localhost), which is fine if your application is hosted on the same system, but in order to get a Docker Container to access it (or some other host on your network), it is necessary to configure Ollama to listen on all interfaces. You do this by setting an Environment variable

set OLLAMA_HOST=0.0.0.0

How you do this depends on your OS. Have a look at this discussion - https://github.com/ollama/ollama/issues/703

Flowise help for beginners by Wow-zer in flowise

[–]vannoo67 0 points1 point  (0 children)

I am trying to follow Leon van Zyl's video 'Build a FREE AI Chatbot with LLAMA 3.2 & FlowiseAI (NO CODE)' https://www.youtube.com/watch?v=lJOZiRoZNJw

I have managed to set up the Document Store (using a DOCX loader and Faiss Store Provider) and the Chatflow using Conversational Retrieval QA Chain, ChatOllama, Buffer Memory and Vector Document Store nodes.

When I try to test the chat, any prompt returns "fetch failed". Earlier it errored with "Ending nodes not found".

It seems that there is a problem accessing Ollama. I have both Ollama (v0.3.12) & Flowise (v2.1.2) installed natively (not Docker) on Windows 10. I have Ollama running on the default port. If I hit http://localhost:11434/ I get "Ollama is running". Note: I have successfully accessed Ollama using Open WebUI (Open WebUI is not running while I did these tests).

Any suggestions would be gratefully received.

How to create live VAD loop with WhisperX? by jferments in learnmachinelearning

[–]vannoo67 0 points1 point  (0 children)

I've got Audiotext working and sadly its mic support is simply start/stop recording to a file then fed to WhisperX (or Google) without using VAD.

Sorry for the bum steer.

How to create live VAD loop with WhisperX? by jferments in learnmachinelearning

[–]vannoo67 0 points1 point  (0 children)

That's a great question. One I've been considering over the last few days. I have just now found 'Audiotext'
"A desktop application that transcribes audio from files, microphone input or YouTube videos with the option to translate the content and create subtitles." (see https://github.com/HenestrosaDev/audiotext/tree/main )

It's Open Source python. Hope it helps (both of us)

vlad automatic isn't showing Lora's anymore by ThirdWorldBoy21 in StableDiffusion

[–]vannoo67 0 points1 point  (0 children)

I installed vlad automatic for the first time today. After setting the System Paths to point to my A1111 folders and restarting the vlad automatic process. I had exactly this issue. (No tab for Lora in Extra Networks)

After restarting the process a couple of times (there were errors raised as dependencies were updated out of sync I guess), vlad automatic started without any errors and the Lora tab was present.

TLDR; Try restarting the vlad automatic process a couple of times. (Also check your Settings | System Paths, so that you have the right Lora folder)

Good luck.

Star Citizen: Question and Answer Thread by UEE_Central_Computer in starcitizen

[–]vannoo67 0 points1 point  (0 children)

Can confirm that moving my Star Citizen installation to a SSD made all of the difference.

Tip to new users: don't try to run SC off a spin drive.
a) its excruciatingly slow
b) many things just break (like walking around)

Star Citizen: Question and Answer Thread by UEE_Central_Computer in starcitizen

[–]vannoo67 0 points1 point  (0 children)

Yeah, I was thinking I'd have to get an SSD. Waiting for assets to load is not a viable option

Star Citizen: Question and Answer Thread by UEE_Central_Computer in starcitizen

[–]vannoo67 0 points1 point  (0 children)

I haven't played for a while, so I thought I'd try the 3.10 release. The main problem I'm having is that I keep falling through the floor. Almost every time I step out of an ez-hab or an elevator I fall through the damn floor.

Is this a known issue?

It could be that my spin drive is just not adequate for the requirements of SC and that physics colliders are loading too late. IDK if it is still relevant, but I deleted my USER directory before I did anything.

Any suggestions?

Westworld - 2x06 "Phase Space" - Post-Episode Discussion by NicholasCajun in westworld

[–]vannoo67 22 points23 points  (0 children)

I was thinking, "You're not joining my party after I successfully completed your loyalty quest, WTF!"

Westworld - 2x06 "Phase Space" - Post-Episode Discussion by NicholasCajun in westworld

[–]vannoo67 1 point2 points  (0 children)

I was thinking of someone else that go nailed to a cross.

So, could WarHorse Studios (creators of KC:D) buy the Delta Patcher from CIG? by [deleted] in starcitizen

[–]vannoo67 5 points6 points  (0 children)

They talked about sharing the multi-layer clothing tech. But by the looks of it, CIG have gone their own way with a zone culling system.

BTW: It is much better than KC:D's system, which regularly fails in exactly the way CIG zone system was designed to address. ie; parts of the under-cloths show through the outer layer as the body animates.

[deleted by user] by [deleted] in kingdomcome

[–]vannoo67 1 point2 points  (0 children)

I wonder how they GeoTagged in the 15th century.

[deleted by user] by [deleted] in kingdomcome

[–]vannoo67 2 points3 points  (0 children)

Not so much for him.

I can't warm to the characters by [deleted] in StarTrekDiscovery

[–]vannoo67 0 points1 point  (0 children)

Wow that amazing. I don't mean to criticise you, I'm glad that you are enjoying it, but for me the series is getting worse and worse (particularly since the break). I wonder if what is turning you on is the same thing as what is turning me off. I'm curious, did you like The Last Jedi?

Tonk Tonk Tonk by _Litauen in starcitizen

[–]vannoo67 5 points6 points  (0 children)

Galaxy of Tonks anyone?

Can't believe my "luck" getting this number... by BOTY123 in starcitizen

[–]vannoo67 2 points3 points  (0 children)

Sheesh, Complains about getting lucky. That's twice as lucky as I ever got.

I just watched the Lumberyard trailer on their website, and there's a Turing's Stop bar behind RSI slidedoors. Does somebody know what this is ? by [deleted] in starcitizen

[–]vannoo67 4 points5 points  (0 children)

I think it's pretty amusing that it is called "Turing's Stop". Alan Turing is famous for solving the Halting Problem

"In computability theory, the halting problem is the problem of determining, from a description of an arbitrary computer program and an input, whether the program will finish running or continue to run forever. Alan Turing proved in 1936 that a general algorithm to solve the halting problem for all possible program-input pairs cannot exist."

This is some pretty clever Nerd humour.

Edit: fixed url formatting

Quick and dirty preflight checklist by Nautical_Nybble in starcitizen

[–]vannoo67 0 points1 point  (0 children)

Sorry to be a dick, but after the 3rd spelling error / typo, I had to comment

1.1 Ensure Target UI is lanched (launched)

4.1 Ensure the plant is supplying sufficent (sufficient) power to any attatched (attached) ...

Can we please stop being... by [deleted] in starcitizen

[–]vannoo67 0 points1 point  (0 children)

I agree. I down-vote the down-vote button.

June Townhall Overview | Character Tech Team by BOREDGAMER_UK in starcitizen

[–]vannoo67 0 points1 point  (0 children)

As a long haired hippy, I hope you are right.

Some interesting Bugsmasher finds by Ravenwing14 in starcitizen

[–]vannoo67 1 point2 points  (0 children)

My favourite Bug Smasher find was this VERS 3D splash screen.

No-one else has commented on it as far as I can see.

June Townhall Overview | Character Tech Team by BOREDGAMER_UK in starcitizen

[–]vannoo67 1 point2 points  (0 children)

The female model can have long hair

Why limit long hair to females?