Instructions to use bingbangboom/flux_colorscape with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bingbangboom/flux_colorscape 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("bingbangboom/flux_colorscape") prompt = "a big ferocious tiger, jungle, sunset, illustration in the style of ASstyle001" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,8 +36,8 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICE
|
|
| 36 |
<Gallery />
|
| 37 |
<table>
|
| 38 |
<tr>
|
| 39 |
-
<td><img src="./extras/banner.jpg" alt="Example 1" style="width:
|
| 40 |
-
<td><img src="./extras/banner2.jpg" alt="Example
|
| 41 |
</tr>
|
| 42 |
</table>
|
| 43 |
|
|
|
|
| 36 |
<Gallery />
|
| 37 |
<table>
|
| 38 |
<tr>
|
| 39 |
+
<td><img src="./extras/banner.jpg" alt="Example 1" style="width:100%;"></td>
|
| 40 |
+
<td><img src="./extras/banner2.jpg" alt="Example 2" style="width:100%;"></td>
|
| 41 |
</tr>
|
| 42 |
</table>
|
| 43 |
|