You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Single GPU Inference VRAM**| FP16: Using diffusers 12.5GB* INT8: Using diffusers with torchao 7.8GB*| BF16: Using diffusers 20.7GB* INT8: Using diffusers with torchao 11.4GB*|
283
+
|**Multi GPU Inference VRAM**| FP16: Using diffusers 10GB*| BF16: Using diffusers 15GB*|
284
+
|**Inference Speed**| Single A100: ~90 seconds, Single H100: ~45 seconds | Single A100: ~180 seconds, Single H100: ~90 seconds |
Copy file name to clipboardExpand all lines: docs/source/en/using-diffusers/cogvideox.md
+3-36Lines changed: 3 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ specific language governing permissions and limitations under the License.
12
12
# CogVideoX
13
13
CogVideoX is an open-source version of the video generation model originating from QingYing. The table below displays the list of video generation models we currently offer, along with their foundational information.
14
14
15
+
The model integrates text, time, and space into a transformer architecture. This architecture abandons the traditional cross attention module and converts it to Full Attention. It uses Expert Block to achieve alignment of two different modal spaces: text and video.
16
+
15
17
16
18
## Load model checkpoints
17
19
Model weights may be stored in separate subfolders on the Hub or locally, in which case, you should use the [`~DiffusionPipeline.from_pretrained`] method.
The are two variants of this model,[THUDM/CogVideoX-5b-I2V](https://huggingface.co/THUDM/CogVideoX-5b-I2V). The CogVideoX checkpoint is trained to generate 60 frames
75
-
76
-
You'll use the CogVideoX-5b-I2V checkpoint for this guide.
76
+
You'll use the [THUDM/CogVideoX-5b-I2V](https://huggingface.co/THUDM/CogVideoX-5b-I2V) checkpoint for this guide.
0 commit comments