1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Update train_dreambooth.py

This commit is contained in:
Suraj Patil
2022-10-27 15:51:11 +02:00
committed by GitHub
parent 52f2128dc6
commit eceeebdf91

View File

@@ -26,7 +26,7 @@ from transformers import CLIPTextModel, CLIPTokenizer
logger = get_logger(__name__)
def parse_args(input_args: None):
def parse_args(input_args=None):
parser = argparse.ArgumentParser(description="Simple example of a training script.")
parser.add_argument(
"--pretrained_model_name_or_path",