broadfield-dev commited on
Commit
190b6eb
·
verified ·
1 Parent(s): 82cbfc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ from PIL import Image
6
 
7
  # Define the list of models
8
  models = [
 
9
  "CompVis/stable-diffusion-v1-4",
10
  "runwayml/stable-diffusion-v1-5",
11
  "stabilityai/stable-diffusion-2-1-base",
 
6
 
7
  # Define the list of models
8
  models = [
9
+ "black-forest-labs/FLUX.1-dev",
10
  "CompVis/stable-diffusion-v1-4",
11
  "runwayml/stable-diffusion-v1-5",
12
  "stabilityai/stable-diffusion-2-1-base",