riccardogiorato commited on
Commit
f18d4ee
1 Parent(s): aec0402

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
32
  ```python
33
  from diffusers import StableDiffusionPipeline
34
  import torch
35
- model_id = "nitrosocke/mo-di-diffusion"
36
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
37
  pipe = pipe.to("cuda")
38
  prompt = "a magical witch with golden hair with beeple style"
 
32
  ```python
33
  from diffusers import StableDiffusionPipeline
34
  import torch
35
+ model_id = "riccardogiorato/beeple-diffusion"
36
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
37
  pipe = pipe.to("cuda")
38
  prompt = "a magical witch with golden hair with beeple style"