BlafKing / sd-civitai-browser-plus

Extension to access CivitAI via WebUI: download, delete, scan for updates, list installed models, assign tags, and boost downloads with multi-threading.
GNU Affero General Public License v3.0
306 stars 52 forks source link

[Bug]: Flux support? #335

Open onyxlee opened 1 week ago

onyxlee commented 1 week ago

Describe the bug.

This extension seems to be not getting any updates for a few months. Could you add a category in the drop down filter to allow us to search Flux related content? Thanks a lot!

Steps to reproduce the problem.

  1. Go to dropdown filter
  2. Press base model
  3. No flux category

Expected behavior

More categories to reflect recent SD development.

System info

Console logs

N/A

Additional information

No response

Natans8 commented 1 week ago

There's already a pull request for this issue. But it would be good to make the filter list update automatically with new models added to CivitAI almost on a monthly basis now.

onyxlee commented 1 week ago

Thank you, I second that. It would be amazing if this could be done automatically.

alfonslm commented 1 week ago

You should be able to copy paste the 1 change by hand in the meanwhile.

Just open the pull request and replace that line 188 for the civitai_gui.py file with a script editor eg Visual Studio Code

https://github.com/BlafKing/sd-civitai-browser-plus/pull/333/files https://code.visualstudio.com/Download

@Natans8 thanks for mentioning that some one have alredy made the fix

Edit: Restart after saving the changes to the .py file to reload the file

schoenid commented 1 week ago

Just open the pull request and replace that line 188 for the civitai_gui.py file

Works well on the local file. Thanks!