JohnCarpenter2
JohnCarpenter2
When run `python sr.py -p val -c config/sr_sr3.json`
We got the following warning when running the official code in page of `https://github.com/InstantID/InstantID`: ``` The config attributes {'controlnet_list': ['controlnet', 'RPMultiControlNetModel'], 'requires_aesthetics_score': False} were passed to StableDiffusionXLInstantIDPipeline, but are not...
 Hello, we use the code demo in the project page using the above image, the following error occurred: ``` 6 # prepare face emb 7 face_info = app.get(cv2.cvtColor(np.array(face_image), cv2.COLOR_RGB2BGR))...
Hi, we would like to use FLIP to determine whether a face image is live or spoof. If we input the image into the FLIP model, we can obtain a...