Miracle-2001 commited on
Commit
7dc0e3d
·
verified ·
1 Parent(s): b175adf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -56,6 +56,7 @@ image.save("green_pokemon.png")
56
 
57
  ## Training details
58
 
 
59
  cd diffusers/examples/text_to_image
60
 
61
  export MODEL_NAME="runwayml/stable-diffusion-v1-5"
@@ -82,3 +83,4 @@ HF_ENDPOINT=https://hf-mirror.com python train_text_to_image_lora.py \
82
  --validation_prompt="Totoro" \
83
  --seed=1337 \
84
  --caption_column="en_text"
 
 
56
 
57
  ## Training details
58
 
59
+ ```bash
60
  cd diffusers/examples/text_to_image
61
 
62
  export MODEL_NAME="runwayml/stable-diffusion-v1-5"
 
83
  --validation_prompt="Totoro" \
84
  --seed=1337 \
85
  --caption_column="en_text"
86
+ ```