Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ pipeline = DiffusionPipeline.from_pretrained(
|
|
54 |
).to("cuda")
|
55 |
|
56 |
prompt = """
|
57 |
-
|
58 |
"""
|
59 |
negative_prompt = "inconsistent motion, blurry motion, worse quality, degenerate outputs, deformed outputs"
|
60 |
|
@@ -67,4 +67,6 @@ video = pipeline(
|
|
67 |
num_inference_steps=50
|
68 |
).frames[0]
|
69 |
export_to_video(video, "output_vase.mp4", fps=25)
|
70 |
-
```
|
|
|
|
|
|
54 |
).to("cuda")
|
55 |
|
56 |
prompt = """
|
57 |
+
PIKA_CAKEIFY On a gleaming glass display stand, a sleek black purse quietly commands attention. Suddenly, a knife appears and slices through the shoe, revealing a fluffy vanilla sponge at its core. Immediately, it turns into a hyper-realistic prop cake, delighting the senses with its playful juxtaposition of the everyday and the extraordinary.
|
58 |
"""
|
59 |
negative_prompt = "inconsistent motion, blurry motion, worse quality, degenerate outputs, deformed outputs"
|
60 |
|
|
|
67 |
num_inference_steps=50
|
68 |
).frames[0]
|
69 |
export_to_video(video, "output_vase.mp4", fps=25)
|
70 |
+
```
|
71 |
+
|
72 |
+
Training logs are available on WandB [here](https://wandb.ai/diffusion-guidance/finetrainers-cogvideox/runs/q7z660f3/).
|