missed checkin

This commit is contained in:
Victor Hall 2023-05-27 01:03:01 -04:00
parent f59b882376
commit 803cadfd53
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from typing import Optional, Tuple
import huggingface_hub
from diffusers import StableDiffusionPipeline
from utils.analyze_unet import get_attn_yaml
from utils.unet_utils import get_attn_yaml
def try_download_model_from_hf(repo_id: str) -> Tuple[StableDiffusionPipeline, str, bool, str] | None: