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 flux1-v2-kontext-dev-f32-q5_0.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- flux1-v2-kontext-dev-f32-q5_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -62,3 +62,4 @@ samples/hat.webp filter=lfs diff=lfs merge=lfs -text
|
|
| 62 |
samples/pig.png filter=lfs diff=lfs merge=lfs -text
|
| 63 |
samples/ComfyUI_00002_.png filter=lfs diff=lfs merge=lfs -text
|
| 64 |
flux1-v2-kontext-dev-f32-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 62 |
samples/pig.png filter=lfs diff=lfs merge=lfs -text
|
| 63 |
samples/ComfyUI_00002_.png filter=lfs diff=lfs merge=lfs -text
|
| 64 |
flux1-v2-kontext-dev-f32-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
flux1-v2-kontext-dev-f32-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
flux1-v2-kontext-dev-f32-q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2d5188fb33c6a686fdc8a86fc59623b84015be79182b673f5a3e9d21356d431
|
| 3 |
+
size 8404804896
|