Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ Here is how to use this model to get the features of a given text in PyTorch:
|
|
39 |
|
40 |
from diffusers import StableDiffusionLDM3DPipeline
|
41 |
|
42 |
-
pipe = StableDiffusionLDM3DPipeline.from_pretrained("Intel/ldm3d")
|
43 |
pipe.to("cuda")
|
44 |
|
45 |
|
|
|
39 |
|
40 |
from diffusers import StableDiffusionLDM3DPipeline
|
41 |
|
42 |
+
pipe = StableDiffusionLDM3DPipeline.from_pretrained("Intel/ldm3d-4c")
|
43 |
pipe.to("cuda")
|
44 |
|
45 |
|