Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,11 @@ tags:
|
|
| 11 |
base_model: black-forest-labs/FLUX.1-dev
|
| 12 |
pipeline_tag: text-to-image
|
| 13 |
library_name: diffusers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
```py
|
|
@@ -21,9 +26,3 @@ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-d
|
|
| 21 |
pipeline.load_lora_weights('janannfndnd/SAB', weight_name='lora.safetensors')
|
| 22 |
image = pipeline("your prompt").images[
|
| 23 |
```
|
| 24 |
-
|
| 25 |
-
inference:
|
| 26 |
-
parameters:
|
| 27 |
-
height: 1024
|
| 28 |
-
width: 512
|
| 29 |
-
|
|
|
|
| 11 |
base_model: black-forest-labs/FLUX.1-dev
|
| 12 |
pipeline_tag: text-to-image
|
| 13 |
library_name: diffusers
|
| 14 |
+
inference:
|
| 15 |
+
parameters:
|
| 16 |
+
height: 1024
|
| 17 |
+
width: 512
|
| 18 |
+
num_inference_steps: 5
|
| 19 |
---
|
| 20 |
|
| 21 |
```py
|
|
|
|
| 26 |
pipeline.load_lora_weights('janannfndnd/SAB', weight_name='lora.safetensors')
|
| 27 |
image = pipeline("your prompt").images[
|
| 28 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|