Image-Text-to-Image
Diffusers
English
Japanese
lora
flux
panorama
outpainting
equirectangular
comfyui
Instructions to use nomadoor/flux-2-klein-9B-360-erp-outpaint-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nomadoor/flux-2-klein-9B-360-erp-outpaint-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.2-klein-base-9B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("nomadoor/flux-2-klein-9B-360-erp-outpaint-lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
license_name: flux-non-commercial-license-v2.1
|
| 4 |
-
license_link:
|
|
|
|
| 5 |
base_model: black-forest-labs/FLUX.2-klein-base-9B
|
| 6 |
language:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
pipeline_tag: image-text-to-image
|
| 10 |
tags:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
<video controls src="https://i.gyazo.com/748e50cd59976f45acabd7cf39d45bc6.mp4" title="Demo video"></video>
|
|
@@ -92,4 +94,4 @@ See `LICENSE` included in this folder for additional notes.
|
|
| 92 |
## Support
|
| 93 |
|
| 94 |
I ended up spending a bit too much on GPU rentals 🫠
|
| 95 |
-
If you would like to support the project, I would really, really appreciate it if you use [☕Ko-fi](https://ko-fi.com/nomadoor) or [❤GitHub Sponsors](https://github.com/sponsors/nomadoor/).
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
license_name: flux-non-commercial-license-v2.1
|
| 4 |
+
license_link: >-
|
| 5 |
+
https://huggingface.co/black-forest-labs/FLUX.2-klein-base-9B/blob/main/LICENSE.md
|
| 6 |
base_model: black-forest-labs/FLUX.2-klein-base-9B
|
| 7 |
language:
|
| 8 |
+
- en
|
| 9 |
+
- ja
|
| 10 |
pipeline_tag: image-text-to-image
|
| 11 |
tags:
|
| 12 |
+
- lora
|
| 13 |
+
- flux
|
| 14 |
+
- panorama
|
| 15 |
+
- outpainting
|
| 16 |
+
- equirectangular
|
| 17 |
+
- comfyui
|
| 18 |
+
library_name: diffusers
|
| 19 |
---
|
| 20 |
|
| 21 |
<video controls src="https://i.gyazo.com/748e50cd59976f45acabd7cf39d45bc6.mp4" title="Demo video"></video>
|
|
|
|
| 94 |
## Support
|
| 95 |
|
| 96 |
I ended up spending a bit too much on GPU rentals 🫠
|
| 97 |
+
If you would like to support the project, I would really, really appreciate it if you use [☕Ko-fi](https://ko-fi.com/nomadoor) or [❤GitHub Sponsors](https://github.com/sponsors/nomadoor/).
|