Instructions to use strangerzonehf/Black-of-Art-Flux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/Black-of-Art-Flux 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("strangerzonehf/Black-of-Art-Flux") prompt = "Black of Art, Captured in a black and white monochrome, a woman with short dark hair stands in front of a gray wall, her head tilted slightly to the left. The womans face is angled towards the left, her mouth is slightly open, as if she is looking at something. The wall behind her is adorned with white polka dots, adding a pop of color to the scene." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee