Upload folder using huggingface_hub
Browse files- 32780775.jpeg +0 -0
- README.md +6 -1
32780775.jpeg
ADDED
|
README.md
CHANGED
|
@@ -98,6 +98,11 @@ widget:
|
|
| 98 |
output:
|
| 99 |
url: >-
|
| 100 |
26156781.jpeg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
|
| 102 |
---
|
| 103 |
|
|
@@ -131,7 +136,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
| 131 |
|
| 132 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
| 133 |
pipeline.load_lora_weights('WizWhite/wizard-s-acid-reflux', weight_name='Wizards_Acid_Reflux.safetensors')
|
| 134 |
-
image = pipeline('
|
| 135 |
```
|
| 136 |
|
| 137 |
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
|
|
|
| 98 |
output:
|
| 99 |
url: >-
|
| 100 |
26156781.jpeg
|
| 101 |
+
- text: ' '
|
| 102 |
+
|
| 103 |
+
output:
|
| 104 |
+
url: >-
|
| 105 |
+
32780775.jpeg
|
| 106 |
|
| 107 |
---
|
| 108 |
|
|
|
|
| 136 |
|
| 137 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
| 138 |
pipeline.load_lora_weights('WizWhite/wizard-s-acid-reflux', weight_name='Wizards_Acid_Reflux.safetensors')
|
| 139 |
+
image = pipeline('Your custom prompt').images[0]
|
| 140 |
```
|
| 141 |
|
| 142 |
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|