Update README.md
Browse files
README.md
CHANGED
|
@@ -21,3 +21,9 @@ 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 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|