-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
If_Prompt_ MKR extension doesn't work with the new Forge flux Update (gradio 4) #15
Comments
ChatGPT resolved fixed a part of the script but Still have an issue with the model name dropdown import modules.scripts as scripts from PIL import Image script_dir = scripts.basedir() def on_ui_settings(): script_callbacks.on_ui_settings(on_ui_settings) class Script(scripts.Script):
|
Please share the corrected file. Thank you. |
Hi,
If_Prompt_ MKR extensions doesn't work with the new Forge Update with Flux support (gradio 4) .
This is the log :
*** Error calling: D:\artAI\webui_forge_cu121_torch231\webui\extensions\IF_prompt_MKR\scripts\if_prompt_mkr.py/ui
Traceback (most recent call last):
File "D:\artAI\webui_forge_cu121_torch231\webui\modules\scripts.py", line 545, in wrap_call
return func(*args, **kwargs)
File "D:\artAI\webui_forge_cu121_torch231\webui\extensions\IF_prompt_MKR\scripts\if_prompt_mkr.py", line 433, in ui
with gr.Row(scale=1):
File "D:\artAI\webui_forge_cu121_torch231\system\python\lib\site-packages\gradio\component_meta.py", line 163, in wrapper
return fn(self, **kwargs)
TypeError: Row.init() got an unexpected keyword argument 'scale'
2024-08-20 16:09:05,635 - ControlNet - INFO - ControlNet UI callback registered.
Character Path:
*** Error calling: D:\artAI\webui_forge_cu121_torch231\webui\extensions\IF_prompt_MKR\scripts\if_prompt_mkr.py/ui
Traceback (most recent call last):
File "D:\artAI\webui_forge_cu121_torch231\webui\modules\scripts.py", line 545, in wrap_call
return func(*args, **kwargs)
File "D:\artAI\webui_forge_cu121_torch231\webui\extensions\IF_prompt_MKR\scripts\if_prompt_mkr.py", line 433, in ui
with gr.Row(scale=1):
File "D:\artAI\webui_forge_cu121_torch231\system\python\lib\site-packages\gradio\component_meta.py", line 163, in wrapper
return fn(self, **kwargs)
TypeError: Row.init() got an unexpected keyword argument 'scale'
The text was updated successfully, but these errors were encountered: