Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hpwang
/
VistaDream
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ccefca0
VistaDream
/
tools
/
Fooocus
/
development.md
hpwang
[Init]
fd5e0f7
about 2 months ago
preview
code
|
raw
Copy download link
history
blame
Safe
178 Bytes
## Running unit tests
Native python:
```
python -m unittest tests/
```
Embedded python (Windows zip file installation method):
```
..\python_embeded\python.exe -m unittest
```