kohya-ss / sd-webui-additional-networks

GNU Affero General Public License v3.0
1.79k stars 296 forks source link

no lora model showed in the list and file button not working #198

Open C1ao3Bo0 opened 1 year ago

C1ao3Bo0 commented 1 year ago

no lora model in the list, I have refreshed and I have many lora models in my lora folder image

when I hit file botton it gives me this error in console image

I am using v1.3.0 webui. Thanks!

stone100010 commented 1 year ago

LoRA模型只有放到extensions\sd-webui-additional-networks\models\lora目录下然后点击“刷新模型列表”之后才会出现。

kohya-ss commented 1 year ago

The folder to store LoRA models for this extension is \extensions\sd-webui-additional-networks\models\lora. Please place LoRA model to this directory.

If you want to use the LoRA folder for Web UI's built-in LoRA, please specify the folder (the full path to models\Lora) to the settings: Settings tab, select Additinal Network on left, and Extra paths to scan for LoRA models.

Mprogrammer2020 commented 1 year ago

@kohya-ss I've mounted s3 bucket to the system using s3fs in my Ubuntu machine. Done for the training using s3fs and storing the safetensors output inside s3fs folder. I've added the folder path of s3fs folder in the extra path for LoRA folder in settings, but the files are not showing in the LoRA tab.