Molkaatb commited on
Commit
681e4d2
·
verified ·
1 Parent(s): e9d7b91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ from diffusers import StableDiffusionPipeline
18
  import torch
19
 
20
  # Load the model
21
- model = StableDiffusionPipeline.from_pretrained("your-username/your-model-name", torch_dtype=torch.float16).to("cuda")
22
 
23
  # Generate an image
24
  prompt = "A Disney-style portrait of a princess"
 
18
  import torch
19
 
20
  # Load the model
21
+ model = StableDiffusionPipeline.from_pretrained("Molkaatb/DisneyModel", torch_dtype=torch.float16).to("cuda")
22
 
23
  # Generate an image
24
  prompt = "A Disney-style portrait of a princess"