JackAILab / ConsistentID

Customized ID Consistent for human
MIT License
845 stars 76 forks source link

I need help please #51

Open Hany1978 opened 4 months ago

Hany1978 commented 4 months ago

I installed ConsistentID locally on Windows, but everytime when generation is complete I always get this error and no Image found in the output folder: Invalid argument: 'D:\ConsistentID\images\gradio_outputs\2024-07-11 08:10:15.281688-168.jpg'

I tried to modify the app.py save image dir, but tired from trying, nothing helped So is there any solution?

JackAILab commented 4 months ago

Hi, @Hany1978 , you can change this code app_L79, just specify a fixed path such as: images.save("./2024-07-11 08:10:15.281688-168.jpg")

you can also refer to this issue28