Bo-Kyeong Kim commited on
Commit
88867d5
1 Parent(s): 3fa2188

Update docs/description.md

Browse files
Files changed (1) hide show
  1. docs/description.md +2 -1
docs/description.md CHANGED
@@ -11,11 +11,12 @@ This demo showcases a lightweight Stable Diffusion model (SDM) for general-purpo
11
  - This research was accepted to
12
  - [**ICML 2023 Workshop on Efficient Systems for Foundation Models** (ES-FoMo)](https://es-fomo.com/)
13
  - [**ICCV 2023 Demo Track**](https://iccv2023.thecvf.com/)
14
- - Please be aware that your prompts are logged (_without_ any personally identifiable information).
15
  - For different images with the same prompt, please change _Random Seed_ in Advanced Settings (because of using the firstly sampled latent code per seed).
16
  - Some demo codes were borrowed from the repo of Stability AI ([stabilityai/stable-diffusion](https://huggingface.co/spaces/stabilityai/stable-diffusion)) and AK ([akhaliq/small-stable-diffusion-v0](https://huggingface.co/spaces/akhaliq/small-stable-diffusion-v0)). Thanks!
17
 
18
  ### Demo Environment
19
  - Regardless of machine types, our compressed model achieves speedups while preserving visually compelling results.
20
  - [June/30/2023] **Free CPU-basic** (2 vCPU · 16 GB RAM) — 7~10 min slow inference of the original SDM.
 
21
  - [May/31/2023] **NVIDIA T4-small** (4 vCPU · 15 GB RAM · 16GB VRAM) — 5~10 sec inference of the original SDM (for a 512×512 image with 25 denoising steps).
 
11
  - This research was accepted to
12
  - [**ICML 2023 Workshop on Efficient Systems for Foundation Models** (ES-FoMo)](https://es-fomo.com/)
13
  - [**ICCV 2023 Demo Track**](https://iccv2023.thecvf.com/)
14
+ - Please be aware that your prompts are logged, _without_ any personally identifiable information.
15
  - For different images with the same prompt, please change _Random Seed_ in Advanced Settings (because of using the firstly sampled latent code per seed).
16
  - Some demo codes were borrowed from the repo of Stability AI ([stabilityai/stable-diffusion](https://huggingface.co/spaces/stabilityai/stable-diffusion)) and AK ([akhaliq/small-stable-diffusion-v0](https://huggingface.co/spaces/akhaliq/small-stable-diffusion-v0)). Thanks!
17
 
18
  ### Demo Environment
19
  - Regardless of machine types, our compressed model achieves speedups while preserving visually compelling results.
20
  - [June/30/2023] **Free CPU-basic** (2 vCPU · 16 GB RAM) — 7~10 min slow inference of the original SDM.
21
+ - Because free CPU resources are dynamically allocated with other demos, it may take much longer, depending on the server situation.
22
  - [May/31/2023] **NVIDIA T4-small** (4 vCPU · 15 GB RAM · 16GB VRAM) — 5~10 sec inference of the original SDM (for a 512×512 image with 25 denoising steps).