Replies: 1 comment
-
Everything worked magically |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to create a model
I understood this after I tried to press Extract EMA Weights
Traceback (most recent call last):
File "/home/aleks/SD/stable-diffusion-webui/modules/call_queue.py", line 45, in f
res = list(func(*args, **kwargs))
File "/home/aleks/SD/stable-diffusion-webui/modules/call_queue.py", line 28, in f
res = func(*args, **kwargs)
File "/home/aleks/SD/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/conversion.py", line 1006, in extract_checkpoint
src, has_ema, status
UnboundLocalError: local variable 'has_ema' referenced before assignment
Traceback (most recent call last):
File "/home/aleks/anaconda3/lib/python3.9/site-packages/gradio/routes.py", line 284, in run_predict
output = await app.blocks.process_api(
File "/home/aleks/anaconda3/lib/python3.9/site-packages/gradio/blocks.py", line 983, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "/home/aleks/anaconda3/lib/python3.9/site-packages/gradio/blocks.py", line 913, in postprocess_data
if predictions[i] is components._Keywords.FINISHED_ITERATING:
IndexError: tuple index out of range
Beta Was this translation helpful? Give feedback.
All reactions