You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching to runwayml/stable-diffusion-v1-5 from stabilityai/stable-diffusion-2-1-base is the only way that I can get DreamBooth to run on my 11GB VRAM GPU, but it produces no results
File "/home/john/Desktop/3DPose/PuzzleAvatar/multi_concepts/train.py", line 1165, in aggregate_attention
out = torch.cat(out, dim=0)
RuntimeError: torch.cat(): expected a non-empty list of Tensors
if I skip DreamBooth altogether, I can get the geometry and texture outputs on my custom data, but even after 20k steps of training, the model looks terrible.
Is DreamBooth necessary for a good output?
The text was updated successfully, but these errors were encountered:
Switching to
runwayml/stable-diffusion-v1-5
fromstabilityai/stable-diffusion-2-1-base
is the only way that I can get DreamBooth to run on my 11GB VRAM GPU, but it produces no resultsif I skip DreamBooth altogether, I can get the geometry and texture outputs on my custom data, but even after 20k steps of training, the model looks terrible.
Is DreamBooth necessary for a good output?
The text was updated successfully, but these errors were encountered: