mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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:
parent
281ecd5a9a
commit
e7a096dec1
@ -106,14 +106,6 @@ STARTER_MODELS: list[StarterModel] = [
|
|||||||
type=ModelType.Main,
|
type=ModelType.Main,
|
||||||
dependencies=[sdxl_fp16_vae_fix],
|
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(
|
StarterModel(
|
||||||
name="Dreamshaper XL v2 Turbo",
|
name="Dreamshaper XL v2 Turbo",
|
||||||
base=BaseModelType.StableDiffusionXL,
|
base=BaseModelType.StableDiffusionXL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user