jadechoghari
commited on
Commit
•
9885231
1
Parent(s):
4bd156b
Update pipeline.py
Browse files- pipeline.py +1 -0
pipeline.py
CHANGED
@@ -6,6 +6,7 @@ import sys
|
|
6 |
from huggingface_hub import hf_hub_download
|
7 |
from safetensors.torch import load_file
|
8 |
import os
|
|
|
9 |
from safetensors.torch import load_file
|
10 |
from .vae import AutoencoderKL
|
11 |
from .mar import mar_base, mar_large, mar_huge
|
|
|
6 |
from huggingface_hub import hf_hub_download
|
7 |
from safetensors.torch import load_file
|
8 |
import os
|
9 |
+
from torchvision.utils import save_image
|
10 |
from safetensors.torch import load_file
|
11 |
from .vae import AutoencoderKL
|
12 |
from .mar import mar_base, mar_large, mar_huge
|