Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ library_name: diffusers
|
|
| 48 |
from diffusers import StableDiffusionPipeline
|
| 49 |
|
| 50 |
# Load the model
|
| 51 |
-
model_id = "
|
| 52 |
pipeline = StableDiffusionPipeline.from_pretrained(model_id)
|
| 53 |
pipeline.to("cuda")
|
| 54 |
|
|
|
|
| 48 |
from diffusers import StableDiffusionPipeline
|
| 49 |
|
| 50 |
# Load the model
|
| 51 |
+
model_id = "HyperX-Sentience/luna-revamped"
|
| 52 |
pipeline = StableDiffusionPipeline.from_pretrained(model_id)
|
| 53 |
pipeline.to("cuda")
|
| 54 |
|