TheRafal commited on
Commit
a98f456
1 Parent(s): e3e151d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ from diffusers import StableDiffusionPipeline
26
  import torch
27
 
28
  model_id = "TheRafal/everything-v1"
29
- branch_name= "main"
30
 
31
  pipe = StableDiffusionPipeline.from_pretrained(model_id, revision=branch_name, torch_dtype=torch.float16)
32
  pipe = pipe.to("cuda")
 
26
  import torch
27
 
28
  model_id = "TheRafal/everything-v1"
29
+ branch_name = "main"
30
 
31
  pipe = StableDiffusionPipeline.from_pretrained(model_id, revision=branch_name, torch_dtype=torch.float16)
32
  pipe = pipe.to("cuda")