Skip to content

Commit

Permalink
Add missing config condition for unet
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydk committed Aug 18, 2024
1 parent 5d98f3a commit 7d7e7d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions StabilityMatrix.Core/Models/Packages/ComfyUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ private async Task SetupModelFoldersConfig(DirectoryPath installDirectory)
Path.Combine(modelsDir, "InvokeIpAdaptersXl")
);
nodeValue.Children["prompt_expansion"] = Path.Combine(modelsDir, "PromptExpansion");
nodeValue.Children["unet"] = Path.Combine(modelsDir, "unet");
}
else
{
Expand Down

0 comments on commit 7d7e7d1

Please sign in to comment.