diff --git a/invokeai/configs/INITIAL_MODELS.yaml b/invokeai/configs/INITIAL_MODELS.yaml index 9169609cd4..a733bd1bd9 100644 --- a/invokeai/configs/INITIAL_MODELS.yaml +++ b/invokeai/configs/INITIAL_MODELS.yaml @@ -102,5 +102,6 @@ sd-1/embedding/ahx-beta-453407d: repo_id: sd-concepts-library/ahx-beta-453407d sd-1/lora/LowRA: path: https://civitai.com/api/download/models/63006 + recommended: True sd-1/lora/Ink scenery: path: https://civitai.com/api/download/models/83390 diff --git a/invokeai/version/invokeai_version.py b/invokeai/version/invokeai_version.py index 699bd3e165..528787cfc8 100644 --- a/invokeai/version/invokeai_version.py +++ b/invokeai/version/invokeai_version.py @@ -1 +1 @@ -__version__ = "3.0.0+b6" +__version__ = "3.0.0"