Closed VisionaryMind closed 1 year ago
Finally got this working by shutting down unneeded memory-resident apps. I trained 20 768x768 images on an RTX 2070 Super with 8GB VRAM. Took about 2 hours, 30 minutes with GPU maxing out to 95%. Unfortunately, the end result, used in prompt, looks absolutely nothing like the input images. I gave it 20 examples of a Caucasian male subject, and the prompts (with the Lora injection) yield mostly Asians and Latinos. Not close, by a long shot. At least with the hypernetworks, there was a vague resemblance to the subject. Lora seems to have a preference for certain types of faces.
I am unable to get beyond training Step 0. It pauses for ~15 seconds then generates the following error:
I've looked around for a solution, and someone suggested taking the "number of workers" down to 1. I attempted to decrease the
Number of CPU Threads per Core
parameter, however this does not make a difference. Has anyone run into this before?