#### reproduction 1. launch DragNUWA_demo.py 2. After drawing some arrows, press "RUN". 3. At the end of a process, ``` TypeError: make_grid() got an unexpected keyword argument 'range' ```. #### quick fix DragNUWA_demo.py, line 198, rewrite ``` range ``` to ```value_range```
reproduction
TypeError: make_grid() got an unexpected keyword argument 'range'.quick fix
DragNUWA_demo.py, line 198, rewrite
rangetovalue_range