eolecvk commited on
Commit
b737195
1 Parent(s): b5a6445

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ from torch import autocast
35
  pipe = StableDiffusionPipeline.from_pretrained("lambdalabs/dreambooth-avatar", torch_dtype=torch.float16)
36
  pipe = pipe.to("cuda")
37
 
38
- prompt = "Yoda, avatarart style person"
39
  scale = 7.5
40
  n_samples = 4
41
 
 
35
  pipe = StableDiffusionPipeline.from_pretrained("lambdalabs/dreambooth-avatar", torch_dtype=torch.float16)
36
  pipe = pipe.to("cuda")
37
 
38
+ prompt = "Yoda, avatarart style"
39
  scale = 7.5
40
  n_samples = 4
41