Instructions to use RedbeardNZ/Flux-Realism-FineDetailed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RedbeardNZ/Flux-Realism-FineDetailed 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("RedbeardNZ/Flux-Realism-FineDetailed") prompt = "Fine Detailed, A half Body Photo of a beautiful brunette Scottish girl, green eyes, messy beehive hair style, natural skin complexion, slim with curves, tartan shirt, outdoor background, soft lighting, captured by {randomly selected} photographer. This image looks glamorous and elegant in style and outdoor background that was recognized as a contest winner. It has been featured on CG Society. Cinematic" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee

- Size of remote file:
- 3.82 MB
- SHA256:
- 0e34d31be67484f09d66417913cdcf839d9baef736b1ed14bb33e2ec76abd80f
·
Git Large File Storage (LFS) replaces large files with text pointers inside Git, while storing the file contents on a remote server. More info.