Skip to content

Fix parsing of embedding names with trailing punctuation#84

Open
kaalibro wants to merge 1 commit intonkchocoai:masterfrom
comfy-nodes:fix/embeddings
Open

Fix parsing of embedding names with trailing punctuation#84
kaalibro wants to merge 1 commit intonkchocoai:masterfrom
comfy-nodes:fix/embeddings

Conversation

@kaalibro
Copy link

@kaalibro kaalibro commented Aug 3, 2025

This PR fixes a bug where embedding names with trailing commas (e.g. embedding:lazyneg, watermark) would include the comma in the parsed name, causing errors like:

expected str, bytes or os.PathLike object, not NoneType

Resolves #78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ERROR saving with "embedding:" ->expected str, bytes or os.PathLike object, not NoneType UPDATE: (Workarround)

1 participant