robotjung commited on
Commit
b7ca34e
1 Parent(s): 3ea12ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
52
  from diffusers import StableDiffusionPipeline
53
  import torch
54
 
55
- model_id = "robotjung/SemiRealMix "
56
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
57
  pipe = pipe.to("cuda")
58
 
 
52
  from diffusers import StableDiffusionPipeline
53
  import torch
54
 
55
+ model_id = "robotjung/SemiRealMix"
56
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
57
  pipe = pipe.to("cuda")
58