nateraw commited on
Commit
c0cb31e
1 Parent(s): 67c7004

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ import torch
24
  from diffusers import StableDiffusionPipeline
25
 
26
  pipe = StableDiffusionPipeline.from_pretrained(
27
- "nateraw/zach-fox",
28
  torch_dtype=torch.float16
29
  ).to("cuda")
30
 
 
24
  from diffusers import StableDiffusionPipeline
25
 
26
  pipe = StableDiffusionPipeline.from_pretrained(
27
+ "nateraw/zack-fox",
28
  torch_dtype=torch.float16
29
  ).to("cuda")
30