benjamin-paine commited on
Commit
3e3a5b6
·
verified ·
1 Parent(s): 81e3283

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ scheduler = FlowMatchEulerDiscreteScheduler.from_pretrained(model_repo_id, subfo
69
  # Create pipeline from our models
70
  pipe = StableDiffusion3Pipeline(
71
  vae=vae,
 
72
  text_encoder=text_encoder,
73
  text_encoder_2=text_encoder_2,
74
  text_encoder_3=text_encoder_3,
 
69
  # Create pipeline from our models
70
  pipe = StableDiffusion3Pipeline(
71
  vae=vae,
72
+ scheduler=scheduler,
73
  text_encoder=text_encoder,
74
  text_encoder_2=text_encoder_2,
75
  text_encoder_3=text_encoder_3,