Update pipeline.py
Browse files- pipeline.py +2 -2
pipeline.py
CHANGED
@@ -4,9 +4,9 @@ import torch.nn as nn
|
|
4 |
from diffusers import DiffusionPipeline
|
5 |
|
6 |
|
7 |
-
class
|
8 |
|
9 |
-
modeling_file = "pipeline.py"
|
10 |
|
11 |
def __init__(self, vae, unet, scheduler, muvis, linear):
|
12 |
super().__init__()
|
|
|
4 |
from diffusers import DiffusionPipeline
|
5 |
|
6 |
|
7 |
+
class MusImPipeline(DiffusionPipeline):
|
8 |
|
9 |
+
# modeling_file = "pipeline.py"
|
10 |
|
11 |
def __init__(self, vae, unet, scheduler, muvis, linear):
|
12 |
super().__init__()
|