Skip to content

Commit

Permalink
Add config entry as well for nonsymlink setups.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydk committed Aug 16, 2024
1 parent ec4c62e commit 5d98f3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion StabilityMatrix.Core/Models/Packages/ComfyUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@ private async Task SetupModelFoldersConfig(DirectoryPath installDirectory)
Path.Combine(modelsDir, "InvokeIpAdaptersXl")
)
},
{ "prompt_expansion", Path.Combine(modelsDir, "PromptExpansion") }
{ "prompt_expansion", Path.Combine(modelsDir, "PromptExpansion") },
{ "unet", Path.Combine(modelsDir, "unet") },
}
);
}
Expand Down

0 comments on commit 5d98f3a

Please sign in to comment.