mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 14:20:49 +08:00
WIP documentation work
This commit is contained in:
parent
f69b6225c0
commit
5b9eadc165
@ -1 +1,2 @@
|
||||
* @comfyanonymous
|
||||
* @doctorpangloss
|
||||
@ -477,6 +477,11 @@ The default installation includes a fast latent preview method that's low-resolu
|
||||
|
||||
Ctrl can also be replaced with Cmd instead for macOS users
|
||||
|
||||
# Configuration
|
||||
|
||||
## Extra Model Paths
|
||||
|
||||
|
||||
### Command Line Arguments
|
||||
|
||||
```
|
||||
@ -706,7 +711,7 @@ async with EmbeddedComfyClient() as client:
|
||||
# At this point, all the models have been unloaded from VRAM, and everything has been cleaned up.
|
||||
```
|
||||
|
||||
See [script_examples/basic_api_example.py](script_examples/basic_api_example.py) for a complete example.
|
||||
See [script_examples/basic_api_example.py](docs/examples/script_examples/basic_api_example.py) for a complete example.
|
||||
|
||||
### Remote
|
||||
|
||||
@ -722,7 +727,7 @@ with open("image.png", "rb") as f:
|
||||
f.write(png_image_bytes)
|
||||
```
|
||||
|
||||
See [script_examples/remote_api_example.py](script_examples/remote_api_example.py) for a complete example.
|
||||
See [script_examples/remote_api_example.py](docs/examples/script_examples/remote_api_example.py) for a complete example.
|
||||
|
||||
### OpenAPI Spec for Vanilla API, Typed Clients
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
@ -3,9 +3,8 @@
|
||||
|
||||
#config for a1111 ui
|
||||
#all you have to do is change the base_path to where yours is installed
|
||||
a111:
|
||||
a1111:
|
||||
base_path: path/to/stable-diffusion-webui/
|
||||
|
||||
checkpoints: models/Stable-diffusion
|
||||
configs: models/Stable-diffusion
|
||||
vae: models/VAE
|
||||
Loading…
Reference in New Issue
Block a user