Instructions to use KamiyabAli/frames with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KamiyabAli/frames 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-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("KamiyabAli/frames") prompt = "FRM$ a majestic mountain range with snow-capped peaks in the background, illuminated by the setting sun. The sky is a beautiful mix of oranges, pinks, and purples, creating a stunning backdrop for the majestic peaks." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model KamiyabAli/frames.
Prompt: FRM$ a picturesque valley in Montana, rendered in a vibrant, slightly exaggerated Far Cry 5 style. Rugged, pine-covered mountains rise sharply in the background. A small, clear lake reflects the mountainous landscape and a slightly overcast sky, dappled with rays of sunlight breaking through the clouds. A weathered wooden watchtower, perhaps with some crude additions or signs of habitation, overlooks the lake. A small herd of white-tailed deer graze nervously near the lake's edge, their ears twitching, aware of a lurking presence just out of frame. Hints of wildflowers and tall grass add to the detailed natural environment. The overall mood should be both beautiful and subtly unsettling, hinting at the potential for danger within this idyllic scene.
- README.md +14 -0
- images/example_6u1m2zzb4.png +0 -0
|
@@ -54,6 +54,20 @@ widget:
|
|
| 54 |
isolation, with a vibrant yet slightly muted color palette.
|
| 55 |
output:
|
| 56 |
url: images/example_e1q0jgkne.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
base_model: black-forest-labs/FLUX.1-dev
|
| 58 |
instance_prompt: FRM$
|
| 59 |
license: other
|
|
|
|
| 54 |
isolation, with a vibrant yet slightly muted color palette.
|
| 55 |
output:
|
| 56 |
url: images/example_e1q0jgkne.png
|
| 57 |
+
- text: >-
|
| 58 |
+
FRM$ a picturesque valley in Montana, rendered in a vibrant, slightly
|
| 59 |
+
exaggerated Far Cry 5 style. Rugged, pine-covered mountains rise sharply in
|
| 60 |
+
the background. A small, clear lake reflects the mountainous landscape and
|
| 61 |
+
a slightly overcast sky, dappled with rays of sunlight breaking through the
|
| 62 |
+
clouds. A weathered wooden watchtower, perhaps with some crude additions or
|
| 63 |
+
signs of habitation, overlooks the lake. A small herd of white-tailed deer
|
| 64 |
+
graze nervously near the lake's edge, their ears twitching, aware of a
|
| 65 |
+
lurking presence just out of frame. Hints of wildflowers and tall grass add
|
| 66 |
+
to the detailed natural environment. The overall mood should be both
|
| 67 |
+
beautiful and subtly unsettling, hinting at the potential for danger within
|
| 68 |
+
this idyllic scene.
|
| 69 |
+
output:
|
| 70 |
+
url: images/example_6u1m2zzb4.png
|
| 71 |
base_model: black-forest-labs/FLUX.1-dev
|
| 72 |
instance_prompt: FRM$
|
| 73 |
license: other
|
|