Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ import torch
|
|
40 |
|
41 |
# 1. Realistic Vision modelini yükle
|
42 |
pipeline = AutoPipelineForText2Image.from_pretrained(
|
43 |
-
"SG161222/
|
44 |
torch_dtype=torch.float16
|
45 |
).to("cuda")
|
46 |
|
|
|
40 |
|
41 |
# 1. Realistic Vision modelini yükle
|
42 |
pipeline = AutoPipelineForText2Image.from_pretrained(
|
43 |
+
"SG161222/Verus_Vision_1.0b",
|
44 |
torch_dtype=torch.float16
|
45 |
).to("cuda")
|
46 |
|