From 34b4c6db0ca9aa7f491996f2af0cfd0a6cda8ea5 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Mon, 26 May 2025 12:27:35 -0400 Subject: update ignore file, main script --- run_flux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_flux.py') diff --git a/run_flux.py b/run_flux.py index 9d6c2b5..c54d04d 100644 --- a/run_flux.py +++ b/run_flux.py @@ -3,7 +3,7 @@ import argparse from dataclasses import dataclass, asdict from typing import Tuple, Optional from pathlib import Path -from PIL import Image +from PIL.Image import Image import uuid import logging -- cgit v1.1