stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: create Embedding error
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
An error occurred when trying to create an Embedding and the Embedding list in training could not find the created .pt
Steps to reproduce the problem
Go to the Create embedding tab under Train
What should have happened?
List all embeddings including the newly created one.
Commit where the problem happens
cmd
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
set COMMANDLINE_ARGS=--no-half --deepdanbooru
Additional information, context and logs
Error loading emedding test.pt: Traceback (most recent call last): File "D:\ai\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 133, in load_textual_inversion_embeddings process_file(fullfn, fn) File "D:\ai\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 103, in process_file if 'string_to_param' in data: TypeError: argument of type 'NoneType' is not iterable