initial SD3 support

This commit is contained in:
AUTOMATIC1111
2024-06-16 08:04:31 +03:00
parent a7116aa9a1
commit 5b2a60b8e2
14 changed files with 333 additions and 44 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ import numpy as np
import torch
import torch.nn as nn
from einops import rearrange, repeat
from other_impls import attention, Mlp
from modules.models.sd3.other_impls import attention, Mlp
class PatchEmbed(nn.Module):
""" 2D Image to Patch Embedding"""