sail-sg / EditAnything

Edit anything in images powered by segment-anything, ControlNet, StableDiffusion, etc. (ACM MM)
Apache License 2.0
3.23k stars 179 forks source link

Which scripts if for Haircut editing? #72

Open XYZ-916 opened 4 months ago

XYZ-916 commented 4 months ago

Thank you!

gasvn commented 4 months ago

You can run this https://github.com/sail-sg/EditAnything/blob/main/app.py to use the gradio demo, then you can edit the haircut

XYZ-916 commented 4 months ago

Thanks for your reply. I use "tools/train_dreambooth_inpaint.py" scripts to train the base model on my own dataset. The inference result is as follow: image

Could you tell me what went wrong?

pretrained_model_name_or_path: runwayml/stable-diffusion-inpainting

Thank you very much!