Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
20cd337b
"...git@developer.sourcefind.cn:OpenDAS/ktransformers.git" did not exist on "76b081879a798745dbd3976277fcc16f5e4cfb0a"
Unverified
Commit
20cd337b
authored
Jun 07, 2022
by
Patrick von Platen
Committed by
GitHub
Jun 07, 2022
Browse files
Update README.md
parent
9c4cd06d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
README.md
README.md
+13
-3
No files found.
README.md
View file @
20cd337b
...
@@ -113,38 +113,48 @@ image_pil.save("test.png")
...
@@ -113,38 +113,48 @@ image_pil.save("test.png")
│ │ ├── modeling_fastdiff.py
│ │ ├── modeling_fastdiff.py
│ │ ├── README.md
│ │ ├── README.md
│ │ └── run_fastdiff.py
│ │ └── run_fastdiff.py
│ ├── __init__.py
│ └── vision
│ └── vision
│ ├── dalle2
│ ├── dalle2
│ │ ├── modeling_dalle2.py
│ │ ├── modeling_dalle2.py
│ │ ├── README.md
│ │ ├── README.md
│ │ └── run_dalle2.py
│ │ └── run_dalle2.py
│ ├── ddpm
│ ├── ddpm
│ │ ├── example.py
│ │ ├── modeling_ddpm.py
│ │ ├── modeling_ddpm.py
│ │ ├── README.md
│ │ ├── README.md
│ │ └── run_ddpm.py
│ │ └── run_ddpm.py
│ ├── glide
│ ├── glide
│ │ ├── modeling_glide.py
│ │ ├── modeling_glide.py
│ │ ├── modeling_vqvae.py.py
│ │ ├── README.md
│ │ ├── README.md
│ │ └── run_
dalle2
.py
│ │ └── run_
glide
.py
│ ├── imagen
│ ├── imagen
│ │ ├── modeling_dalle2.py
│ │ ├── modeling_dalle2.py
│ │ ├── README.md
│ │ ├── README.md
│ │ └── run_dalle2.py
│ │ └── run_dalle2.py
│ ├── __init__.py
│ └── latent_diffusion
│ └── latent_diffusion
│ ├── modeling_latent_diffusion.py
│ ├── modeling_latent_diffusion.py
│ ├── README.md
│ ├── README.md
│ └── run_latent_diffusion.py
│ └── run_latent_diffusion.py
├── pyproject.toml
├── README.md
├── setup.cfg
├── setup.py
├── src
├── src
│ └── diffusers
│ └── diffusers
│ ├── configuration_utils.py
│ ├── configuration_utils.py
│ ├── __init__.py
│ ├── __init__.py
│ ├── modeling_utils.py
│ ├── modeling_utils.py
│ ├── models
│ ├── models
│ │ ├── __init__.py
│ │ ├── unet_glide.py
│ │ └── unet.py
│ │ └── unet.py
│ ├── p
rocessors
│ ├── p
ipeline_utils.py
│ └── schedulers
│ └── schedulers
│ ├── gaussian_ddpm.py
│ ├── gaussian_ddpm.py
│ ├── __init__.py
├── tests
├── tests
│ └── test_modeling_utils.py
│ └── test_modeling_utils.py
```
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment