fix(mm): remove proteus model

This model is SDXL and relies on CLIP Skip. We don't support that yet.
This commit is contained in:
psychedelicious 2024-03-22 16:18:41 +11:00 committed by Kent Keirsey
parent 281ecd5a9a
commit e7a096dec1

View File

@ -106,14 +106,6 @@ STARTER_MODELS: list[StarterModel] = [
type=ModelType.Main,
dependencies=[sdxl_fp16_vae_fix],
),
StarterModel(
name="Proteus",
base=BaseModelType.StableDiffusionXL,
source="dataautogpt3/Proteus-RunDiffusion",
description="Diverse model with a unique prompting system. Use CLIP Skip 2.",
type=ModelType.Main,
dependencies=[sdxl_fp16_vae_fix],
),
StarterModel(
name="Dreamshaper XL v2 Turbo",
base=BaseModelType.StableDiffusionXL,