Instructions to use prithivMLmods/Flux2-Klein-Cinematic-FlatLog-Control with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Flux2-Klein-Cinematic-FlatLog-Control 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("black-forest-labs/FLUX.2-klein-base-9B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("prithivMLmods/Flux2-Klein-Cinematic-FlatLog-Control") prompt = "Turn this cat into a dog" 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
- Local Apps Settings
- Draw Things
Commit ·
c6db8b0
1
Parent(s): bdca677
upload saved checkpoints (#1)
Browse files- upload saved checkpoints (09b9992a9efa358a11ec64d92d3ca6def5223550)
ckpts/Flux2-Klein-Cinematic-FlatLog-Control-1000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f11a3ca52807dfb9e597c994164c597d354953fc30710830e83ce9195f742e80
|
| 3 |
+
size 87070328
|
ckpts/Flux2-Klein-Cinematic-FlatLog-Control-2100.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:228f52444bc0e3e386629d32e868cfa064d41f8b52762691194d1685f06e8b3c
|
| 3 |
+
size 87070328
|
ckpts/Flux2-Klein-Cinematic-FlatLog-Control-3200.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f4ba5645a96703d3408033fdb1613a225d9ec74861388e70b3b1ee7ee88c455
|
| 3 |
+
size 87070328
|
ckpts/configuration.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"aigc_model":true,"framework":"pytorch","model_file_location":"Flux2-Klein-Cinematic-FlatLog-Control-3200.safetensors","task":"text-to-image-synthesis"}
|