Bhavay Malhotra

Results 16 issues of Bhavay Malhotra

# What does this PR do? Reduces the model sizes in the DIT tests. Fixes #7677 ## Before submitting - [ ] This PR fixes a typo or improves the...

Hello everyone. I would like to know about the memory requirements of the model. I am trying to run the original model on 2 48GB GPUs through PyTorch DDP. However,...

Hi authors. I'm trying to merge your model n setup with a different repo [here](https://github.com/JuliaWolleb/diffusion-anomaly/tree/main). I'm trying to solve the errors at test time when I run the classifier_sample_known.py file....

## What does this PR do? Fixes #16649 Before submitting - Was this **discussed/agreed** via a GitHub issue? (not for typos and docs) - [ ] Did you read the...

fabric

Changed `tranforms` to `transforms`. Fixes #8505 @NicolasHug

cla signed

# What does this PR do? Part of #8384 Test script ```python export MODEL_DIR="runwayml/stable-diffusion-v1-5" export OUTPUT_DIR="controlnet_output" accelerate launch train_controlnet.py \ --pretrained_model_name_or_path=$MODEL_DIR \ --output_dir=$OUTPUT_DIR \ --dataset_name=fusing/fill50k \ --resolution=512 \ --num_train_epochs=100 \...