Reinstate DDPM V1 to LDSR

This commit is contained in:
wywywywy
2022-12-04 13:42:19 +00:00
parent 44c46f0ed3
commit a8ae263c69
3 changed files with 1451 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ from basicsr.utils.download_util import load_file_from_url
from modules.upscaler import Upscaler, UpscalerData
from ldsr_model_arch import LDSR
from modules import shared, script_callbacks
import sd_hijack_autoencoder
import sd_hijack_autoencoder, sd_hijack_ddpm_v1
class UpscalerLDSR(Upscaler):