Hello everyone. I am Dr. Furkan Gözükara. PhD Computer Engineer. SECourses is a dedicated YouTube channel for the following topics : Tech, AI, News, Science, Robotics, Singularity, ComfyUI, SwarmUI, ML, Artificial Intelligence, Humanoid Robots, Wan 2.2, FLUX, Krea, Qwen Image, VLMs, Stable Diffusion
would it be possible to train SD on the face of a newborn?? I'm an uncle for a few days and want to make some funny pictures with my nephew. I think this could maybe hart, or? He looks like a standard baby
what would be great is to use this script with dreambooth to iterate through all your checkpoints and find the one that closely resembles your subject the most
For what it's worth, I just tested it and it does work (I haven't tried dreambooth, only automatic 1111). I upgraded to the latest version
git pull
git pull
, used the
--reinstall-torch
--reinstall-torch
command to force it to install 2.0.0, installed the latest version of xformers directly with
pip install xformers
pip install xformers
and it works correctly. Here are the parameters: python: 3.10.10 • torch: 2.0.0+cu117 • xformers: 0.0.19 • gradio: 3.28.1 • commit: 5ab7f213 • checkpoint: 4c86efd062
Traceback (most recent call last): File "/home/zono50/Scripts/findBestImages.py", line 35, in <module> detected_face = DeepFace.detectFace(org_image_path, detector_backend='opencv') File "/home/zono50/anaconda3/envs/findbestimages/lib/python3.10/site-packages/deepface/DeepFace.py", line 820, in detectFace face_objs = extract_faces( File "/home/zono50/anaconda3/envs/findbestimages/lib/python3.10/site-packages/deepface/DeepFace.py", line 787, in extract_faces img_objs = functions.extract_faces( File "/home/zono50/anaconda3/envs/findbestimages/lib/python3.10/site-packages/deepface/commons/functions.py", line 115, in extract_faces raise ValueError( ValueError: Face could not be detected. Please confirm that the picture is a face photo or consider to set enforce_detection param to False.