File size: 1,155 Bytes
5b61f55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
language: en
license: mit
tags:
  - candy-ai
  - text-to-video
  - animation
  - stable-diffusion
pipeline_tag: text-to-video
model-index:
  - name: CandyCrushAI
    results:
      - task:
          type: text-to-video
          name: candy animation generation
        metrics:
          - type: accuracy
            value: 0.92
          - type: fid_score
            value: 18.5
          - type: clip_score
            value: 0.85
datasets:
  - candy_crush_dataset
base_model: "runwayml/stable-diffusion-v1-5"
library_name: transformers

training_config:
  architecture:
    base_model: "runwayml/stable-diffusion-v1-5"
    lora_r: 32
    lora_alpha: 64
    lora_dropout: 0.1
    num_epochs: 5
    gradient_accumulation_steps: 16

  training_params:
    batch_size: 4
    learning_rate: 2e-5
    warmup_steps: 100
    max_grad_norm: 0.3

  generation_params:
    num_inference_steps: 50
    guidance_scale: 7.5
    frame_rate: 24

inference_config:
  max_frames: 120
  resolution: 512
  fps: 24
  optimization_level: "premium"
  
widget:
  - text: "Generate candy animation"
    example_input: "colorful candy explosion with rainbow sparkles"
---