From c7a7c1769093d3f6bf63025127e6b0584a8737c4 Mon Sep 17 00:00:00 2001 From: ai-modelscope Date: Sun, 11 Aug 2024 22:04:32 +0800 Subject: [PATCH] Update README.md (#46) - Update README.md (04bf310e2362f0204cf061263c03f050c353bc16) Co-authored-by: Sayak Paul --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 0278fcd..1a53021 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ tags: - text-to-image - image-generation - flux -studios: -- muse/flux_dev --- ![FLUX.1 [dev] Grid](./dev_grid.jpg) @@ -44,7 +42,7 @@ The FLUX.1 models are also available via API from the following sources To use `FLUX.1 [dev]` with the 🧨 diffusers python library, first install or upgrade diffusers ```shell -pip install git+https://github.com/huggingface/diffusers.git +pip install -U diffusers ``` Then you can use `FluxPipeline` to run the model @@ -62,7 +60,6 @@ image = pipe( height=1024, width=1024, guidance_scale=3.5, - output_type="pil", num_inference_steps=50, max_sequence_length=512, generator=torch.Generator("cpu").manual_seed(0)