Instructions to use nDimensional/Tau-SDXL-LoRA-Warhammer-40k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nDimensional/Tau-SDXL-LoRA-Warhammer-40k with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nDimensional/Tau-SDXL-LoRA-Warhammer-40k", dtype=torch.bfloat16, device_map="cuda") prompt = "Masterpiece, painting, highest quality, T'au female fire warrior, (damaged white and red battle suit), small drone in sky, large breasts, snowy forest, complex, beautiful background, cold colors, muted colors, dramatic, oil on canvas, sci-fi, (grimdark:0.9), warhammer 40k, Vignette, 2d, [smudge], dynamic pose, extremely detailed, <lora:Tau:1>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -71,6 +71,12 @@ widget:
|
|
| 71 |
|
| 72 |
<Gallery />
|
| 73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
### The inference images are just to display samples. The inference API is **not** connected.
|
| 75 |
|
| 76 |
<!-- START Model Info -->
|
|
|
|
| 71 |
|
| 72 |
<Gallery />
|
| 73 |
|
| 74 |
+
<!-- START SUPPORT -->
|
| 75 |
+
<a href='https://ko-fi.com/M4M3ZBOIT' target='_blank'>
|
| 76 |
+
<img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' />
|
| 77 |
+
</a>
|
| 78 |
+
<!-- END SUPPORT -->
|
| 79 |
+
|
| 80 |
### The inference images are just to display samples. The inference API is **not** connected.
|
| 81 |
|
| 82 |
<!-- START Model Info -->
|