belider

Results 3 comments of 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: ![2](https://user-images.githubusercontent.com/25452700/211480657-12d6f673-9be9-4acf-a0f0-9b3201b94eb9.png) ![1](https://user-images.githubusercontent.com/25452700/211480682-0a641eb1-7d4a-4992-a9bd-a111c5231aaa.png)

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...