adamelliotfields commited on
Commit
8991603
1 Parent(s): b7fd57e

Update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -53,7 +53,7 @@ See [`info.md`](https://huggingface.co/spaces/adamelliotfields/diffusion/blob/ma
53
  ```bash
54
  python -m venv .venv
55
  source .venv/bin/activate
56
- pip install -r requirements.txt torch==2.4.0 torchvision==0.19.0 gradio==4.39.0
57
 
58
  # http://localhost:7860
59
  python app.py
@@ -61,8 +61,8 @@ python app.py
61
 
62
  ## TODO
63
 
64
- - [ ] Support LoRA
65
- - [ ] Add styles
66
  - [ ] Hires fix
67
- - [ ] Latent preview
68
  - [ ] Metadata embed and display
 
 
53
  ```bash
54
  python -m venv .venv
55
  source .venv/bin/activate
56
+ pip install -r requirements.txt torch==2.4.0 torchvision==0.19.0
57
 
58
  # http://localhost:7860
59
  python app.py
 
61
 
62
  ## TODO
63
 
64
+ - [ ] Styles
 
65
  - [ ] Hires fix
66
+ - [ ] Support LoRA
67
  - [ ] Metadata embed and display
68
+ - [ ] Latent preview