lucidrains / deep-daze

Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun
MIT License
4.38k stars 327 forks source link

indexing error #191

Open BrashAchilles opened 2 years ago

BrashAchilles commented 2 years ago

I installed an update via the command written in yellow text and now im getting this error: TypeError: meshgrid() got an unexpected keyword argument 'indexing'. Cant find a way online to fix this

ikbenignace commented 2 years ago

Same issue over here

outkaj commented 2 years ago

I am seeing the same error as well.

outkaj commented 2 years ago

This issue was fixed for me by separately installing pytorch version 1.10.1 (alongside latest numpy) and then reinstalling deep-daze.