From cd316548d0d0d11714383836e12bbf38da6f5bf8 Mon Sep 17 00:00:00 2001 From: Dev Aggarwal Date: Mon, 9 Oct 2023 20:46:00 +0530 Subject: [PATCH] remove wuerstchen --- daras_ai_v2/stable_diffusion.py | 1 - 1 file changed, 1 deletion(-) diff --git a/daras_ai_v2/stable_diffusion.py b/daras_ai_v2/stable_diffusion.py index 7574b0bd4..a78e962bd 100644 --- a/daras_ai_v2/stable_diffusion.py +++ b/daras_ai_v2/stable_diffusion.py @@ -51,7 +51,6 @@ class Text2ImgModels(Enum): protogen_5_3 = "Protogen v5.3 (darkstorm2150)" dreamlike_2 = "Dreamlike Photoreal 2.0 (dreamlike.art)" dall_e = "Dall-E (OpenAI)" - wuerstchen = "Wuerstchen" jack_qiao = "Stable Diffusion v1.4 [Deprecated] (Jack Qiao)" deepfloyd_if = "DeepFloyd IF [Deprecated] (stability.ai)"