Ashish Goswami

Results 5 issues of Ashish Goswami

Hi, After reading the paper, I couldn't understand the need for edited image in the dataset. It is mentioned that > For our task, the score network eθ(zt, cI ,...

Hello, I plan to finetune the instruct-pix2pix model from the released checkpoint to another dataset. I'm using the following command `CUDA_VISIBLE_DEVICES=0,1,2,3 python main.py --name finetune_test --base configs/train.yaml --train --gpus 0,1,2,3...

Hi, I have a use case where I believe fine-tuning the model with few of the params are freezed will be beneficial. I've modified the `init_from_ckpt` function in `ldm/models/diffusion/ddpm.py` as...

Hi, In the demo.py file ,the following model is used `albedobaseXL_v20.safetensors`. Is there any specific reason for this over the regular SD-XL and is it the same model that is...

In your mask_rcnn.py file you have changed all the annotations files to end with .xml.npy: my first issue is , why did you did that and secondly how to generate...