Commit
·
f1a59e2
1
Parent(s):
c74cf55
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -21,7 +21,7 @@ import torch
|
|
21 |
from diffusers.pipeline_utils import DiffusionPipeline, ImagePipelineOutput
|
22 |
|
23 |
|
24 |
-
class
|
25 |
r"""
|
26 |
This model inherits from [`DiffusionPipeline`]. Check the superclass documentation for the generic methods the
|
27 |
library implements for all the pipelines (such as downloading or saving, running on a particular device, etc.)
|
|
|
21 |
from diffusers.pipeline_utils import DiffusionPipeline, ImagePipelineOutput
|
22 |
|
23 |
|
24 |
+
class CustomPipeline(DiffusionPipeline):
|
25 |
r"""
|
26 |
This model inherits from [`DiffusionPipeline`]. Check the superclass documentation for the generic methods the
|
27 |
library implements for all the pipelines (such as downloading or saving, running on a particular device, etc.)
|