Nihir Chadderwala
commited on
Commit
•
998c24e
1
Parent(s):
f8972c5
Updated README file
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ Running pipeline with default PNDM scheduler:
|
|
39 |
import torch
|
40 |
from diffusers import StableDiffusionPipeline
|
41 |
|
42 |
-
model_id = "Prompt2MedImage"
|
43 |
device = "cuda"
|
44 |
|
45 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
|
|
39 |
import torch
|
40 |
from diffusers import StableDiffusionPipeline
|
41 |
|
42 |
+
model_id = "Nihirc/Prompt2MedImage"
|
43 |
device = "cuda"
|
44 |
|
45 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|