-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
[Bug]: Colab error while training hypernetwork #13080
Comments
Fixes sampler name reference Same patch will be done for TI.
@andrewontheb Thank you for the bug report! the bug seems to be fixed with patch . Since we can't find the commit 9aba26abdfcd46073e0a1d42027a3a3bcc969f562d58a03637bf0a0ded6586c9, unfortunately I can't offer you the separate branch that you can test. You can test the fixed option with the branch by performing |
|
…tion Fix #13080 - Hypernetwork/TI preview generation
Claims this is fixed and closed but I still get this issue. I have the latest update to auto1111. AUTOMATIC1111 deleted the fix-preview-while-generation branch 2 weeks ago. It appears the fix was merged and then deleted so I cannot so what the fix was. |
Same here. Before an image gets saved in log directory it aborts the embedding or training of hypernetwork:
|
This fix solved the issue for me. de5bb4c but results are really bad and not useable or nearly recognizable as something close to references. BUT if using Read parameters - text2img prompt checkbox. It still aborts the whole operation when an image should be generated... :( |
Is there an existing issue for this?
What happened?
I've been using fast-stable-diffusion notebook in google Colab. And training process is stopped at the step when an image should be saved to textual_inversion log. I’ve already tried to change checkpoint models, training settings and materials
Traceback (most recent call last):
File "/sd/stable-diffusion-webui/modules/hypernetworks/hypernetwork.py", line 701, in train_hypernetwork
p.sampler_name = sd_samplers.samplers[preview_sampler_index].name
TypeError: list indices must be integers or slices, not str
Steps to reproduce the problem
4...
What should have happened?
Save a training progress image to log directory every N steps
Sysinfo
What browsers do you use to access the UI ?
Apple Safari
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: