Frature request: Add Flux as model #330
Replies: 2 comments
-
I took the liberty of implementing this, instructions for editing below, but I also made a fork and submitted a pull request. How to Add Flux.1 and Flux.1 D Filtering to CivitAI Browser+Follow these steps to add Flux.1 S and Flux.1 D filtering capabilities to your CivitAI Browser+ extension: In your Civitai Browser+ extension scripts folder likely in Step 1: Update the Base Model OptionsIn base_filter = gr.Dropdown(label='Base model:', multiselect=True, choices=["SD 1.4","SD 1.5","SD 1.5 LCM","SD 2.0","SD 2.0 768","SD 2.1","SD 2.1 768","SD 2.1 Unclip","SDXL 0.9","SDXL 1.0","SDXL 1.0 LCM","SDXL Distilled","SDXL Turbo","SDXL Lightning","Stable Cascade","Pony","SVD","SVD XT","Playground v2","PixArt a", "Flux.1 S", "Flux.1 D","Other"], value=None, type="value", elem_id="centerText") Step 2: Test the Changes
These changes will allow you to filter for Flux.1 S and/or Flux.1 D models individually or together, while maintaining the functionality for other base models. |
Beta Was this translation helpful? Give feedback.
-
Awesome, thanks so much! |
Beta Was this translation helpful? Give feedback.
-
As per title, with the explosion of Flux related material on CivitAI, is it possible to add Flux as a model type in this drop down? Please and thanks :)
Beta Was this translation helpful? Give feedback.
All reactions