Instructions to use calcuis/kontext-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use calcuis/kontext-gguf with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("calcuis/kontext-gguf", dtype=torch.bfloat16, device_map="cuda") prompt = "the anime girl with massive fennec ears is wearing cargo pants while sitting on a log in the woods biting into a sandwitch beside a beautiful alpine lake" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload flux1-kontext-dev-f32-q8_0.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- flux1-kontext-dev-f32-q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -46,3 +46,4 @@ flux1-kontext-dev-f32-q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 46 |
flux1-kontext-dev-f32-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
flux1-kontext-dev-f32-q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
flux1-kontext-dev-f32-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 46 |
flux1-kontext-dev-f32-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
flux1-kontext-dev-f32-q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
flux1-kontext-dev-f32-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
flux1-kontext-dev-f32-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
flux1-kontext-dev-f32-q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f385af4d76a9eccdc366a1c66ee5a74d79d827b6a577c9851e273dbdcf24ccf
|
| 3 |
+
size 12654363936
|