Instructions to use ilkerzgi/krea-2-graphic-novel-earthy-ink-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ilkerzgi/krea-2-graphic-novel-earthy-ink-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-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ilkerzgi/krea-2-graphic-novel-earthy-ink-lora") prompt = "a lighthouse on a rocky cliff. graphic novel earthy ink style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload images/ex_5.png with huggingface_hub
Browse files- .gitattributes +1 -0
- images/ex_5.png +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ images/ex_1.png filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
images/ex_2.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/ex_3.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/ex_4.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
images/ex_2.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/ex_3.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/ex_4.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/ex_5.png filter=lfs diff=lfs merge=lfs -text
|
images/ex_5.png
ADDED
|
Git LFS Details
|