Spaces:
Running
on
Zero
Running
on
Zero
Update config/train_image2video.yaml
Browse files
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:
|
| 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 |
|