vwu142 commited on
Commit
f59d893
·
verified ·
1 Parent(s): eeb322d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -69,7 +69,7 @@ It has images of pokemon cards and pokemon with various descriptions of the imag
69
 
70
  This was the parameters and the script used to train the weights
71
 
72
- '''
73
  !accelerate launch --mixed_precision="fp16" diffusers/examples/text_to_image/train_text_to_image_lora.py \
74
  --pretrained_model_name_or_path=$MODEL_NAME \
75
  --mixed_precision="fp16" \
@@ -89,4 +89,4 @@ This was the parameters and the script used to train the weights
89
  --checkpointing_steps=500 \
90
  --validation_prompt="Ludicolo" \
91
  --seed=1337
92
- '''
 
69
 
70
  This was the parameters and the script used to train the weights
71
 
72
+ ```python
73
  !accelerate launch --mixed_precision="fp16" diffusers/examples/text_to_image/train_text_to_image_lora.py \
74
  --pretrained_model_name_or_path=$MODEL_NAME \
75
  --mixed_precision="fp16" \
 
89
  --checkpointing_steps=500 \
90
  --validation_prompt="Ludicolo" \
91
  --seed=1337
92
+ ```