giulio98 commited on
Commit
03ad44f
·
verified ·
1 Parent(s): 29e1865

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +2 -2
pipeline.py CHANGED
@@ -14,8 +14,8 @@ class ScoreSdeVePipeline(DiffusionPipeline):
14
  A `ScoreSdeVeScheduler` to be used in combination with `unet` to denoise the encoded image.
15
  """
16
 
17
- unet: UNet2DModel
18
- scheduler: ScoreSdeVeScheduler
19
 
20
  def __init__(self, unet, scheduler):
21
  super().__init__()
 
14
  A `ScoreSdeVeScheduler` to be used in combination with `unet` to denoise the encoded image.
15
  """
16
 
17
+ unet
18
+ scheduler
19
 
20
  def __init__(self, unet, scheduler):
21
  super().__init__()