Text-to-Image
Diffusers
lora
template:diffusion-lora
Flux.1-Dev
Fractured Line Flare
Art
Illusion
Shimmer
Instructions to use prithivMLmods/Fractured-Line-Flare with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Fractured-Line-Flare 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("prithivMLmods/Fractured-Line-Flare") prompt = "Fractured Line Flare, Captured at eye-level, a close-up shot captures a hamburger, adorned with sesame seeds on a brown bun. The bun is adorned with a variety of vibrant colors, including pink, purple, and white. The hamburger is situated on a black surface, with a backdrop of a trees leaves, adding a pop of color to the scene. The burger is encased in a thick layer of melted cheese, a dark brown meat, and a few slices of onion are arranged in the middle of the bun, adding depth to the composition. The lighting is subdued in a vibrant hue, creating a stark contrast to the burger." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,11 @@ tags:
|
|
| 4 |
- lora
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
widget:
|
| 8 |
- text: '-'
|
| 9 |
output:
|
|
@@ -26,4 +31,4 @@ You should use `Fractured Line Flare` to trigger the image generation.
|
|
| 26 |
|
| 27 |
Weights for this model are available in Safetensors format.
|
| 28 |
|
| 29 |
-
[Download](/prithivMLmods/Fractured-Line-Flare/tree/main) them in the Files & versions tab.
|
|
|
|
| 4 |
- lora
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
+
- Flux.1-Dev
|
| 8 |
+
- Fractured Line Flare
|
| 9 |
+
- Art
|
| 10 |
+
- Illusion
|
| 11 |
+
- Shimmer
|
| 12 |
widget:
|
| 13 |
- text: '-'
|
| 14 |
output:
|
|
|
|
| 31 |
|
| 32 |
Weights for this model are available in Safetensors format.
|
| 33 |
|
| 34 |
+
[Download](/prithivMLmods/Fractured-Line-Flare/tree/main) them in the Files & versions tab.
|