Spaces:
Runtime error
Runtime error
Rename pipeline_flux_de_distill.py to pipeline.py
Browse files
pipeline_flux_de_distill.py → pipeline.py
RENAMED
|
@@ -137,7 +137,7 @@ def retrieve_timesteps(
|
|
| 137 |
return timesteps, num_inference_steps
|
| 138 |
|
| 139 |
|
| 140 |
-
class
|
| 141 |
r"""
|
| 142 |
The Flux pipeline for text-to-image generation.
|
| 143 |
|
|
|
|
| 137 |
return timesteps, num_inference_steps
|
| 138 |
|
| 139 |
|
| 140 |
+
class FluxWithCFGPipeline(DiffusionPipeline, FluxLoraLoaderMixin, FromSingleFileMixin):
|
| 141 |
r"""
|
| 142 |
The Flux pipeline for text-to-image generation.
|
| 143 |
|