Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ def load_conditions():
|
|
61 |
|
62 |
def main(four_bit: bool = False):
|
63 |
ckpt_id = "sayakpaul/FLUX.1-Depth-dev-nf4"
|
64 |
-
pipe = load_pipeline(
|
65 |
prompt, control_image = load_conditions()
|
66 |
image = pipe(
|
67 |
prompt=prompt,
|
|
|
61 |
|
62 |
def main(four_bit: bool = False):
|
63 |
ckpt_id = "sayakpaul/FLUX.1-Depth-dev-nf4"
|
64 |
+
pipe = load_pipeline(four_bit=four_bit)
|
65 |
prompt, control_image = load_conditions()
|
66 |
image = pipe(
|
67 |
prompt=prompt,
|