Instructions to use Kjppmp/ChimeraPatch1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kjppmp/ChimeraPatch1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fal/FLUX.2-dev-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Kjppmp/ChimeraPatch1") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 3 files
Browse files- 2026-01-17_06.56.zip +3 -0
- docs-readthedocs-com-platform-en-stable.zip +3 -0
- images/image.jpg +3 -0
2026-01-17_06.56.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d41864b475eff95d0bfe2920ca92de9ca9dc693a976e9c87d33bb15f2f6125cc
|
| 3 |
+
size 6237
|
docs-readthedocs-com-platform-en-stable.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b60cda863206c6b33d13460605d22bed17202b2d0bb31140de70d4275351c39
|
| 3 |
+
size 17418990
|
images/image.jpg
ADDED
|
Git LFS Details
|