Instructions to use SedatAl/Rusty-Metal-Flux-Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SedatAl/Rusty-Metal-Flux-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("SedatAl/Rusty-Metal-Flux-Lora") prompt = "texture a close up of a rusty metal surface with a lot of rust on it. The surface is covered in a variety of colors, ranging from yellow to brown, and the rust is visible on the surface" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#4
by SedatAl - opened
- README.md +3 -0
- images/example_ly8g5ys07.png +3 -0
README.md
CHANGED
|
@@ -22,6 +22,9 @@ widget:
|
|
| 22 |
in a variety of colors, including green, and blue
|
| 23 |
output:
|
| 24 |
url: images/example_4jh9sxx39.png
|
|
|
|
|
|
|
|
|
|
| 25 |
base_model: black-forest-labs/FLUX.1-dev
|
| 26 |
instance_prompt: texture
|
| 27 |
|
|
|
|
| 22 |
in a variety of colors, including green, and blue
|
| 23 |
output:
|
| 24 |
url: images/example_4jh9sxx39.png
|
| 25 |
+
- text: texture green rusty metal surface with red dots
|
| 26 |
+
output:
|
| 27 |
+
url: images/example_ly8g5ys07.png
|
| 28 |
base_model: black-forest-labs/FLUX.1-dev
|
| 29 |
instance_prompt: texture
|
| 30 |
|
images/example_ly8g5ys07.png
ADDED
|
Git LFS Details
|