mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 14:35:44 +00:00
Move GFPGAN to GPU
This commit is contained in:
parent
bc8ec0fe55
commit
eef83a318c
3 changed files with 27 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ services:
|
|||
- ./output:/output
|
||||
- ./models:/models
|
||||
environment:
|
||||
- CLI_ARGS=--extra-models-cpu --optimized-turbo
|
||||
- CLI_ARGS=--gfpgan-gpu 0 --esrgan-cpu --optimized-turbo
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue