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 |
-
"
|
44 |
torch_dtype=torch.float16
|
45 |
).to("cuda")
|
46 |
|
|
|
40 |
|
41 |
# 1. Realistic Vision modelini yükle
|
42 |
pipeline = AutoPipelineForText2Image.from_pretrained(
|
43 |
+
"prithivMLmods/Canopus-LoRA-Flux-UltraRealism-2.0",
|
44 |
torch_dtype=torch.float16
|
45 |
).to("cuda")
|
46 |
|