Skip to content

Commit

Permalink
Update model_sym_links to indicate it requires admin/developer mode i…
Browse files Browse the repository at this point in the history
…n windows
  • Loading branch information
brandonrising committed Feb 28, 2024
1 parent 1a582e0 commit 7f2705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invokeai/app/services/config/config_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class InvokeAIAppConfig(InvokeAISettings):

# MODEL IMPORT
civitai_api_key : Optional[str] = Field(default=os.environ.get("CIVITAI_API_KEY"), description="API key for CivitAI", json_schema_extra=Categories.ModelImport)
model_sym_links : bool = Field(default=False, description="If true, create symbolic links to models instead of copying them", json_schema_extra=Categories.ModelImport)
model_sym_links : bool = Field(default=False, description="If true, create symbolic links to models instead of copying them. [REQUIRES ADMIN PERMISSIONS OR DEVELOPER MODE IN WINDOWS]", json_schema_extra=Categories.ModelImport)

# DEPRECATED FIELDS - STILL HERE IN ORDER TO OBTAN VALUES FROM PRE-3.1 CONFIG FILES
always_use_cpu : bool = Field(default=False, description="If true, use the CPU for rendering even if a GPU is available.", json_schema_extra=Categories.MemoryPerformance)
Expand Down

0 comments on commit 7f2705b

Please sign in to comment.