-
Notifications
You must be signed in to change notification settings - Fork 278
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
Add sd-webui-extended-style-saver #226
Conversation
@harukei-tech from my testing your extension fails to function Error
note this is only the first exception output *** Error calling: B:\GitHub\stable-diffusion-webui\extensions\sd-webui-extended-style-saver\scripts\extended_styles.py/ui
Traceback (most recent call last):
File "B:\GitHub\stable-diffusion-webui\modules\scripts.py", line 402, in wrap_call
return func(*args, **kwargs)
File "B:\GitHub\stable-diffusion-webui\extensions\sd-webui-extended-style-saver\scripts\extended_styles.py", line 75, in ui
self.ui_txt2img()
File "B:\GitHub\stable-diffusion-webui\extensions\sd-webui-extended-style-saver\scripts\extended_styles.py", line 105, in ui_txt2img
apply_button.click(
File "B:\GitHub\stable-diffusion-webui\venv\lib\site-packages\gradio\events.py", line 140, in __call__
dep, dep_index = self.trigger.set_event_trigger(
File "B:\GitHub\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 287, in set_event_trigger
"outputs": [block._id for block in outputs],
File "B:\GitHub\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 287, in <listcomp>
"outputs": [block._id for block in outputs],
AttributeError: 'NoneType' object has no attribute '_id'
|
@w-e-w Upon checking with a clean-installed version of While this issue has been resolved, I discovered another error related to ControlNet in subsequent processes. Resolving this new issue would take some time, I have removed the processing related to ControlNet and will address it another branch. Since the description in the file extensions/sd-webui-extended-style-saver.json of this PR does not mention ControlNet, nothing was updated. |
I will check the extension again when I have time if the trouble you're having with controlnet is due to load order this might help a bit also I'm currently working on the system that wold allow an extension to have total control of the load order every script and the execution order of every callback after my system came out you shouldn't need to add zz https://github.com/harukei-tech/sd-webui-extended-style-saver/blob/master/readme/README.md#what-does-the-zz--prefix-mean |
nice retested and it didn't explode
tip:
|
@w-e-w ControlNet SupportLoad OrderThank you for providing the example of the hack method. Current issue in sd-webui-extended-style-saverThis is not related to the load order. When gr.Image.update is performed on the image component of ControlNet, It eventually completes successfully, but a type mismatch error appears in the terminal several times. Override SettingsI wasn't aware of such an option. 😮 I would like to try incorporating it, but could you please tell me how to display this item? |
override setting doesn't appear in the UI it's not meant to be used by the user directly -- ui 2023-11-16.02_12_12_876.chrome.mp4xyz |
Info
https://github.com/harukei-tech/sd-webui-extended-style-saver
Checklist:
Readme.md
index.json
andextension_template.json
have not been modified.entry
is placed in theextensions
directory with the.json
file extension.