Instructions to use diabolic6045/Flux_Wallpaper_Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use diabolic6045/Flux_Wallpaper_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("diabolic6045/Flux_Wallpaper_Lora") prompt = "Space, wallpap3r5" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example (#1)
Browse files- Add generated example (8989ecb6e35b7fdc1d81bad8a80e6f699db02635)
- README.md +5 -20
- images/example_n609w42ay.png +0 -0
README.md
CHANGED
|
@@ -5,31 +5,16 @@ tags:
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- fal
|
| 8 |
-
# widget:
|
| 9 |
-
# - text: "a big ferocious tiger, jungle, sunset, wallpap3r5"
|
| 10 |
-
# output:
|
| 11 |
-
# url: images/0.jpg
|
| 12 |
-
# - text: "a white-haired young woman wearing a flower crown, holding face of a very large fiery dragon, castle in the background, wallpap3r5"
|
| 13 |
-
# output:
|
| 14 |
-
# url: images/1.jpg
|
| 15 |
-
# - text: "text on a poster that says 'flux' placed above a penguin, beautiful typography wallpap3r5"
|
| 16 |
-
# output:
|
| 17 |
-
# url: images/2.jpg
|
| 18 |
-
# - text: "a robot eating ramen in a busy cafe, wallpap3r5"
|
| 19 |
-
# output:
|
| 20 |
-
# url: images/3.jpg
|
| 21 |
-
# - text: "a poster of a sci-fi film, wallpap3r5"
|
| 22 |
-
# output:
|
| 23 |
-
# url: images/4.jpg
|
| 24 |
-
# - text: "a majestic beautiful flamingo, wallpap3r5"
|
| 25 |
-
# output:
|
| 26 |
-
# url: images/5.jpg
|
| 27 |
-
|
| 28 |
base_model: black-forest-labs/FLUX.1-dev
|
| 29 |
instance_prompt: illustration in the style of ASstyle001
|
| 30 |
license: other
|
| 31 |
license_name: flux-1-dev-non-commercial-license
|
| 32 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
| 34 |
# flux_Wallpaper
|
| 35 |
|
|
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- fal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
base_model: black-forest-labs/FLUX.1-dev
|
| 9 |
instance_prompt: illustration in the style of ASstyle001
|
| 10 |
license: other
|
| 11 |
license_name: flux-1-dev-non-commercial-license
|
| 12 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 13 |
+
widget:
|
| 14 |
+
- text: a big ferocious tiger, jungle, sunset, wallpap3r5
|
| 15 |
+
output:
|
| 16 |
+
url: images/example_n609w42ay.png
|
| 17 |
+
|
| 18 |
---
|
| 19 |
# flux_Wallpaper
|
| 20 |
|
images/example_n609w42ay.png
ADDED
|