v8hid/infinite-zoom-automatic1111-webui

[BUG]: Infinite Zoom generation does not work

alexbofa opened this issue · 0 comments

Hello, I open the Infinite Zoom tab and click the Generate video button

Expected behavior

Model loaded in 2.3s (create model: 0.4s, apply weights to model: 1.5s, calculate empty prompt: 0.2s).
Batch 1/1
100%|██████████████████████████████████████████████████████████████████████████████████| 35/35 [00:05<00:00,  6.24it/s]
Outpaint step: 1 / 5 Seed: -1
100%|██████████████████████████████████████████████████████████████████████████████████| 33/33 [00:04<00:00,  7.27it/s]
*** Error completing request
*** Arguments: ('Huge spectacular Waterfall in ', [[0, 'a dense tropical forest'], [2, 'a Lush jungle'], [3, 'a Thick rainforest'], [5, 'a Verdant canopy']], 'epic perspective,(vegetation overgrowth:1.3)(intricate, ornamentation:1.1),(baroque:1.1), fantasy, (realistic:1) digital painting , (magical,mystical:1.2) , (wide angle shot:1.4), (landscape composed:1.2)(medieval:1.1),(tropical forest:1.4),(river:1.3) volumetric lighting ,epic, style by Alex Horley Wenjun Lin greg rutkowski Ruan Jia (Wayne Barlowe:1.2)', 'frames, border, edges, borderline, text, character, duplicate, error, out of frame, watermark, low quality, ugly, deformed, blur, bad-artist', 5, 8, 35, None, None, 30, 0, 0, 0, 48, 2, 1, -1, 512, 512, 1, 'DDIM', False, 'None', 2, 1, 0, 0, None) {}
    Traceback (most recent call last):
      File "D:\Portable-Stable-Diffusion\modules\call_queue.py", line 57, in f
        res = list(func(*args, **kwargs))
      File "D:\Portable-Stable-Diffusion\modules\call_queue.py", line 36, in f
        res = func(*args, **kwargs)
      File "D:\Portable-Stable-Diffusion\extensions\infinite-zoom-automatic1111-webui\iz_helpers\run.py", line 200, in create_zoom
        result = create_zoom_single(
      File "D:\Portable-Stable-Diffusion\extensions\infinite-zoom-automatic1111-webui\iz_helpers\run.py", line 390, in create_zoom_single
        main_frames, processed = outpaint_steps(
      File "D:\Portable-Stable-Diffusion\extensions\infinite-zoom-automatic1111-webui\iz_helpers\run.py", line 124, in outpaint_steps
        processed, newseed = renderImg2Img(
      File "D:\Portable-Stable-Diffusion\extensions\infinite-zoom-automatic1111-webui\iz_helpers\sd_helpers.py", line 74, in renderImg2Img
        processed = process_images(p)
      File "D:\Portable-Stable-Diffusion\modules\processing.py", line 785, in process_images
        res = process_images_inner(p)
      File "D:\Portable-Stable-Diffusion\extensions\sd-webui-controlnet\scripts\batch_hijack.py", line 59, in processing_process_images_hijack
        return getattr(processing, '__controlnet_original_process_images_inner')(p, *args, **kwargs)
      File "D:\Portable-Stable-Diffusion\modules\processing.py", line 1016, in process_images_inner
        images.save_image(image, p.outpath_samples, "", p.seeds[i], p.prompts[i], opts.samples_format, info=infotext(i), p=p)
      File "D:\Portable-Stable-Diffusion\modules\images.py", line 622, in save_image
        os.makedirs(path, exist_ok=True)
      File "D:\Portable-Stable-Diffusion\python\lib\os.py", line 225, in makedirs
        mkdir(name, mode)
    FileNotFoundError: [WinError 3] The system cannot find the path specified: ''

---
Traceback (most recent call last):
  File "D:\Portable-Stable-Diffusion\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
    output = await app.get_blocks().process_api(
  File "D:\Portable-Stable-Diffusion\venv\lib\site-packages\gradio\blocks.py", line 1434, in process_api
    data = self.postprocess_data(fn_index, result["prediction"], state)
  File "D:\Portable-Stable-Diffusion\venv\lib\site-packages\gradio\blocks.py", line 1297, in postprocess_data
    self.validate_outputs(fn_index, predictions)  # type: ignore
  File "D:\Portable-Stable-Diffusion\venv\lib\site-packages\gradio\blocks.py", line 1272, in validate_outputs
    raise ValueError(
ValueError: An event handler (create_zoom) didn't receive enough output values (needed: 5, received: 4).
Wanted outputs:
    [video, gallery, textbox, html, html]
Received outputs:
    [None, "", "", "<div class='error'>FileNotFoundError: [WinError 3] The system cannot find the path specified: &#x27;&#x27;</div><div class='performance'><p class='time'>Time taken: <wbr><span class='measurement'>11.2 sec.</span></p><p class='vram'><abbr title='Active: peak amount of video memory used during generation (excluding cached data)'>A</abbr>: <span class='measurement'>2.56 GB</span>, <wbr><abbr title='Reserved: total amout of video memory allocated by the Torch library '>R</abbr>: <span class='measurement'>3.08 GB</span>, <wbr><abbr title='System: peak amout of video memory allocated by all running programs, out of total capacity'>Sys</abbr>: <span class='measurement'>4.1/12 GB</span> (34.5%)</p></div>"]

Screenshots of error
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Version 19044.1288
  • Chrome
  • SD 1.8.0

Additional context
With ControlNet disabled, the problem remains