Instructions to use ilkerzgi/krea-2-cold-blue-fog-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ilkerzgi/krea-2-cold-blue-fog-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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ilkerzgi/krea-2-cold-blue-fog-lora") prompt = "a lighthouse on a rocky cliff. cold blue fog 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
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
images/ex_2.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/ex_3.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/ex_4.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
images/ex_2.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/ex_3.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/ex_4.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/ex_5.png filter=lfs diff=lfs merge=lfs -text
|
images/ex_5.png
ADDED
|
Git LFS Details
|