johnrachwanpruna commited on
Commit
a43302b
1 Parent(s): 039dbfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -108,7 +108,7 @@ You can run the smashed model with these steps:
108
 
109
  generator = torch.Generator().manual_seed(12345)
110
  image = pipe(
111
- prompt,
112
  guidance_scale=0.0,
113
  num_inference_steps=4,
114
  max_sequence_length=256,
 
108
 
109
  generator = torch.Generator().manual_seed(12345)
110
  image = pipe(
111
+ "a cute apple smiling",
112
  guidance_scale=0.0,
113
  num_inference_steps=4,
114
  max_sequence_length=256,