Text-to-Image

fix cd - missing parent folder

#2
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ Generate image with your custom prompt
33
 
34
  ```bash
35
  git clone https://github.com/zlab-princeton/i1
36
- cd torch_inference
37
  python generate.py \
38
  --prompt "Render the following text at the center of the image on a clean background: 'Flow on, river! flow with the flood-tide, and ebb with the ebb-tide! Frolic on, crested and scallop-edg'd waves!'"
39
  ```
 
33
 
34
  ```bash
35
  git clone https://github.com/zlab-princeton/i1
36
+ cd i1/torch_inference
37
  python generate.py \
38
  --prompt "Render the following text at the center of the image on a clean background: 'Flow on, river! flow with the flood-tide, and ebb with the ebb-tide! Frolic on, crested and scallop-edg'd waves!'"
39
  ```