-
|
How set the specific directory (ex: D: models, instead of the default path) for loading all models and stuff? (Not by One-Click installer). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Using You can use |
Beta Was this translation helpful? Give feedback.
-
|
It works! Thank you so much! |
Beta Was this translation helpful? Give feedback.

Using
--model-dirwill set the environment variableXDG_CACHE_HOME, which will be used by diffusers.You can use
iopaint start-web-config --config-file installer-config.jsonto start a gradio page for configuration settings, the configuration will be saved ininstaller-config.json(including model_dir), and then useiopaint start --config installer-config.jsonto start the service.