Update README.md
#31
by
sayakpaul
HF staff
- opened
README.md
CHANGED
@@ -35,7 +35,7 @@ The FLUX.1 models are also available via API from the following sources
|
|
35 |
To use `FLUX.1 [schnell]` with the 🧨 diffusers python library, first install or upgrade diffusers
|
36 |
|
37 |
```shell
|
38 |
-
pip install
|
39 |
```
|
40 |
|
41 |
Then you can use `FluxPipeline` to run the model
|
@@ -51,7 +51,6 @@ prompt = "A cat holding a sign that says hello world"
|
|
51 |
image = pipe(
|
52 |
prompt,
|
53 |
guidance_scale=0.0,
|
54 |
-
output_type="pil",
|
55 |
num_inference_steps=4,
|
56 |
max_sequence_length=256,
|
57 |
generator=torch.Generator("cpu").manual_seed(0)
|
|
|
35 |
To use `FLUX.1 [schnell]` with the 🧨 diffusers python library, first install or upgrade diffusers
|
36 |
|
37 |
```shell
|
38 |
+
pip install -U diffusers
|
39 |
```
|
40 |
|
41 |
Then you can use `FluxPipeline` to run the model
|
|
|
51 |
image = pipe(
|
52 |
prompt,
|
53 |
guidance_scale=0.0,
|
|
|
54 |
num_inference_steps=4,
|
55 |
max_sequence_length=256,
|
56 |
generator=torch.Generator("cpu").manual_seed(0)
|