Python script that organize loras (checkpoints / embeddings work too by base model) by
Base Model / Tags
there is also a txt file tags_config.txt
in which you can specify tags that should go to which directory
civitai must be online and the loras need the loraname.civitai.info file
(https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper) or (https://civarchive.com/models/16768?modelVersionId=377251)
Description
FAQ
Comments (9)
can organize models by creator?
Yes that would be possible.
Unfortunately i don't have time at the moment to work on this script.
@Morpheus09 :( i hope to see in the future!
how do I install it?
(from the chat )
it's a python script just double click it you need phyton installed but if you use Automatic1111 you should have it already installed
i dont know, i double click it and nothing is changing
it starts and closes in a momemt
i mean there should be a window pop up with a button "browse folder"
no, never saw that
can you right click it and run in the idle
edit with idle
Traceback (most recent call last): File "C:\Users\user\Desktop\1\myorg.py", line 4, in <module> import requests ModuleNotFoundError: No module named 'requests'
lol
i typed pip install requests
and now everything working
thanks
can this be adapted to work on subfolders with lora inside? all mine are organized inside of folders. Also it doesn't move all possible preview pictures, just the first i believe.
you could select one of the subfolder and organize each folder separately as a work around.
But it would be a little messy.
Yes your right it not considered multiple previews.
Unfortunately i don't have time at the moment to work on this script.
how to install it?
(from the chat )
it's a python script just double click it you need phyton installed but if you use Automatic1111 you should have it already installed
i dont know, i double click it and nothing is changing
it starts and closes in a momemt
i mean there should be a window pop up with a button "browse folder"
no, never saw that
can you right click it and run in the idle
edit with idle
Traceback (most recent call last): File "C:\Users\user\Desktop\1\myorg.py", line 4, in <module> import requests ModuleNotFoundError: No module named 'requests'
lol
i typed pip install requests
and now everything working
thanks
( thx maybe some other people have some issues)

