We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7186bb4 commit e9a3911Copy full SHA for e9a3911
src/diffusers/pipelines/cogview3/pipeline_cogview3plus.py
@@ -38,7 +38,7 @@
38
>>> import torch
39
>>> from diffusers import CogView3PlusPipeline
40
41
- >>> pipe = CogView3PlusPipeline.from_pretrained("THUDM/CogView3Plus-3B", torch_dtype=torch.bfloat16)
+ >>> pipe = CogView3PlusPipeline.from_pretrained("THUDM/CogView3-Plus-3B", torch_dtype=torch.bfloat16)
42
>>> pipe.to("cuda")
43
44
>>> prompt = "A photo of an astronaut riding a horse on mars"
0 commit comments