Update README.md
Browse files
README.md
CHANGED
|
@@ -16,4 +16,9 @@ import torch
|
|
| 16 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
| 17 |
pipeline.load_lora_weights('AntDish/BACK', weight_name='back.safetensors')
|
| 18 |
image = pipeline('your prompt').images[0]
|
| 19 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
| 17 |
pipeline.load_lora_weights('AntDish/BACK', weight_name='back.safetensors')
|
| 18 |
image = pipeline('your prompt').images[0]
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
+

|
| 22 |
+
|
| 23 |
+
|
| 24 |
+

|