mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +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,22 +3,21 @@
|
||||
|
||||
#config for a1111 ui
|
||||
#all you have to do is change the base_path to where yours is installed
|
||||
a111:
|
||||
base_path: path/to/stable-diffusion-webui/
|
||||
|
||||
checkpoints: models/Stable-diffusion
|
||||
configs: models/Stable-diffusion
|
||||
vae: models/VAE
|
||||
loras: |
|
||||
models/Lora
|
||||
models/LyCORIS
|
||||
upscale_models: |
|
||||
models/ESRGAN
|
||||
models/RealESRGAN
|
||||
models/SwinIR
|
||||
embeddings: embeddings
|
||||
hypernetworks: models/hypernetworks
|
||||
controlnet: models/ControlNet
|
||||
a1111:
|
||||
base_path: path/to/stable-diffusion-webui/
|
||||
checkpoints: models/Stable-diffusion
|
||||
configs: models/Stable-diffusion
|
||||
vae: models/VAE
|
||||
loras: |
|
||||
models/Lora
|
||||
models/LyCORIS
|
||||
upscale_models: |
|
||||
models/ESRGAN
|
||||
models/RealESRGAN
|
||||
models/SwinIR
|
||||
embeddings: embeddings
|
||||
hypernetworks: models/hypernetworks
|
||||
controlnet: models/ControlNet
|
||||
|
||||
#config for comfyui
|
||||
#your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.
|
||||
Loading…
Reference in New Issue
Block a user