Uncategorized / March 9, 2024

Stable Diffusion Web UI

The following post is a collection of notes and links on SDUI usage and modification. Adding stabilityai/stable-video-diffusion-img2vid-xt to Automatic1111’s SDUI. See: After installing the appropriate virtual environment: and the required modules to allow forge to function, you need to git pull the svd model into the ./models/svd directory: Adding zero123 to forge So the SVD

Read More
Uncategorized / February 20, 2024

Q & A with an LLM: Solving problems with Gene Therapy?

This post is a place where I can store the output of queries from an LLM for further review and research; specifically validation of claims. This particular series centers around interest in using gene therapy techniques to achieve lasting effects similar to transient ones achieved from pharmaceutical agents. For example, ADD treatment often involves various

Read More
Uncategorized / February 16, 2024

Accelerating Chemical Reactions using Applied Volatage

The principles of electrochemistry have long employed an electrical framework of understanding to characterize various chemical reactions (mostly oxidation and reduction reactions, tabulated in a so-called redox reaction list). However, it came so my attention from scroll addiction that MIT has recently discovered a way to employ applied voltage to reactions which do not fall

Read More
Uncategorized / February 15, 2024

Neural Network Research (Random Notes on General Theory and Practice)

Regarding the underlying mechanisms of machine learning, matrix operations are the backbone of the mathematical framework in which all emergent phenomena arise. Something like a ‘mathematical aether‘, this conceptual framework provides the necessary richness of context which patterns of a useful nature require to be defined. In contemporary technologies, dimension of the involved matrices is

Read More
Uncategorized / February 15, 2024

Integrating Gradio Apps

In order to construct more interesting tools for monkeys to use, it is helpful to be able to integrate the modular tools you are already experimenting with. To that end… “Using the gradio_client library, we can easily use the Gradio as an API to transcribe audio files programmatically. Here’s the entire code to do it: The Gradio

Read More
Uncategorized / February 11, 2024

Rudimentary Chat Bot – OpenVoice, Whisper & LLM

Using ollama, and the dolphin-2.5-mixtral-8x7b model a simple script to test TTS and requests from Ollama server is being constructed. These are some reference notes. Okay this was successful and resulted in a script called askbot.py which is run from a shell script called askbot.sh. Recording Audio for an undetermined time This is the next

Read More
Uncategorized / January 27, 2024

GPU Server for LLMs, SD Pipelines, etc.

So, in experimenting with these neural network trained models, it has become apparent that either one must buy a lot of expensive individual GPU cards to achieve the core density and VRAM necessary for interesting experiments like training or local model services; or, one can set up a server with several slightly older model GPUs

Read More
Uncategorized / January 19, 2024

Musings of an LLM on Earth’s Mysteries

This post proceeds as prompt, then output. Model used dolphin-mixtral:latest in ollama, no-gpu. Vimanas >>> describe the mercury vortex engine of the vimana and how to construct one with modern methodsThe Mercury Vortex Engine (MVE) is a hypothetical propulsion system mentioned in the ancient Indian texts called “Vimana Shastras.” These texts describe advanced aerial vehicles

Read More
Uncategorized / December 29, 2023

Uncensored AI: Dolphin-Mixtral FOSS

NOTE: Creating an ollama model uses space on sda. Considering the usefulness of AI, and the commercial nature of our particular culture here in America, there is little doubt that the future will bring proprietary information in the forms most beneficial for those markets in which it is valuable. Basically, a free AI is a

Read More