Replies: 1 comment
-
--nowebui启动时有个回调没有执行,tile未初始化,没有赋值。 sd.webui\webui\extensions-builtin\ScuNET\scripts\scunet_model.py def tiled_inference(img, model):
def do_upscale(self, img: PIL.Image.Image, selected_file):
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Auto1111 v1.7
Trying to run a serverless endpoint specifically for upscaling. Using the extra-single-image endpoint of the API.
When I try ScuNET I get the following error:
{'output': {'detail': '', 'body': '', 'errors': "'Options' object has no attribute 'SCUNET_tile'"}, 'error': 'AttributeError'}
I can avoid this error, by first generating a txt2img output and then ScuNET works as expected. The workaround so far is to immediately generate a 1 step txt2img output to sort of "prime the pump". But this has issues within a serverless environment where containers are being created and destroyed all the time.
I am wondering if there is another way to make this work.
Beta Was this translation helpful? Give feedback.
All reactions