Sein Kim
Sein Kim
Here's a suggested response to the GitHub issue regarding the `AttributeError` related to `np.float`: --- I encountered the same `AttributeError: module 'numpy' has no attribute 'float'` issue while running SimSwap...
> Thank you so much....but exactly where can I put pip install numpy==1.23.5 ? sorry for the stupid question :( Can you tell me what environment you’re running the code...
> Traceback (most recent call last): File "main.py", line 7, in image_editor.edit_image_by_prompt() File "/root/DiffFace/optimization/image_editor.py", line 393, in edit_image_by_prompt visualization_path = visualization_path.with_stem(f"{visualization_path.stem}_i_{iteration_number}_b_{0}") AttributeError: 'PosixPath' object has no attribute 'with_stem' I changed...