-
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-workspace #201
Conversation
typo workscace -> workspace also I would advise not to save other issues 2023-10-04.17_45_14_800.chrome.mp4Traceback (most recent call last):
File "B:\GitHub\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "B:\GitHub\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1434, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "B:\GitHub\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1326, in postprocess_data
prediction_value = postprocess_update_dict(
File "B:\GitHub\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 460, in postprocess_update_dict
prediction_value["value"] = block.postprocess(prediction_value["value"])
File "B:\GitHub\stable-diffusion-webui\venv\lib\site-packages\gradio\components\image.py", line 314, in postprocess
return processing_utils.encode_array_to_base64(y)
File "B:\GitHub\stable-diffusion-webui\venv\lib\site-packages\gradio\processing_utils.py", line 104, in encode_array_to_base64
pil_image = Image.fromarray(_convert(image_array, np.uint8, force_copy=False))
File "B:\GitHub\stable-diffusion-webui\venv\lib\site-packages\gradio\processing_utils.py", line 416, in _convert
raise ValueError("Images of type float must be between -1 and 1.")
ValueError: Images of type float must be between -1 and 1. webui version: v1.6.0-209-g7d60076 |
Firstly, my gratitude for your rectification. I have just amended an error concerning the importation when the Image type is numpy. Presently, it operates seamlessly. However, a minor imperfection lingers: should a file be imported while the Accordion is closed, it necessitates a click on the image refresh button to display. I shall ponder a resolution to mend this shortly. |
I may require some testing, as numerous errors persist; I shall initiate a merge request subsequently. Once again, thank you! |
cool btw when addind the the index, don't add the added date "added": "2023-10-04" this will be filled automatically by the GitHub action using the time of merge |
any progress on your extension? just to let you know someone is working on a similar extension and in case there was a communication error before |
Info
Designed to save and restore Webui workspace. It can quickly save your current webui interface and restore it the next time you use it.
Checklist:
Readme.md
index.json
andextension_template.json
have not been modified.entry
is placed in theextensions
directory with the.json
file extension.