T2I-Adapter
T2I-Adapter copied to clipboard
T2I-Adapter
Hey @xinntao @MC-E ! 👋 Super cool work again! This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other people...
Seems that 8GB is not supported yet: > RuntimeError: CUDA out of memory. Tried to allocate 1024.00 MiB (GPU 0; 8.00 GiB total capacity; 5.40 GiB already allocated; 0 bytes...
Hello! Thank you very much for this, it seems really good! Could you provide some training documentation please ?
They seems to have similar function.
Branch: main Bug description: In lines 674-676 of train_sketch.py, when calculating the timesteps variable, it may generate an illegal timesteps = 1000, causing an assertion error when running the training...
Excellent work! I would like to consult about the approximate value of loss during the whole training process. I am using about 20k 512*512 images to train T2I-Adapter-sketch, and the...
When I attempt to train the Adapter (main branch) using the following terminal command, executed in the background: `nohup accelerate launch train_sketch.py --pretrained_model_name_or_path stabilityai/stable-diffusion-xl-base-1.0 --output_dir experiments/adapter_sketch_xl --config configs/train/Adapter-XL-sketch.yaml --mixed_precision="fp16" --resolution=1024...
I use the train_sketch.py file given by the author to train on my own data set. The trained model weight file is a .pth file. The following error occurred when...
Please help, that as I installed all requirements needed and running the app.py I can't find the sketch input module in gradio skin, and when I run the demo.py nothing...