By Alkademy Training:
Moments In Digital Ink
Welcome to Moments In Digital Ink, where everyday experiences are captured and shared through the power of words. Discover heartfelt stories, thought-provoking insights, and creative musings that inspire and entertain. Explore heartfelt stories and inspiring insights at Moments In Digital Ink. This blog captures everyday experiences through engaging narratives and creative musings. Join us on a journey of reflection, inspiration, and connection.
Tuesday, March 31, 2026
Sunday, March 29, 2026
Give Me 18 Minutes and I’ll Make you Dangerously Smart (with AI)
Another great comprehensive AI tools usage video by theMITmonk:
Wednesday, March 18, 2026
NVIDIA GTC Keynote 2026
Experience the future of innovation. Join NVIDIA CEO Jensen Huang for his GTC keynote as he pulls back the curtain on the next era of AI. From the rise of AI factories to the power of physical AI, witness the breakthroughs transforming how the world builds intelligent systems.
Tuesday, March 17, 2026
Introduction to Machine Learning Videos
Introduction to Machine Learning Videos (tensorflow)
Stanford CS229: Machine Learning Course, Lecture 1 - Andrew Ng
Career Advice in AI
How to Run YOLO 26 Detection Models on the NVIDIA Jetson Orin Nano
Monday, March 9, 2026
Reinstall Torch for the Stable Diffusion Web UI
Reinstall Torch for the Stable Diffusion Web UI
Step-by-Step Guide
Locate the startup file: Navigate to your main Stable Diffusion Web UI installation folder. Find the file named webui-user.bat (for Windows) or webui.sh (for Linux/macOS).
Edit the file: Open the file in a text editor (like Notepad or VS Code).
Add the command-line argument: Locate the line that starts with set COMMANDLINE_ARGS= (on Windows). Add --reinstall-torch to the arguments line.
Windows example (webui-user.bat):
batch
set COMMANDLINE_ARGS=--reinstall-torch
Linux/macOS example (webui.sh):
bash
# Locate the "COMMANDLINE_ARGS=" line and modify it
COMMANDLINE_ARGS="--reinstall-torch"
If you have other arguments already there, simply add a space and then --reinstall-torch.
Save the file and close the text editor.
Run the web UI: Double-click the webui-user.bat (or run ./webui.sh in your terminal) file to start the application.
Wait for the process to complete: The UI will start, and the console will show messages indicating that it is installing Torch and torchvision. This process will download large files and may take some time.
Remove the flag (important!): Once the installation is complete and the web UI has loaded successfully, close the application. Re-open the webui-user.bat file in your text editor and remove the --reinstall-torch flag from the COMMANDLINE_ARGS line. If you do not remove it, it will reinstall Torch every time you launch the web UI.
Save the file again and restart your web UI as normal. The new Torch version should now be installed and active.
Note: This process installs the specific version of Torch that the web UI is tested to work with, which may not always be the absolute latest version available on the official PyTorch website.
Tuesday, February 17, 2026
-
From my tests as shown in the screenshots below, the more realistic images generated by AI are all dependent on how detailed and clear the ...
-
Welcome to Moments In Digital Ink! This blog is a space where everyday experiences and reflections come to life through the power of words....
