You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running some diffusion NNs remotely and want to visualize the steps in between. The output is being shown quite well, but then I am unable to rerun the cells, it keeps hanging on the very first line to execute. I am not able to save the file: it is hanging.
VScode is responsive and I can edit files and use all menus and everything. It's just that execution never starts and I am unable to save the file.
The only current workaround is to copy paste all cells into another text editor, quite vscode without saving, restart, copy paste edits into the file again.
Also: When restarting vscode starting up takes forever.
In it's current change I am unable to use vscode to work on diffusers at all. Only my remote workstation has enough GPU power, but this bug makes it impossible to actually see the output of what Im with the diffusers.
Steps:
Execute this cell:
import torch
from PIL import Image
from IPython.display import display, Image as IPImage
import numpy as np
import io
batch = torch.randint(0, 256, (10, 1024, 1024, 3), dtype=torch.uint8)
frames = [Image.fromarray(img.numpy(), 'RGB') for img in batch]
buffer = io.BytesIO()
frames[0].save(buffer, format='GIF', save_all=True, append_images=frames[1:], loop=0, duration=100)
buffer.seek(0)
display(IPImage(data=buffer.read(), format='png'))
buffer.close()
Try to save.
Try [Clear Cell Outputs]
Try to save the file again
Try to run the cell again
Results:
Never actually saves, execution never starts
Expected:
Save succeeds, cell is executed again.
Related: #140116 marked as fixed, but problem still occurs #138784 was a catch-all issue, but didn't catch this issue nmamlm/Nay-Myo-Aung#1 might be about this issue. (Not sure what this fork is.)
VS Code version: Code 1.82.0 (8b617bd, 2023-09-06T22:07:18.759Z)
OS version: Linux x64 5.15.0-82-generic
Modes:
Remote OS version: Linux x64 5.15.0-83-generic
System Info
Item
Value
CPUs
11th Gen Intel(R) Core(TM) i7-11850H @ 2.50GHz (16 x 2500)
Type: Bug
I am running some diffusion NNs remotely and want to visualize the steps in between. The output is being shown quite well, but then I am unable to rerun the cells, it keeps hanging on the very first line to execute. I am not able to save the file: it is hanging.
VScode is responsive and I can edit files and use all menus and everything. It's just that execution never starts and I am unable to save the file.
The only current workaround is to copy paste all cells into another text editor, quite vscode without saving, restart, copy paste edits into the file again.
Also: When restarting vscode starting up takes forever.
In it's current change I am unable to use vscode to work on diffusers at all. Only my remote workstation has enough GPU power, but this bug makes it impossible to actually see the output of what Im with the diffusers.
Steps:
Execute this cell:
Results:
Never actually saves, execution never starts
Expected:
Save succeeds, cell is executed again.
Related:
#140116 marked as fixed, but problem still occurs
#138784 was a catch-all issue, but didn't catch this issue
nmamlm/Nay-Myo-Aung#1 might be about this issue. (Not sure what this fork is.)
VS Code version: Code 1.82.0 (8b617bd, 2023-09-06T22:07:18.759Z)
OS version: Linux x64 5.15.0-82-generic
Modes:
Remote OS version: Linux x64 5.15.0-83-generic
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Extensions (20)
A/B Experiments
The text was updated successfully, but these errors were encountered: