Added initial support for f-lite model

This commit is contained in:
Jaret Burkett
2025-05-01 11:15:18 -06:00
parent 5890e67a46
commit d9700bdb99
9 changed files with 1076 additions and 4 deletions

View File

@@ -145,7 +145,7 @@ if TYPE_CHECKING:
def concat_prompt_embeddings(
unconditional: 'PromptEmbeds',
conditional: 'PromptEmbeds',
n_imgs: int,
n_imgs: int=0,
):
from toolkit.stable_diffusion_model import PromptEmbeds
text_embeds = torch.cat(