Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
NewtNewt commited on
Commit
a985c2a
·
verified ·
1 Parent(s): 0f89cdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -23,8 +23,10 @@ MESA is a novel generative model based on latent denoising diffusion capable of
23
  ## Installation
24
  ```sh
25
  # Clone the repository
26
- git clone https://github.com/PaulBorneP/MESA.git
 
27
  cd MESA
 
28
  ```
29
 
30
  ## Model Download
 
23
  ## Installation
24
  ```sh
25
  # Clone the repository
26
+ # using python 3.11.12
27
+ git clone https://github.com/PaulBorneP/MESA
28
  cd MESA
29
+ pip install -r requirements.txt
30
  ```
31
 
32
  ## Model Download