NullVoider commited on
Commit
f1cff77
·
verified ·
1 Parent(s): 0c3d982

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -55,4 +55,13 @@ Our multi-stage pretraining pipeline, inspired by the <a href="https://huggingfa
55
  | V1-SVD-V2V | 544px960p | 97 | 24 |
56
 
57
  ## Usage
58
- **See the [Guide](https://github.com/immortalshadow007/V1) for details.**
 
 
 
 
 
 
 
 
 
 
55
  | V1-SVD-V2V | 544px960p | 97 | 24 |
56
 
57
  ## Usage
58
+
59
+ **Note**: The V1 model is a hybrid of two models (`tencent/HunyuanVideo` and `stabilityai/stable-video-diffusion-img2vid-xt`) and cannot be loaded directly using `DiffusionPipeline.from_pretrained("NullVoider/V1")`. Instead, you need to clone the model repository locally and use the inference code provided in the associated GitHub repository.
60
+
61
+ ### Usage Guide
62
+
63
+ #### 1. Clone the Model Repository Locally
64
+ The model weights are hosted on Hugging Face. Clone the repository to your local machine using `git`:
65
+
66
+ ```bash
67
+ git clone https://huggingface.co/NullVoider/V1