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 can get the txt2img.py script (in the originals folder which is patched for mps) to run fine.
The dream.py starts fine but when I try to use it fails even at a request for 64x64 pixels.
* Initialization done! Awaiting your command (-h for help, 'q' to quit)
dream> ocean -S 1 -W 64 -H 64
Traceback (most recent call last):
File "/Users/jan/Documents/ML/stable-diffusion/scripts/dream.py", line 518, in <module>
main()
File "/Users/jan/Documents/ML/stable-diffusion/scripts/dream.py", line 99, in main
main_loop(t2i, opt.outdir, opt.prompt_as_dir, cmd_parser, infile)
File "/Users/jan/Documents/ML/stable-diffusion/scripts/dream.py", line 208, in main_loop
image_list = t2i.prompt2image(image_callback=callback, **vars(opt))
File "/Users/jan/Documents/ML/stable-diffusion/ldm/simplet2i.py", line 283, in prompt2image
torch.cuda.torch.cuda.reset_peak_memory_stats()
File "/opt/homebrew/Caskroom/miniforge/base/envs/ldm/lib/python3.10/site-packages/torch/cuda/memory.py", line 256, in reset_peak_memory_stats
return torch._C._cuda_resetPeakMemoryStats(device)
AttributeError: module 'torch._C' has no attribute '_cuda_resetPeakMemoryStats'
The text was updated successfully, but these errors were encountered:
I can get the txt2img.py script (in the originals folder which is patched for mps) to run fine.
The dream.py starts fine but when I try to use it fails even at a request for 64x64 pixels.
The text was updated successfully, but these errors were encountered: