vault backup: 2024-09-25 17:31:13
Affected files: .obsidian/workspace.json ComfyUI.md
This commit is contained in:
parent
ba7a297d9a
commit
5a81adf011
|
@ -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",
|
||||
|
|
|
@ -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.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue