Unet models and clip directory can not seen by Forge #1451
-
My Unet models stored in C:\SD_AI\ComfyUI\ComfyUI\models\unet I there a way to direct unet models and clips to Forge |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Does |
Beta Was this translation helpful? Give feedback.
Does
--vae-path
work for this? I thought it should be--vae-dir
.As I understand it, Forge treats unets same as checkpoints, expects them in same directory. So, there's no command line argument to change this.
Command line argument to set location for text encoders now added:
--text-encoder-dir
.