mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
fix: update requirements to include 'toml' and correct pip install command in README. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/134
This commit is contained in:
@@ -146,7 +146,7 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/willmiao/ComfyUI-Lora-Manager.git
|
git clone https://github.com/willmiao/ComfyUI-Lora-Manager.git
|
||||||
cd ComfyUI-Lora-Manager
|
cd ComfyUI-Lora-Manager
|
||||||
pip install requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -12,7 +12,8 @@ dependencies = [
|
|||||||
"piexif",
|
"piexif",
|
||||||
"Pillow",
|
"Pillow",
|
||||||
"olefile", # for getting rid of warning message
|
"olefile", # for getting rid of warning message
|
||||||
"requests"
|
"requests",
|
||||||
|
"toml"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ beautifulsoup4
|
|||||||
piexif
|
piexif
|
||||||
Pillow
|
Pillow
|
||||||
olefile
|
olefile
|
||||||
requests
|
requests
|
||||||
|
toml
|
||||||
Reference in New Issue
Block a user