Spaces:
Runtime error
Runtime error
Update free_lunch_utils.py
Browse files- free_lunch_utils.py +1 -1
free_lunch_utils.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import torch
|
2 |
import torch.fft as fft
|
3 |
-
from diffusers.models.
|
4 |
from diffusers.utils import is_torch_version
|
5 |
from typing import Any, Dict, List, Optional, Tuple, Union
|
6 |
|
|
|
1 |
import torch
|
2 |
import torch.fft as fft
|
3 |
+
from diffusers.models.unets.unet_2d_condition import logger
|
4 |
from diffusers.utils import is_torch_version
|
5 |
from typing import Any, Dict, List, Optional, Tuple, Union
|
6 |
|