Instructions to use noema-art/yakubflux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use noema-art/yakubflux 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("noema-art/yakubflux") prompt = "This image is a digital illustration featuring a humanoid figure named Yakub with a large, elongated head and a stern expression, set against a black background. Yakub is dressed in a white, long-sleeved shirt with a high collar, which gives him a somewhat formal or scientific appearance. Yakub is holding a large, glowing red magnet in his left hand, with the magnet's hook facing upwards. The magnet is depicted with a detailed texture, showing its metallic surface and the sharp, pointed hook." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!