madtune commited on
Commit
d506f16
·
verified ·
1 Parent(s): c50740e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -33,10 +33,12 @@ PixelDiT is a 1.3B parameter **pixel-space** diffusion transformer — no VAE, g
33
  ## Install
34
 
35
  ```bash
 
 
 
36
  git clone https://github.com/madtunebk/pixeldit-diffusers
37
  cd pixeldit-diffusers
38
- python setup_diffusers_pixeldit.py
39
- pip install transformers accelerate safetensors pillow
40
  ```
41
 
42
  ---
 
33
  ## Install
34
 
35
  ```bash
36
+ python3 -m venv .venv && source .venv/bin/activate
37
+ pip install torch --index-url https://download.pytorch.org/whl/cu121
38
+ pip install diffusers transformers accelerate safetensors pillow
39
  git clone https://github.com/madtunebk/pixeldit-diffusers
40
  cd pixeldit-diffusers
41
+ python scripts/setup_diffusers_pixeldit.py
 
42
  ```
43
 
44
  ---