1
0
Fork 0

fix(api): match format in schema for sd-concepts

This commit is contained in:
Sean Sube 2023-03-07 22:53:05 -06:00
parent 85ff700525
commit 6542646005
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def convert_diffusion_textual_inversion(
makedirs(path.join(dest_path, "text_encoder"), exist_ok=True)
if format == "huggingface":
if format == "concept":
embeds_file = hf_hub_download(repo_id=inversion, filename="learned_embeds.bin")
token_file = hf_hub_download(repo_id=inversion, filename="token_identifier.txt")