stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: FutureWarning: Dropping of nuisance columns in rolling operations is deprecated; in a future version this will raise TypeError. Select only valid columns before calling the operation. Dropped columns were Index(['Name'], dtype='object')
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
I am recording a new video with the latest version of web ui and dreambooth
This is the warning message during training
C:\web ui 2\extensions\sd_dreambooth_extension\dreambooth\utils.py:409: FutureWarning: Dropping of nuisance columns in rolling operations is deprecated; in a future version this will raise TypeError. Select only valid columns before calling the operation. Dropped columns were Index(['Name'], dtype='object')
all_df_loss = all_df_loss.rolling(smoothing_window).mean()
Steps to reproduce the problem
a
What should have happened?
a
Commit where the problem happens
a
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
a
Additional information, context and logs
a
i'm running into the same bug, doesn't seem to be stopping me from training my dreambooth model though.
same here
same here :(
you have to use [name] in text template - that is how i solved
hopefully i am going to release grand master tutorial on text embeddings very soon on https://www.youtube.com/@SECourses
@defensezone @caretaker0815 @delislej