Update pipeline.py
Browse files- pipeline.py +2 -0
pipeline.py
CHANGED
|
@@ -6,6 +6,8 @@ import sys
|
|
| 6 |
from huggingface_hub import hf_hub_download
|
| 7 |
from safetensors.torch import load_file
|
| 8 |
import os
|
|
|
|
|
|
|
| 9 |
from .vae import AutoencoderKL
|
| 10 |
from .mar import mar_base, mar_large, mar_huge
|
| 11 |
|
|
|
|
| 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 PIL import Image
|
| 11 |
from .vae import AutoencoderKL
|
| 12 |
from .mar import mar_base, mar_large, mar_huge
|
| 13 |
|