Skip to content
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

Help me,pls #374

Open
xlibfly opened this issue Mar 28, 2024 · 2 comments
Open

Help me,pls #374

xlibfly opened this issue Mar 28, 2024 · 2 comments

Comments

@xlibfly
Copy link

xlibfly commented Mar 28, 2024

[Tiled VAE]: the input size is tiny and unnecessary to tile.
[Tiled VAE]: input_size: torch.Size([1, 4, 120, 240]), tile_size: 192, padding: 11
[Tiled VAE]: split to 1x2 = 2 tiles. Optimal tile size 128x128, original tile size 192x192
[Tiled VAE]: Fast mode enabled, estimating group norm parameters on 192 x 96 image
[Tiled VAE]: Done in 1.433s, max VRAM alloc 5263.884 MB
*** Error running postprocess_batch_list: D:\sd-webui-aki-v4.5\extensions\multidiffusion-upscaler-for-automatic1111\scripts\tileglobal.py
Traceback (most recent call last):
File "D:\sd-webui-aki-v4.5\modules\scripts.py", line 832, in postprocess_batch_list
script.postprocess_batch_list(p, pp, script_args, **kwargs)
File "D:\sd-webui-aki-v4.5\extensions\multidiffusion-upscaler-for-automatic1111\scripts\tileglobal.py", line 227, in postprocess_batch_list
pp.images[idx] = image[:,:image.shape[1]//(p.scale_factor)
(idx_b+1),:image.shape[2]//(p.scale_factor)*(idx_b+1)]
AttributeError: 'StableDiffusionProcessingImg2Img' object has no attribute 'scale_factor'


[Tiled VAE]: the input size is tiny and unnecessary to tile.
[Tiled VAE]: the input size is tiny and unnecessary to tile.
*** Error running postprocess_batch_list: D:\sd-webui-aki-v4.5\extensions\multidiffusion-upscaler-for-automatic1111\scripts\tileglobal.py
Traceback (most recent call last):
File "D:\sd-webui-aki-v4.5\modules\scripts.py", line 832, in postprocess_batch_list
script.postprocess_batch_list(p, pp, script_args, **kwargs)
File "D:\sd-webui-aki-v4.5\extensions\multidiffusion-upscaler-for-automatic1111\scripts\tileglobal.py", line 227, in postprocess_batch_list
pp.images[idx] = image[:,:image.shape[1]//(p.scale_factor)
(idx_b+1),:image.shape[2]//(p.scale_factor)*(idx_b+1)]
AttributeError: 'StableDiffusionProcessingImg2Img' object has no attribute 'scale_factor'


[Tiled VAE]: the input size is tiny and unnecessary to tile.
[Tiled VAE]: the input size is tiny and unnecessary to tile.
*** Error running postprocess_batch_list: D:\sd-webui-aki-v4.5\extensions\multidiffusion-upscaler-for-automatic1111\scripts\tileglobal.py
Traceback (most recent call last):
File "D:\sd-webui-aki-v4.5\modules\scripts.py", line 832, in postprocess_batch_list
script.postprocess_batch_list(p, pp, script_args, **kwargs)
File "D:\sd-webui-aki-v4.5\extensions\multidiffusion-upscaler-for-automatic1111\scripts\tileglobal.py", line 227, in postprocess_batch_list
pp.images[idx] = image[:,:image.shape[1]//(p.scale_factor)
(idx_b+1),:image.shape[2]//(p.scale_factor)*(idx_b+1)]
AttributeError: 'StableDiffusionProcessingImg2Img' object has no attribute 'scale_factor'


@heftig
Copy link

heftig commented Mar 28, 2024

duplicate of #372

@Jaylen-Lee
Copy link
Contributor

just update to latest version, and this bug has been fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants