How to hide the folders/subfolders in the LORA view in Show Extra Networks #47
-
I want to hide the folders and only show the search bar and cards in the LORA tab in Extra Networks panel. I'm guessing I need to edit ui_extra_networks_lora.py but I don't know what I should modify exactly.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
you better not do it this way on your next update you will lose your changes a better solution is to add this line in user.css file |
Beta Was this translation helpful? Give feedback.
-
Here is my user.css file which hides all folders! user.css |
Beta Was this translation helpful? Give feedback.
you better not do it this way on your next update you will lose your changes a better solution is to add this line in user.css file
[id$="2img_lora_subdirs"]{display:none;}