alkzar90 commited on
Commit
744e728
1 Parent(s): a266b2a

Change compressibility -> aesthetic in code

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-compressibility-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
 
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