sharpenb commited on
Commit
bbd6973
1 Parent(s): 6a4c18a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ You can run the smashed model with these steps:
65
 
66
  model_path = "CompVis-stable-diffusion-v1-4-turbo-tiny-green-smashed/model" # Specify the downloaded model path.
67
  smashed_model = PrunaModel.load_model(model_path) # Load the model.
68
- smashed_model(prompt='Beautiful fruits in trees', height=1024, width=1024)[0][0] # Run the model where x is the expected input of.
69
  ```
70
 
71
  ## Configurations
 
65
 
66
  model_path = "CompVis-stable-diffusion-v1-4-turbo-tiny-green-smashed/model" # Specify the downloaded model path.
67
  smashed_model = PrunaModel.load_model(model_path) # Load the model.
68
+ smashed_model(prompt='Beautiful fruits in trees', height=512, width=512)[0][0] # Run the model where x is the expected input of.
69
  ```
70
 
71
  ## Configurations