THEWEAKEST

Results 2 issues of THEWEAKEST

I use RTX 3080 Laptop with 16GB GPU memory to run rdm text-prompt only.I have changed the batch size from 3 to 1,but the CUDA is still out of memory.Please...

I use 4 TITAN Xp each of them has 12GB memory . And I modify the knn2img.py ``` config = OmegaConf.load(f"{opt.config}") model = load_model_from_config(config, f"{opt.ckpt}") device = torch.device("cuda") if torch.cuda.is_available()...