estellea commited on
Commit
885e2c2
1 Parent(s): 86b39f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("intel/ldm3d")
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