Details
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ instance_prompt: concorde
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# concorde
|
| 21 |
-
|
| 22 |
<Gallery />
|
| 23 |
|
| 24 |
## Trigger words
|
|
@@ -33,6 +33,8 @@ Weights for this model are available in Safetensors format.
|
|
| 33 |
|
| 34 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
| 35 |
|
|
|
|
|
|
|
| 36 |
```py
|
| 37 |
from diffusers import AutoPipelineForText2Image
|
| 38 |
import torch
|
|
@@ -45,3 +47,6 @@ image.save("my_image.png")
|
|
| 45 |
|
| 46 |
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)
|
| 47 |
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# concorde
|
| 21 |
+
|
| 22 |
<Gallery />
|
| 23 |
|
| 24 |
## Trigger words
|
|
|
|
| 33 |
|
| 34 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
| 35 |
|
| 36 |
+
Warning: you need a CUDA-compatible hardware to run this code:
|
| 37 |
+
|
| 38 |
```py
|
| 39 |
from diffusers import AutoPipelineForText2Image
|
| 40 |
import torch
|
|
|
|
| 47 |
|
| 48 |
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)
|
| 49 |
|
| 50 |
+
## Credit
|
| 51 |
+
|
| 52 |
+
Thanks to the AI Toolkit by [Ostris](https://github.com/ostris/ai-toolkit) for help with training.
|