Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ See the following code:
|
|
37 |
# !pip install diffusers
|
38 |
from diffusers import DDPMPipeline, DDIMPipeline, PNDMPipeline
|
39 |
|
40 |
-
model_id = "alkzar90/ddpo-
|
41 |
|
42 |
# load model and scheduler
|
43 |
ddpm = DDPMPipeline.from_pretrained(model_id) # you can replace DDPMPipeline with DDIMPipeline or PNDMPipeline for faster inference
|
@@ -55,4 +55,4 @@ For more in-detail information, please have a look at the [official inference ex
|
|
55 |
## Samples
|
56 |
|
57 |
![Celeba-HQ 256x256 generated samples from the DDPO finetuned model optimized by
|
58 |
-
JPEG
|
|
|
37 |
# !pip install diffusers
|
38 |
from diffusers import DDPMPipeline, DDIMPipeline, PNDMPipeline
|
39 |
|
40 |
+
model_id = "alkzar90/ddpo-incompressibility-celebahq-256"
|
41 |
|
42 |
# load model and scheduler
|
43 |
ddpm = DDPMPipeline.from_pretrained(model_id) # you can replace DDPMPipeline with DDIMPipeline or PNDMPipeline for faster inference
|
|
|
55 |
## Samples
|
56 |
|
57 |
![Celeba-HQ 256x256 generated samples from the DDPO finetuned model optimized by
|
58 |
+
JPEG incompressibility](https://huggingface.co/alkzar90/ddpo-incompressibility-celebahq-256/resolve/main/images/ddpo-incompressibility-samples.png)
|