Merge branch 'main' into fix/inpaint_gen

This commit is contained in:
psychedelicious
2023-08-18 15:57:48 +10:00
106 changed files with 444 additions and 417 deletions

View File

@ -1,9 +1,8 @@
# Copyright (c) 2023 Kyle Schouviller (https://github.com/kyle0654)
from typing import Literal, Optional, Tuple, Union
from typing import Literal, Optional, Tuple
import torch
from anyio import Condition
from pydantic import BaseModel, Field
from .baseinvocation import (