Instructions to use nDimensional/Oldhammer-SDXL-LoRA-Warhammer-40k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nDimensional/Oldhammer-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/Oldhammer-SDXL-LoRA-Warhammer-40k", dtype=torch.bfloat16, device_map="cuda") prompt = "painting of an Ogryn from the Warhammer 40k universe, front view, large muscular body, scarred face, tattered shirt and pants, dirt and grime, large toothy grin, wide and bloodshot eyes, holding a large axe, hires scan, oil on canvas, grimdark, moody, concept art, by John Wigley <lora:Oldhammer:1>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!