Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slider training not working #227

Open
Volnovik opened this issue Nov 24, 2024 · 0 comments
Open

Slider training not working #227

Volnovik opened this issue Nov 24, 2024 · 0 comments

Comments

@Volnovik
Copy link

Volnovik commented Nov 24, 2024

This is for bugs only

Did you already ask in the discord?

Yes

You verified that this is a bug and not a feature request or question by asking in the discord?

Yes

Describe the bug

Slider training gives following

Traceback (most recent call last):
File "S:\Train\Ostris\ai-toolkit\run.py", line 90, in
main()
File "S:\Train\Ostris\ai-toolkit\run.py", line 86, in main
raise e
File "S:\Train\Ostris\ai-toolkit\run.py", line 78, in main
job.run()
File "S:\Train\Ostris\ai-toolkit\jobs\TrainJob.py", line 49, in run
process.run()
File "S:\Train\Ostris\ai-toolkit\jobs\process\BaseSDTrainProcess.py", line 1776, in run
loss_dict = self.hook_train_loop(batch_list)
File "S:\Train\Ostris\ai-toolkit\jobs\process\TrainSliderProcess.py", line 338, in hook_train_loop
noisy_latents, noise, timesteps, conditioned_prompts, imgs = self.process_general_training_batch(batch)
File "S:\Train\Ostris\ai-toolkit\jobs\process\BaseSDTrainProcess.py", line 786, in process_general_training_batch
prompts = batch.get_caption_list()
AttributeError: 'list' object has no attribute 'get_caption_list'

Tried both custom and example, same result. Switching to different branches also does not help.

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

No branches or pull requests

1 participant