sergejcodes commited on
Commit
f2526a7
1 Parent(s): 2ecccc7

chore: update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ This model can be used just like any other Stable Diffusion model with HuggingFa
28
  import torch
29
  from diffusers import StableDiffusionPipeline
30
 
31
- model_id = "n6ai/sd-graphic-art"
32
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
33
  pipe = pipe.to("cuda")
34
 
 
28
  import torch
29
  from diffusers import StableDiffusionPipeline
30
 
31
+ model_id = "n6ai/graphic-art"
32
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
33
  pipe = pipe.to("cuda")
34