Instructions to use ManyWayne/FKCR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ManyWayne/FKCR with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("camenduru/flux1-kontext-dev_fp8_e4m3fn_diffusers", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ManyWayne/FKCR") prompt = "girl" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
FKCR.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:613a3b22d3c5381c1bcb01528bd76b31a38366cf226ba03fcbe40aa5ff7928cc
|
| 3 |
+
size 343806384
|
images/3eef37a54de35b91ad9ae1840fc1c4db.jpg
ADDED
|
Git LFS Details
|