freshcodestech commited on
Commit
b575221
·
verified ·
1 Parent(s): 2644620

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ from diffusers import StableDiffusionPipeline
24
 
25
  import torch
26
 
27
- pipe = StableDiffusionPipeline.from_pretrained("username/LingoSpace", torch_dtype=torch.float16).to("cuda")
28
 
29
  prompt = "a cartoon cat dressed as a firefighter, standing in front of a fire truck"
30
 
 
24
 
25
  import torch
26
 
27
+ pipe = StableDiffusionPipeline.from_pretrained("username/cat_in_space", torch_dtype=torch.float16).to("cuda")
28
 
29
  prompt = "a cartoon cat dressed as a firefighter, standing in front of a fire truck"
30