Lucasdegeorge commited on
Commit
8e99953
·
verified ·
1 Parent(s): d8108dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ image = pipe(prompt, cfg=15)
54
  If you just want to download the models, not the sampling pipeline, you can do:
55
 
56
  ```python
57
- from pipe import T2IPipeline
58
  model = CAD.from_pretrained("Lucasdegeorge/CAD-I")
59
  ```
60
 
 
54
  If you just want to download the models, not the sampling pipeline, you can do:
55
 
56
  ```python
57
+ from pipe import CAD
58
  model = CAD.from_pretrained("Lucasdegeorge/CAD-I")
59
  ```
60