Edit model card
torch.jit.load("unet.pt")
noise_pred = unet(latent_model_input, torch.tensor(t, dtype=torch.float32), text_embeddings) # no ['sample']
Downloads last month
0
Inference API
Inference API (serverless) has been turned off for this model.