Instructions to use renderartist/technically-color-flux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use renderartist/technically-color-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("renderartist/technically-color-flux") prompt = "t3chnic4lly The photo is a photograph featuring a woman with a short, platinum blonde bob haircut. She is seated in a dimly lit room with a cozy, vintage ambiance. The woman is of Caucasian descent, with fair skin and striking blue eyes. She has a slender build and is dressed in a red, long-sleeved shirt adorned with small white polka dots. Her expression is one of mild amusement or contemplation as she looks off to the side. In the background, there is a fireplace with a warm, flickering fire, casting a soft, orange glow that contrasts with the otherwise dark setting. The fireplace is framed by a brick wall, adding to the rustic feel of the room. To the left of the photo, a wooden cabinet or piece of furniture is partially visible, contributing to the homely atmosphere. The lighting is soft and warm, with shadows adding depth and intimacy to the scene. The photograph captures a moment of quiet reflection, with the woman's hands raised, fingers interlaced, and resting on the back of her head, suggesting she might be adjusting her hair or simply enjoying the peacefulness of the moment." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!