You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These types of errors started Showing up when using the new Version but the previous version had no errors etc it worked fine i dont know whats causing it
*** Error running process_batch: D:\Stability Matrix\Data\Packages\Stable Diffusion WebUI Forge\extensions\sd-webui-decadetw-auto-prompt-llm\scripts\auto_prompt_llm.py
Traceback (most recent call last):
File "D:\Stability Matrix\Data\Packages\Stable Diffusion WebUI Forge\modules\scripts.py", line 884, in process_batch
script.process_batch(p, *script_args, **kwargs)
TypeError: AutoLLM.process_batch() got an unexpected keyword argument 'batch_number'
D:\Stability Matrix\Data\Packages\Stable Diffusion WebUI Forge\extensions\sd-webui-decadetw-auto-prompt-llm\scripts\auto_prompt_llm.py:670: GradioDeprecationWarning: unexpected argument for Image: lines
llm_text_ur_prompt_image_eye = gr.Image(label="2. [Your-Image]", lines=1, type='pil')
the Gradio version im using is 4.4.0
The text was updated successfully, but these errors were encountered:
because I am implementing the above function,
it seems gradio in forge webui is using 4.40 , let me downgrade gradio back to 4.40 (https://www.gradio.app/changelog)
These types of errors started Showing up when using the new Version but the previous version had no errors etc it worked fine i dont know whats causing it
*** Error running process_batch: D:\Stability Matrix\Data\Packages\Stable Diffusion WebUI Forge\extensions\sd-webui-decadetw-auto-prompt-llm\scripts\auto_prompt_llm.py
Traceback (most recent call last):
File "D:\Stability Matrix\Data\Packages\Stable Diffusion WebUI Forge\modules\scripts.py", line 884, in process_batch
script.process_batch(p, *script_args, **kwargs)
TypeError: AutoLLM.process_batch() got an unexpected keyword argument 'batch_number'
D:\Stability Matrix\Data\Packages\Stable Diffusion WebUI Forge\extensions\sd-webui-decadetw-auto-prompt-llm\scripts\auto_prompt_llm.py:670: GradioDeprecationWarning: unexpected argument for Image: lines
llm_text_ur_prompt_image_eye = gr.Image(label="2. [Your-Image]", lines=1, type='pil')
the Gradio version im using is 4.4.0
The text was updated successfully, but these errors were encountered: