Instructions to use Hishambarakat/checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Hishambarakat/checkpoint with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Hishambarakat/checkpoint", 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
- Draw Things
- DiffusionBee
Upload Whl/tensorrt_cu12_bindings-10.1.0-cp310-none-manylinux_2_17_x86_64.whl with huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -42,3 +42,4 @@ Whl/tensorrt_cu12_libs-10.6.0-py2.py3-none-manylinux_2_17_x86_64.whl filter=lfs
|
|
| 42 |
Whl/tensorrt_cu12_bindings-10.6.0-cp310-none-manylinux_2_17_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
| 43 |
engine/SDXL_LORA_2_$stat-b-1-h-1024-w-1024_00001_.engine filter=lfs diff=lfs merge=lfs -text
|
| 44 |
engine/SDXL_LORA_3_$stat-b-1-h-1024-w-1024_00001_.engine filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 42 |
Whl/tensorrt_cu12_bindings-10.6.0-cp310-none-manylinux_2_17_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
| 43 |
engine/SDXL_LORA_2_$stat-b-1-h-1024-w-1024_00001_.engine filter=lfs diff=lfs merge=lfs -text
|
| 44 |
engine/SDXL_LORA_3_$stat-b-1-h-1024-w-1024_00001_.engine filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Whl/tensorrt_cu12_bindings-10.1.0-cp310-none-manylinux_2_17_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
Whl/tensorrt_cu12_bindings-10.1.0-cp310-none-manylinux_2_17_x86_64.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91e1bd0eb348524ff209ef6b235d329983ea704b5d16f9a7ba747c08cc3c2495
|
| 3 |
+
size 1091911
|