Spaces:
Running
on
Zero
Running
on
Zero
Update config/train_image2video_controlnet.yaml
Browse files
config/train_image2video_controlnet.yaml
CHANGED
|
@@ -24,7 +24,7 @@ flip_aug_prob: 0.45 # Whether we flip the GT and cond vertically
|
|
| 24 |
|
| 25 |
# Text setting
|
| 26 |
use_text: True # If this is True, we will use text value
|
| 27 |
-
pretrained_tokenizer_name_or_path:
|
| 28 |
empty_prompts_proportion: 0.0
|
| 29 |
mix_ambiguous: False # Whether we mix ambiguous prompt for "this" and "that"
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
# Text setting
|
| 26 |
use_text: True # If this is True, we will use text value
|
| 27 |
+
pretrained_tokenizer_name_or_path: RedbeardNZ/stable-diffusion-2-1-base # Use SD 2.1
|
| 28 |
empty_prompts_proportion: 0.0
|
| 29 |
mix_ambiguous: False # Whether we mix ambiguous prompt for "this" and "that"
|
| 30 |
|