sagargulabani

Results 13 comments of sagargulabani

yes, that is true. The issue is related to the webui. I tried running training dreambooth sdxl locally and I am running into the following error ``` You are using...

I did run it by removing the dora flag from the script. [here] (https://github.com/huggingface/diffusers/blob/0cc56309454a6db970db0425de790c952f68fc64/examples/dreambooth/train_dreambooth_lora_sdxl.py#L1169) @linoytsaban After that I ran into the following issue. ``` You are using a model of...

Hi @sayakpaul , I did remove that and run but it looks like the code gets stuck ``` You are using a model of type clip_text_model to instantiate a model...

So I figure that is moving, but it is extremely extremely slow. ``` accelerate launch train_dreambooth_lora_sdxl.py \ --pretrained_model_name_or_path=$MODEL_NAME \ --instance_data_dir=$INSTANCE_DIR \ --pretrained_vae_model_name_or_path=$VAE_PATH \ --output_dir=$OUTPUT_DIR \ --instance_prompt="a photo of sks dog"...

so this is the error I see when I run in it with mixed precision fp16 ``` export MODEL_NAME="stabilityai/stable-diffusion-xl-base-1.0" export INSTANCE_DIR="dog" export OUTPUT_DIR="lora-trained-xl" export VAE_PATH="madebyollin/sdxl-vae-fp16-fix" accelerate launch train_dreambooth_lora_sdxl.py \ --pretrained_model_name_or_path=$MODEL_NAME...

When I run the code without mixed precision fp16, these are the screenshots of what I see in my activity monitor, in htop and asitop. I see that the GPU...

yes, I took a pull yesterday. I also took a pull right now - 34c90dbb31f4956e72086ac43ca7d8154c2aadae (this is the commit) did run `pip install -e .`. and after that also getting...

Hi @bghira I checked out to this commit - https://github.com/bghira/diffusers/commit/ad3eb800385d0247faf0c59d9aed731f780a4318 and tried to run the same command above with the same script - train_dreambooth_lora_sdxl.py but still running into the same...

Hi @bghira, I also see the same error as @akospalfi

Hi @bghira @sayakpaul Just following up on this one on how we could go about it.