diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 24b8a78..ec6c5c7 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -7,102 +7,6 @@ "id": "b7dbd1bdd3ec0467", "type": "tabs", "children": [ - { - "id": "4c8cf6a75381e603", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "GTA San Andreas Cheat codes.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "8d4c752991192c9e", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "GTA San Andreas Cheat codes.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "25b20dd1dbed413a", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Garment.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "c3a84d13fba28ea1", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Meillisearch.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "8b4b3854a1cb6ef8", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "neo4j.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "6d90217a583512b1", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Python FastAPI.md", - "mode": "preview", - "source": false - } - } - }, - { - "id": "4cde0064753139a7", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Alpine.js DOCS.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "fcfc1b2cf3e1d235", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Alpine - How to....md", - "mode": "source", - "source": false - } - } - }, { "id": "ad5116a19015e36f", "type": "leaf", @@ -114,33 +18,8 @@ "source": false } } - }, - { - "id": "6cc8d6e8f519ab5e", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "nocoDB.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "2a4d0c3c49688a62", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Untitled 3.md", - "mode": "source", - "source": false - } - } } - ], - "currentTab": 8 + ] } ], "direction": "vertical" @@ -291,11 +170,11 @@ }, "active": "ad5116a19015e36f", "lastOpenFiles": [ + "ComfyUI.md", + "nocoDB.md", "Untitled 2.md", "Untitled 1.md", "Untitled 3.md", - "ComfyUI.md", - "nocoDB.md", "Alpine - How to....md", "Alpine.js DOCS.md", "Python FastAPI.md", diff --git a/ComfyUI.md b/ComfyUI.md index 83a9f5d..2146baf 100644 --- a/ComfyUI.md +++ b/ComfyUI.md @@ -47,6 +47,13 @@ sudo apt-get install -y cuda-drivers [Install Miniconda](https://docs.anaconda.com/free/miniconda/index.html#latest-miniconda-installer-links). This will help you install the correct versions of Python and other libraries needed by ComfyUI. +``` +mkdir -p ~/miniconda3 +wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh +bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3 +rm ~/miniconda3/miniconda.sh +``` + Create an environment with Conda. ```