Geek7 commited on
Commit
ea81549
1 Parent(s): b344955

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  os.environ['HF_HOME'] = '/blabla/cache/'
5
 
6
  # Load the diffusion model
7
- pipe = DiffusionPipeline.from_pretrained("SG161222/RealVisXL_V5.0")
8
 
9
  def generate_image(prompt):
10
  # Generate the image based on the prompt
 
4
  os.environ['HF_HOME'] = '/blabla/cache/'
5
 
6
  # Load the diffusion model
7
+ pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev")
8
 
9
  def generate_image(prompt):
10
  # Generate the image based on the prompt