Image-to-Image
Diffusers
Safetensors
GGUF
English
FluxKontextPipeline
gguf-node
gguf-connector
8-bit precision
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 flux-kontext-lite-iq3_s.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- flux-kontext-lite-iq3_s.gguf +3 -0
.gitattributes
CHANGED
|
@@ -96,3 +96,4 @@ flux-kontext-lite-iq2_s.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 96 |
flux1-kontext-dev-iq4_nl.gguf filter=lfs diff=lfs merge=lfs -text
|
| 97 |
flux1-kontext-dev-mxfp4_moe.gguf filter=lfs diff=lfs merge=lfs -text
|
| 98 |
flux1-kontext-dev-q2_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 96 |
flux1-kontext-dev-iq4_nl.gguf filter=lfs diff=lfs merge=lfs -text
|
| 97 |
flux1-kontext-dev-mxfp4_moe.gguf filter=lfs diff=lfs merge=lfs -text
|
| 98 |
flux1-kontext-dev-q2_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 99 |
+
flux-kontext-lite-iq3_s.gguf filter=lfs diff=lfs merge=lfs -text
|
flux-kontext-lite-iq3_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9520021a9e64f795c26445b50173901f957ec3a4f2f985334e0dcdfefca88de2
|
| 3 |
+
size 5677421280
|