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
| license: creativeml-openrail-m | |
| language: | |
| - en | |
| library_name: diffusers | |
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| - stable-diffusion-xl | |
| - SDXL | |
| - LoRA | |
| <html> | |
| <head> | |
| <link href="https://fonts.googleapis.com/css2?family=Skranji&display=swap" rel="stylesheet"> | |
| </head> | |
| <style> | |
| .title-container { | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| } | |
| .title { | |
| font-size: 2.5em; | |
| text-align: center; | |
| color: #1d1d1d!important; | |
| font-family: 'Skranji'; | |
| text-transform: uppercase; | |
| letter-spacing: 0.1em; | |
| padding: 0.5em 0; | |
| background: transparent; | |
| } | |
| .title span { | |
| background: -webkit-linear-gradient(45deg, #fcb900, #ff6900); | |
| -webkit-background-clip: text; | |
| -webkit-text-fill-color: transparent; | |
| } | |
| .icon { | |
| margin-right: 10px; | |
| } | |
| .icon img { | |
| width: 50px; | |
| height: auto; | |
| padding-bottom: 12px; | |
| } | |
| img { | |
| max-width: 100%; | |
| height: auto; | |
| } | |
| .center { | |
| display: block; | |
| margin-left: auto; | |
| margin-right: auto; | |
| width: 1344; | |
| } | |
| figcaption { | |
| display: block; | |
| font-style: italic; | |
| color: white; | |
| padding: 2px; | |
| text-align: center; | |
| } | |
| </style> | |
| <div class="title-container"> | |
| <div class="icon"> | |
| <img src="assets/orks-icon.svg" atl="Ork SVG"/> | |
| </div> | |
| <h1 class="title"> | |
| <span>Ork Boyz</span> | |
| </h1> | |
| </div> | |
| <figure> | |
| <img src="assets/sample_image.png" alt="sample image" class="center"/> | |
| <figcaption>Generated with final epoch</figcaption> | |
| </figure> | |
| </html> | |
| <!-- START SUPPORT --> | |
| <a href='https://ko-fi.com/M4M3ZBOIT' target='_blank'> | |
| <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' /> | |
| </a> | |
| <!-- END SUPPORT --> | |
| ### Final Epoch is Recommended. | |
| ### 0.7 - 1.0 Weight. | |
| <!-- START Model Info --> | |
| <div class="model-info-container" style='font-family:Monospace'> | |
| <table id="model-info-table"> | |
| <tr> | |
| <th></th> | |
| <th></th> | |
| </tr> | |
| <tr> | |
| <td>Base Model</td> | |
| <td>SDXL v1.0</td> | |
| </tr> | |
| <tr> | |
| <td>VAE</td> | |
| <td><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">SDXL-VAE-FP16-FIX</a></td> | |
| </tr> | |
| <tr> | |
| <td>Type</td> | |
| <td>LoRA</td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!-- END Model Info --> |