Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffuse
|
|
61 |
from diffusers import StableDiffusionPipeline
|
62 |
import torch
|
63 |
|
64 |
-
model_id = "
|
65 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
66 |
pipe = pipe.to("cuda")
|
67 |
|
|
|
61 |
from diffusers import StableDiffusionPipeline
|
62 |
import torch
|
63 |
|
64 |
+
model_id = "emilianJR/AnyLORA"
|
65 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
66 |
pipe = pipe.to("cuda")
|
67 |
|