This commit is contained in:
lllyasviel
2024-01-25 21:08:57 -08:00
parent 5b65d8c319
commit 24e3c9b5d4
3 changed files with 0 additions and 10 deletions

View File

@@ -1,13 +1,9 @@
from ldm_patched.k_diffusion import sampling as k_diffusion_sampling
from ldm_patched.unipc import uni_pc
import torch
import enum
import collections
from ldm_patched.modules import model_management
import math
from ldm_patched.modules import model_base
import ldm_patched.modules.utils
import ldm_patched.modules.conds
def get_area_and_mult(conds, x_in, timestep_in):
area = (x_in.shape[2], x_in.shape[3], 0, 0)