estellea commited on
Commit
c99def7
1 Parent(s): ee7c3b4

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("LDM3D_checkpoint/ldm3d-v1")
33
  pipe_ldm3d.to("cuda")
34
 
35
 
 
29
 
30
  from diffusers import StableDiffusionLDM3DPipeline
31
 
32
+ pipe_ldm3d = StableDiffusionLDM3DPipeline.from_pretrained("estellea/ldm3d")
33
  pipe_ldm3d.to("cuda")
34
 
35