Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
NewtNewt commited on
Commit
39069d2
·
verified ·
1 Parent(s): b49e3ba

Update README.md

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