belider
belider
I had the same issue with the inpainting script (https://github.com/huggingface/diffusers/tree/main/examples/research_projects/dreambooth_inpaint). It didn't learn the concept on 100-500 training steps, using 10 example images. This helped for me: - training with...
Thanks, I'll take a look at the clipseg. I used [cloth segmentation using u2net](https://github.com/levindabhi/cloth-segmentation) to train the model to reproduce clothes. Masks look like this:  
I had the same issue caused by the openai update. From 1.0.0 version embeddings_utils [was removed](https://community.openai.com/t/where-is-the-original-openai-embeddings-utils-in-the-latest-version/479854). Import in one of the files was causing error above. Try: pip uninstall openai...