Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|