anton-l HF staff commited on
Commit
f096f47
1 Parent(s): 1d0d7c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ model_id = "fusing/glide-base"
24
  pipeline = DiffusionPipeline.from_pretrained(model_id)
25
 
26
  # run inference (text-conditioned denoising + upscaling)
27
- img = pipeline("a corgi wearing a red bowtie and a purple party hat")
28
 
29
  # process image to PIL
30
  img = img.squeeze(0)
 
24
  pipeline = DiffusionPipeline.from_pretrained(model_id)
25
 
26
  # run inference (text-conditioned denoising + upscaling)
27
+ img = pipeline("a crayon drawing of a corgi")
28
 
29
  # process image to PIL
30
  img = img.squeeze(0)