estellea commited on
Commit
346926a
1 Parent(s): 6ed4200

Update README.md

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