Instructions to use gokaygokay/Krea-2-Realism-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gokaygokay/Krea-2-Realism-LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw,krea/Krea-2-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("gokaygokay/Krea-2-Realism-LoRA") prompt = "A young woman taking a selfie in front of a steamy bathroom mirror with her phone partly covering her face, soft morning light coming through a frosted window, water droplets on the glass and a white towel wrapped around her hair" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Make this womens pic climing on stairs looking back in red bikini
#2
by Abhaythedave - opened
.gitattributes
CHANGED
|
@@ -41,3 +41,4 @@ images/example_14.png filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
images/example_15.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
images/example_16.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
images/example_19.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 41 |
images/example_15.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
images/example_16.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
images/example_19.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
images/Screenshot_20260705_182218_ChatGPT.jpg filter=lfs diff=lfs merge=lfs -text
|
images/Screenshot_20260705_182218_ChatGPT.jpg
ADDED
|
Git LFS Details
|