ywlee88 commited on
Commit
23cde0b
1 Parent(s): 7de8133

update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -105,7 +105,7 @@ The inference code with denoising step 25
105
  import torch
106
  from diffusers import StableDiffusionXLPipeline
107
 
108
- pipe = StableDiffusionXLPipeline.from_pretrained("etri-vilab/koala-700m", torch_dtype=torch.float16)
109
  pipe = pipe.to("cuda")
110
 
111
  prompt = "A portrait painting of a Golden Retriever like Leonard da Vinci"
 
105
  import torch
106
  from diffusers import StableDiffusionXLPipeline
107
 
108
+ pipe = StableDiffusionXLPipeline.from_pretrained("etri-vilab/koala-1b", torch_dtype=torch.float16)
109
  pipe = pipe.to("cuda")
110
 
111
  prompt = "A portrait painting of a Golden Retriever like Leonard da Vinci"