Skip to content

Common runtime errors - #198

Open
VishwaVikas2006 wants to merge 2 commits into
yisol:mainfrom
VishwaVikas2006:Common-Runtime-Errors
Open

Common runtime errors#198
VishwaVikas2006 wants to merge 2 commits into
yisol:mainfrom
VishwaVikas2006:Common-Runtime-Errors

Conversation

@VishwaVikas2006

Copy link
Copy Markdown

❗ Common Runtime Errors

SIGKILL (Out of Memory)

Cause:

  • GPU VRAM exhaustion (frequent on Colab T4 / P100)

Mitigation:

  • Reduce resolution (e.g., 384×512)
  • Use batch size = 1
  • Prefer high-VRAM GPUs (A100 / RTX 3090+)

UNet2DConditionModel key mismatch

Cause:

  • Incompatible checkpoints or diffusers version

Mitigation:

  • Follow environment.yaml strictly
  • Ensure correct pretrained checkpoints are used

Added a warning about low-VRAM issues with IDM-VTON inference on Google Colab.
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

Successfully merging this pull request may close these issues.

1 participant