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-kontext-dev-f32.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- flux1-kontext-dev-f32.gguf +3 -0
.gitattributes
CHANGED
|
@@ -55,3 +55,4 @@ flux1-kontext-dev-f32-q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 55 |
flux1-kontext-dev-f32-q5_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
flux1-kontext-dev-bf16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
flux1-kontext-dev-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 55 |
flux1-kontext-dev-f32-q5_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
flux1-kontext-dev-bf16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
flux1-kontext-dev-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
flux1-kontext-dev-f32.gguf filter=lfs diff=lfs merge=lfs -text
|
flux1-kontext-dev-f32.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9f48d59eee3ca6bf5f5e0ff97c81348d65d8b01ac32d9eee63621d257d667d8
|
| 3 |
+
size 47605687584
|