Update README.md
#3
by
coults04
- opened
README.md
CHANGED
@@ -46,7 +46,7 @@ import torch
|
|
46 |
from diffusers import FluxPipeline
|
47 |
|
48 |
# Load the model
|
49 |
-
pipe = FluxPipeline.from_pretrained("
|
50 |
pipe.to("cuda")
|
51 |
|
52 |
# Define your prompt
|
|
|
46 |
from diffusers import FluxPipeline
|
47 |
|
48 |
# Load the model
|
49 |
+
pipe = FluxPipeline.from_pretrained("enhanceaiteam/mystic", torch_dtype=torch.float16)
|
50 |
pipe.to("cuda")
|
51 |
|
52 |
# Define your prompt
|