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
| tags: | |
| - flux | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - fal | |
| widget: | |
| - text: "a big ferocious tiger, jungle, sunset, illustration in the style of ASstyle001" | |
| output: | |
| url: images/0.jpg | |
| - text: "a white-haired young woman wearing a flower crown, holding face of a very large fiery dragon, castle in the background, illustration in the style of ASstyle001" | |
| output: | |
| url: images/1.jpg | |
| - text: "text on a poster that says 'flux' placed above a penguin, beautiful typography in the style of ASstyle001" | |
| output: | |
| url: images/2.jpg | |
| - text: "a robot eating ramen in a busy cafe, illustration in the style of ASstyle001" | |
| output: | |
| url: images/3.jpg | |
| - text: "a poster of a sci-fi film, illustrated in the style of ASstyle001" | |
| output: | |
| url: images/4.jpg | |
| - text: "a majestic beautiful flamingo, illustration in the style of ASstyle001" | |
| output: | |
| url: images/5.jpg | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: illustration in the style of ASstyle001 | |
| license: other | |
| license_name: flux-1-dev-non-commercial-license | |
| license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md | |
| # flux_colorscape | |
| <Gallery /> | |
| <table> | |
| <tr> | |
| <td><img src="./extras/banner.jpg" alt="Example 1" style="width:100%;"></td> | |
| <td><img src="./extras/banner2.jpg" alt="Example 2" style="width:100%;"></td> | |
| </tr> | |
| </table> | |
| ## Model description | |
| Flux LoRA for creating a precise color wash effect. Use illustration in the style of ASstyle001 to trigger the model. Trained on public domain imagery. | |
| ## Trigger words | |
| You should use `illustration in the style of ASstyle001` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/bingbangboom/flux_colorscape/tree/main) them in the Files & versions tab. | |
| ## Training at fal.ai | |
| Training was done using [fal.ai/models/fal-ai/flux-lora-fast-training](https://fal.ai/models/fal-ai/flux-lora-fast-training). | |