This commit is contained in:
lllyasviel
2024-01-24 10:03:36 -08:00
parent 3ba5754cc7
commit 38a2802a06
16 changed files with 214 additions and 21 deletions

View File

@@ -1,9 +1,6 @@
import torch
import contextlib
import math
from ldm_patched.modules import model_management
from ldm_patched.ldm.util import instantiate_from_config
from ldm_patched.ldm.models.autoencoder import AutoencoderKL, AutoencodingEngine
import yaml