Instructions to use maharnab/Flux-Collage-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use maharnab/Flux-Collage-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("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("maharnab/Flux-Collage-LoRA") prompt = "a collage of a dog on a piece of paper. The dog is painted in a realistic style, with its fur and features clearly visible." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ library_name: diffusers
|
|
| 9 |
tags:
|
| 10 |
- flux
|
| 11 |
- lora
|
|
|
|
| 12 |
widget:
|
| 13 |
- text: >-
|
| 14 |
a collage of a dog on a piece of paper. The dog is painted in a realistic
|
|
@@ -16,13 +17,17 @@ widget:
|
|
| 16 |
output:
|
| 17 |
url: images/1.png
|
| 18 |
- text: >-
|
| 19 |
-
collage of a woman's face on a piece of paper. The paper is composed of
|
| 20 |
-
creating a unique and creative piece of art. The
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
| 24 |
output:
|
| 25 |
url: images/2.png
|
|
|
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
|
|
|
|
| 9 |
tags:
|
| 10 |
- flux
|
| 11 |
- lora
|
| 12 |
+
- image-generation
|
| 13 |
widget:
|
| 14 |
- text: >-
|
| 15 |
a collage of a dog on a piece of paper. The dog is painted in a realistic
|
|
|
|
| 17 |
output:
|
| 18 |
url: images/1.png
|
| 19 |
- text: >-
|
| 20 |
+
collage of a woman's face on a piece of paper. The paper is composed of
|
| 21 |
+
various pieces of paper, creating a unique and creative piece of art. The
|
| 22 |
+
woman's features are carefully crafted, with her eyes closed and her lips
|
| 23 |
+
slightly parted, giving her a peaceful and serene expression. Her hair is
|
| 24 |
+
pulled back in a bun, and her skin is a warm, golden hue. The background is
|
| 25 |
+
a light blue, adding to the overall calming atmosphere of the image.
|
| 26 |
output:
|
| 27 |
url: images/2.png
|
| 28 |
+
- text: collage of a beautiful parrot sitting on a branch.
|
| 29 |
+
output:
|
| 30 |
+
url: images/3.png
|
| 31 |
---
|
| 32 |
|
| 33 |
|