Instructions to use aidealab/AIdeaLab-VideoJP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aidealab/AIdeaLab-VideoJP with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("aidealab/AIdeaLab-VideoJP", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ To address this issue, we have developed CommonVideo.
|
|
| 44 |
### Model Sources
|
| 45 |
|
| 46 |
- **Repository:** TBA
|
| 47 |
-
- **Paper :**
|
| 48 |
|
| 49 |
## How to Get Started with the Model
|
| 50 |
|
|
|
|
| 44 |
### Model Sources
|
| 45 |
|
| 46 |
- **Repository:** TBA
|
| 47 |
+
- **Paper :** [blog](https://note.com/aidealab/n/n677018ea1953)
|
| 48 |
|
| 49 |
## How to Get Started with the Model
|
| 50 |
|