Change compressibility -> aesthetic in code
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
|
|
|
37 |
# !pip install diffusers
|
38 |
from diffusers import DDPMPipeline, DDIMPipeline, PNDMPipeline
|
39 |
|
40 |
+
model_id = "alkzar90/ddpo-aesthetic-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
|