Instructions to use nDimensional/Ork-SDXL-LoRA-Warhammer-40k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nDimensional/Ork-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/Ork-SDXL-LoRA-Warhammer-40k", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -76,6 +76,12 @@ tags:
|
|
| 76 |
</figure>
|
| 77 |
</html>
|
| 78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
### Final Epoch is Recommended.
|
| 80 |
### 0.7 - 1.0 Weight.
|
| 81 |
|
|
|
|
| 76 |
</figure>
|
| 77 |
</html>
|
| 78 |
|
| 79 |
+
<!-- START SUPPORT -->
|
| 80 |
+
<a href='https://ko-fi.com/M4M3ZBOIT' target='_blank'>
|
| 81 |
+
<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' />
|
| 82 |
+
</a>
|
| 83 |
+
<!-- END SUPPORT -->
|
| 84 |
+
|
| 85 |
### Final Epoch is Recommended.
|
| 86 |
### 0.7 - 1.0 Weight.
|
| 87 |
|