Instructions to use XLabs-AI/flux-controlnet-collections with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use XLabs-AI/flux-controlnet-collections with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("XLabs-AI/flux-controlnet-collections", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload IMG_20240808_024046_517.jpg
#6
by Medo80 - opened
A man with a thick beard and piercing brown eyes, wearing a traditional thobe and a red and white keffiyeh, stands confidently against a backdrop of a white striped wall. His gaze is direct and unwavering, conveying a sense of strength and determination.
[A portrait capturing the essence of strength and determination, reminiscent of the work of Steve McCurry], [Soft, natural lighting, highlighting the textures of the man's clothing and the striped wall, with a blurred background, creating a sense of depth and focus on the subject. The colors are muted and earthy, evoking a sense of peace and tranquility.]
anghellia changed pull request status to closed