Describe your environment
- GPU: [cuda]
- VRAM: [8G]
- CPU arch: [x86]
- OS: [Windows]
- Python: [pip/pyenv]
- Branch: [HEAD detached at c78b496] NOTE: the immediately previous commit (92d1ed7) does NOT OOM
- Commit: [Merge: 92d1ed7 dd2af3f]
Describe the bug
dream.py immediately OOMs when trying to generate anything larger than 512x512
To Reproduce
Steps to reproduce the behavior:
winpty python scripts/dream.py -Ak_euler_a
- Wait for
dream> prompt
- Enter prompt with any dimensions large than 512x512
- See error
Expected behavior
No OOM
Additional context
Did an extensive manual bisect and found: 92d1ed7 - No OOMs, c78b496 - Always OOMs
Describe your environment
Describe the bug
dream.py immediately OOMs when trying to generate anything larger than 512x512
To Reproduce
Steps to reproduce the behavior:
winpty python scripts/dream.py -Ak_euler_adream>promptExpected behavior
No OOM
Additional context
Did an extensive manual bisect and found: 92d1ed7 - No OOMs, c78b496 - Always OOMs