update README
Browse files
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-
|
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"
|