update model card
Browse files
README.md
CHANGED
|
@@ -71,7 +71,6 @@ import torch
|
|
| 71 |
from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline
|
| 72 |
|
| 73 |
device = "cuda"
|
| 74 |
-
dtype = torch.bfloat16
|
| 75 |
num_images_per_prompt = 2
|
| 76 |
|
| 77 |
prior = StableCascadePriorPipeline.from_pretrained("stabilityai/stable-cascade-prior", torch_dtype=torch.bfloat16).to(device)
|
|
|
|
| 71 |
from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline
|
| 72 |
|
| 73 |
device = "cuda"
|
|
|
|
| 74 |
num_images_per_prompt = 2
|
| 75 |
|
| 76 |
prior = StableCascadePriorPipeline.from_pretrained("stabilityai/stable-cascade-prior", torch_dtype=torch.bfloat16).to(device)
|