Text-to-Image
Diffusers
TensorBoard
GGUF
stable-diffusion-xl
stable-diffusion-xl-diffusers
lora
image-to-image
art
custom-character
Instructions to use kiel2/KielForge-HD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kiel2/KielForge-HD with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("kiel2/KielForge-HD") prompt = "A cinematic portrait of the man, highly detailed skin texture, sharp focus, natural lighting" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| # ========================================== | |
| # Git LFS (Large File Storage) tracking | |
| # ========================================== | |
| *.safetensors filter=lfs diff=lfs merge=lfs -text | |
| *.gguf filter=lfs diff=lfs merge=lfs -text | |
| *.bin filter=lfs diff=lfs merge=lfs -text | |
| *.ckpt filter=lfs diff=lfs merge=lfs -text | |
| *.pt filter=lfs diff=lfs merge=lfs -text | |
| *.pth filter=lfs diff=lfs merge=lfs -text | |
| *.onnx filter=lfs diff=lfs merge=lfs -text | |
| *.h5 filter=lfs diff=lfs merge=lfs -text | |
| *.model filter=lfs diff=lfs merge=lfs -text | |
| # Archives & Compressed Datasets/Files | |
| *.tar filter=lfs diff=lfs merge=lfs -text | |
| *.gz filter=lfs diff=lfs merge=lfs -text | |
| *.zip filter=lfs diff=lfs merge=lfs -text | |
| # ========================================== | |
| # Standard Code & Documentation Files | |
| # ========================================== | |
| *.py text | |
| *.md text | |
| *.json text | |
| *.txt text | |
| *.yaml text | |
| *.yml text | |
| .gitattributes text |