Instructions to use JoseGomezFreelance/OsteoXRay_V0.1_Flux_Kontext_JGF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JoseGomezFreelance/OsteoXRay_V0.1_Flux_Kontext_JGF with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-Kontext-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("JoseGomezFreelance/OsteoXRay_V0.1_Flux_Kontext_JGF") prompt = "Make marks where there is a fracture" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 4 files
Browse files
OsteoXRay_V0.1_Flux_Kontext_JGF.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60e196291a31d5d1f9c9b01a4de99cd4af8d09f5b4a5ada1bfb6a346aaa5a5c6
|
| 3 |
+
size 343806416
|
images/test_sintético_fractura_OsteoXRay_V0.1_Flux_Kontext_JGF_1.jpeg
ADDED
|
Git LFS Details
|
images/test_sintético_fractura_OsteoXRay_V0.1_Flux_Kontext_JGF_2.jpeg
ADDED
|
Git LFS Details
|
images/test_sintético_fractura_OsteoXRay_V0.1_Flux_Kontext_JGF_3.jpeg
ADDED
|
Git LFS Details
|