stable-dreambooth
stable-dreambooth copied to clipboard
error in sample.py
for text in datasets: with torch.no_grad(): images = model(text, height=512, width=512, num_inference_steps=50)["sample"] /// sample key work error in conda activate enviroment
Need to change to: images = model(text, height=512, width=512, num_inference_steps=50)["images"]