mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix source string in hugging face installs with subfolders
This commit is contained in:
parent
87261bdbc9
commit
c83d0bb20e
@ -103,7 +103,7 @@ class HFModelSource(StringLikeSource):
|
||||
if self.variant:
|
||||
base += f":{self.variant or ''}"
|
||||
if self.subfolder:
|
||||
base += f":{self.subfolder}"
|
||||
base += f"::{self.subfolder}"
|
||||
return base
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user