sayakpaul HF staff commited on
Commit
357d016
·
verified ·
1 Parent(s): 0be5f99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -54,7 +54,7 @@ pipeline = DiffusionPipeline.from_pretrained(
54
  ).to("cuda")
55
 
56
  prompt = """
57
- PIKA_DISSOLVE A slender glass vase, brimming with tiny white pebbles, stands centered on a polished ebony dais. Without warning, the glass begins to dissolve from the edges inward. Wisps of translucent dust swirl upward in an elegant spiral, illuminating each pebble as they drop onto the dais. The gently drifting dust eventually settles, leaving only the scattered stones and faint traces of shimmering powder on the stage.
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/).