mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-09 06:45:09 +00:00
explicit import for BinaryIO, will fix #405
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
from typing import *
|
from typing import Union, BinaryIO
|
||||||
from huggingface_hub import HfApi
|
from huggingface_hub import HfApi
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from library.utils import fire_in_thread
|
from library.utils import fire_in_thread
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user