1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00
This commit is contained in:
yiyixuxu
2026-01-21 12:29:12 +01:00
parent 1c500c8eeb
commit a232cd9d30

View File

@@ -12,8 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import PIL.Image
from typing import List
import PIL.Image
import torch
from ...utils import logging