Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DreamBooth runs with runwayml/stable-diffusion-v1-5 but produces an empty list #18

Open
atonalfreerider opened this issue Dec 30, 2024 · 0 comments

Comments

@atonalfreerider
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant