Álvaro Somoza

Results 91 comments of Álvaro Somoza

I tested it more and the difference was that the comfyui uses by default the "only inpaint mask option" so it only affects the area around the mask. With this...

> @asomoza Could you say which variable in that snippet is for the "only inpaint mask option"? Also, which model were you using? `padding_mask_crop=32` https://huggingface.co/docs/diffusers/using-diffusers/inpaint#padding-mask-crop and I tested it with...

Hi, since you're saying to use any SDXL model, I used this one: https://huggingface.co/SG161222/RealVisXL_V4.0 and using the `StableDiffusionXLControlNetPipeline` Didn't have any errors or problems: |original|generated| |---|---| |![20240401162107_lq](https://github.com/huggingface/diffusers/assets/5442875/e1e675d5-5b7f-4c23-9134-c1412461ca14)|![20240411000745](https://github.com/huggingface/diffusers/assets/5442875/050654c8-01ba-4569-b7c5-d5e34524a017)| From what I...

I'll post the code anyway so if more people encounter this problem can use it. Also the original repo doesn't have the right filenames, I intend to do a guide...

- `diffusers` version: 0.28.0.dev0 - Platform: Linux-6.8.4-arch1-1-x86_64-with-glibc2.39 - Python version: 3.11.8 - PyTorch version (GPU?): 2.2.2+cu121 (True) - Huggingface_hub version: 0.20.3 - Transformers version: 4.39.2 - Accelerate version: 0.28.0 -...

I don't see anything wrong with your code, but use the `vit-h` IP Adapter instead, I really don't use the one you're using, it's more of a waste of bandwidth...

Yes, I want to do a guide about that but right now you can do what's in this discussion https://github.com/huggingface/diffusers/discussions/6609 but looking at your inference time, I think that the...

can you share a fully reproducible code please, we can't help you with what you're sharing (just enough to produce the error).

I've doing some tests and I like it a lot. |no PAG|PAG CFG| |---|---| |![20240515013510_925590493](https://github.com/huggingface/diffusers/assets/5442875/fa1c362a-b363-42ac-95ba-c278f1cff609)|![20240515013548_925590493](https://github.com/huggingface/diffusers/assets/5442875/ced4153b-46bd-44c1-a2ec-b8c9bce9d68c)| I think it makes the robot more coherent and it fixes some of the wrong...

@yiyixuxu @sayakpaul I used the normal callback test as a guide, are this tests enough or should I add more? Also for the 3 official callbacks we have right now,...