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 Settings
- Draw Things
- DiffusionBee
Add generated example
#3
by KamiyabAli - opened
- README.md +9 -0
- images/example_e1q0jgkne.png +0 -0
README.md
CHANGED
|
@@ -45,6 +45,15 @@ widget:
|
|
| 45 |
striking focal point against the serene, natural surroundings.
|
| 46 |
output:
|
| 47 |
url: images/example_kol0okh07.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
base_model: black-forest-labs/FLUX.1-dev
|
| 49 |
instance_prompt: FRM$
|
| 50 |
license: other
|
|
|
|
| 45 |
striking focal point against the serene, natural surroundings.
|
| 46 |
output:
|
| 47 |
url: images/example_kol0okh07.png
|
| 48 |
+
- text: >-
|
| 49 |
+
FRM$ a small, secluded lake nestled amidst a valley of stylized, low-poly
|
| 50 |
+
mountains, reminiscent of the Firewatch art style. A simple wooden
|
| 51 |
+
watchtower overlooks the lake, its silhouette sharp against the warm, orange
|
| 52 |
+
and pink hues of a sunset sky. A small herd of deer graze peacefully near
|
| 53 |
+
the lakeshore. The overall scene should evoke a sense of tranquility and
|
| 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
|
images/example_e1q0jgkne.png
ADDED
|