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 775bb8c commit 985baa9Copy full SHA for 985baa9
src/diffusers/pipelines/cogview4/__init__.py
@@ -32,6 +32,7 @@
32
from ...utils.dummy_torch_and_transformers_objects import * # noqa F403
33
else:
34
from .pipeline_cogview4 import CogView4Pipeline
35
+ from .pipeline_cogview4_control import CogView4ControlPipeline
36
37
import sys
38
0 commit comments