riccardogiorato
commited on
Commit
•
f18d4ee
1
Parent(s):
aec0402
Update README.md
Browse files
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 = "
|
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"
|