Skip to content

Commit c8dbe94

Browse files
Nupur KumariNupur Kumari
authored andcommitted
custom diffusion in diffusers
1 parent be2cd9e commit c8dbe94

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
### [website](https://www.cs.cmu.edu/~custom-diffusion/) | [paper](http://arxiv.org/abs/2212.04488) | [gradio demo](https://huggingface.co/spaces/nupurkmr9/custom-diffusion)
44

55

6+
**[NEW!]** Custom Diffusion is now supported in diffusers. Please [refer](https://github.com/huggingface/diffusers/tree/main/examples/custom_diffusion) here for training and inference details.
7+
8+
69
<br>
710
<div class="gif">
811
<p align="center">
@@ -172,6 +175,9 @@ python sample.py --prompt "the <new2> cat sculpture in the style of a <new1> woo
172175

173176
### Training using Diffusers library
174177

178+
**[NEW!]** Custom Diffusion is also supported in diffusers now. Please [refer](https://github.com/huggingface/diffusers/tree/main/examples/custom_diffusion) here for training and inference details.
179+
180+
175181
```
176182
## install requirements
177183
pip install accelerate

0 commit comments

Comments
 (0)