HikariDawn commited on
Commit
d3ae6b4
·
verified ·
1 Parent(s): e98ceed

Update config/train_image2video.yaml

Browse files
Files changed (1) hide show
  1. config/train_image2video.yaml +1 -1
config/train_image2video.yaml CHANGED
@@ -22,7 +22,7 @@ acceleration_tolerance: 4 # Recommened setting
22
 
23
  # Text setting
24
  use_text: True # If this is True, we will use text value
25
- pretrained_tokenizer_name_or_path: lzyvegetable/stable-diffusion-2-1 # Use SD 2.1
26
  empty_prompts_proportion: 0.0 # Useless now, we already have CFG in training
27
  mix_ambiguous: False # Whether we mix ambiguous prompt for "this" and "that"
28
 
 
22
 
23
  # Text setting
24
  use_text: True # If this is True, we will use text value
25
+ pretrained_tokenizer_name_or_path: RedbeardNZ/stable-diffusion-2-1-base # Use SD 2.1
26
  empty_prompts_proportion: 0.0 # Useless now, we already have CFG in training
27
  mix_ambiguous: False # Whether we mix ambiguous prompt for "this" and "that"
28