Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ Here is how to use this model to get the features of a given text in PyTorch:
|
|
29 |
|
30 |
from diffusers import StableDiffusionLDM3DPipeline
|
31 |
|
32 |
-
pipe_ldm3d = StableDiffusionLDM3DPipeline.from_pretrained("
|
33 |
pipe_ldm3d.to("cuda")
|
34 |
|
35 |
|
|
|
29 |
|
30 |
from diffusers import StableDiffusionLDM3DPipeline
|
31 |
|
32 |
+
pipe_ldm3d = StableDiffusionLDM3DPipeline.from_pretrained("Intel/ldm3d")
|
33 |
pipe_ldm3d.to("cuda")
|
34 |
|
35 |
|