mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-05 19:41:59 +08:00
Merge pull request #58 from learningpro/main
use huggingface model path and update requirements.txt to avoid PIL error
This commit is contained in:
commit
c3c708e028
@ -17,7 +17,7 @@ import PIL
|
||||
|
||||
dtype = torch.bfloat16
|
||||
device = "cuda" if torch.cuda.is_available() else "cpu"
|
||||
pipe = CogVideoXPipeline.from_pretrained("/share/home/zyx/Models/cogvideox-hf-0805", torch_dtype=dtype).to(device)
|
||||
pipe = CogVideoXPipeline.from_pretrained("THUDM/CogVideoX-2b", torch_dtype=dtype).to(device)
|
||||
|
||||
sys_prompt = """You are part of a team of bots that creates videos. You work with an assistant bot that will draw anything you say in square brackets.
|
||||
|
||||
|
@ -6,4 +6,5 @@ opencv-python>=4.10
|
||||
imageio-ffmpeg>=0.5.1
|
||||
openai>=1.38.0
|
||||
transformers>=4.43.3
|
||||
accelerate>=0.33.0
|
||||
accelerate>=0.33.0
|
||||
pillow==9.5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user