Views
No views yet
in style of DSYL./images/training.1project_name = 'disco-elysium'
2model_name = 'stable-diffusion-v1-5/stable-diffusion-v1-5'
3prompt = 'in the style of DSYL'
4
5learning_rate = 1e-4
6num_steps = 500
7batch_size = 1
8gradient_accumulation = 4
9resolution = 512
10use_8bit_adam = False
11use_xformers = False
12mixed_precision = "fp16"
13train_text_encoder = True
14disable_gradient_checkpointing = False