Ikari132 / civit-downloader

Other
2 stars 1 forks source link

[Feature request] An option to set the base folder elsewhere ? #2

Open devingfx opened 8 months ago

devingfx commented 8 months ago

Hi! Great extension! :)

Right now the base folder is the browser's downloads and then the model types subfolder as child... It would be usefull to get an option to select another base folder to download into (like the folder where you store your models for A1111/Comfy/Invoke/NameYourFavoriteUIHere) and then use the model type's subfolder in it...

Exemple: User base folder: /home/John/SD/automatic1111/stable-diffusion-webui/models Checkpoint folder: %User base folder%/Stable-Diffusion LoRA folder: %User base folder%/Lora ...

devingfx commented 8 months ago

Maybe with showDirectoryPicker() and the ability to remember the FileSystemHandle into IDB... But I'm not sure about Firefox compat though :/ (https://github.com/use-strict/file-system-access)