Skip to content

Instantly share code, notes, and snippets.

View KawaneRio's full-sized avatar
:octocat:
For the Love of Open Source...っ!

川音리오 KawaneRio

:octocat:
For the Love of Open Source...っ!
View GitHub Profile
@geerlingguy
geerlingguy / stable-diffusion-ubuntu-2004-amd.sh
Last active March 15, 2024 06:52
Install Stable Diffusion on an AMD GPU PC running Ubuntu 20.04
# Note: This will only work on Navi21 GPUs (6800/6900+).
# See: https://github.com/RadeonOpenCompute/ROCm/issues/1668#issuecomment-1043994570
# Install Conda (latest from https://docs.conda.io/en/latest/miniconda.html#linux-installers)
wget https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh
bash Miniconda3-py39_4.12.0-Linux-x86_64.sh
# follow the prompts to install it, and run `conda` to make sure it's working.
# Install git and curl, and clone the stable-diffusion repo
sudo apt install -y git curl
@m-hayabusa
m-hayabusa / EASYEDA_PCB_Dongle_v0.1_2022-06-13.json
Last active January 29, 2024 12:03
make nRF52840 module to Watchman Dongle
{
"head": {
"docType": "3",
"editorVersion": "6.5.5",
"importedFrom": "Eagle",
"x": "0",
"y": "0",
"importFlag": 0,
"c_para": {},
"transformList": "",
@DanielArnett
DanielArnett / vive-tracker-ubuntu-instructions.md
Last active February 1, 2024 22:20
How to use the HTC Vive Trackers in Ubuntu using Python 3.6.

This tutorial will guide you through the setup of the HTC Vive Tracker in Python 3.6 on Ubuntu 14.04.

Prerequesites

Up to date graphics drivers

x86 architecture

SteamVR requires >4GB disk space