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
4bf6bea5
Unverified
Commit
4bf6bea5
authored
Jun 15, 2022
by
Muhtasham Oblokulov
Committed by
GitHub
Jun 15, 2022
Browse files
Update README.md
small typo fixed and added Idea to ToDo
parent
7d4bafa8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+2
-1
No files found.
README.md
View file @
4bf6bea5
...
@@ -174,7 +174,7 @@ image_pil = PIL.Image.fromarray(image_processed[0])
...
@@ -174,7 +174,7 @@ image_pil = PIL.Image.fromarray(image_processed[0])
image_pil
.
save
(
"test.png"
)
image_pil
.
save
(
"test.png"
)
```
```
### 2. `diffusers` as a collection of popula Diffusion systems (GLIDE, Dalle, ...)
### 2. `diffusers` as a collection of popula
r
Diffusion systems (GLIDE, Dalle, ...)
For more examples see
[
pipelines
](
https://github.com/huggingface/diffusers/tree/main/src/diffusers/pipelines
)
.
For more examples see
[
pipelines
](
https://github.com/huggingface/diffusers/tree/main/src/diffusers/pipelines
)
.
...
@@ -277,6 +277,7 @@ wavwrite("generated_audio.wav", sampling_rate, audio.squeeze().cpu().numpy())
...
@@ -277,6 +277,7 @@ wavwrite("generated_audio.wav", sampling_rate, audio.squeeze().cpu().numpy())
-
Write google colab for training [ ]
-
Write google colab for training [ ]
-
Write docs / Think about how to structure docs [ ]
-
Write docs / Think about how to structure docs [ ]
-
Add tests to circle ci [ ]
-
Add tests to circle ci [ ]
-
Add
[
Diffusion LM models
](
https://arxiv.org/pdf/2205.14217.pdf
)
[
]
-
Add more vision models [ ]
-
Add more vision models [ ]
-
Add more speech models [ ]
-
Add more speech models [ ]
-
Add RL model [ ]
-
Add RL model [ ]
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