janannfndnd commited on
Commit
df36381
·
verified ·
1 Parent(s): 85a943c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
+