diff --git a/src/components/dialog/content/MissingModelsWarning.vue b/src/components/dialog/content/MissingModelsWarning.vue index 6b002a8d2..c4f018c92 100644 --- a/src/components/dialog/content/MissingModelsWarning.vue +++ b/src/components/dialog/content/MissingModelsWarning.vue @@ -52,7 +52,8 @@ const allowedSuffixes = ['.safetensors', '.sft'] // Models that fail above conditions but are still allowed const whiteListedUrls = new Set([ 'https://huggingface.co/stabilityai/stable-zero123/resolve/main/stable_zero123.ckpt', - 'https://huggingface.co/TencentARC/T2I-Adapter/resolve/main/models/t2iadapter_depth_sd14v1.pth?download=true' + 'https://huggingface.co/TencentARC/T2I-Adapter/resolve/main/models/t2iadapter_depth_sd14v1.pth?download=true', + 'https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth' ]) interface ModelInfo {