Instructions to use prithivMLmods/Flux-Realism-FineDetailed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/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("prithivMLmods/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
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,8 +43,6 @@ license: creativeml-openrail-m
|
|
| 43 |
|
| 44 |
- Hosted Here🧨: https://huggingface.co/spaces/prithivMLmods/FLUX-LoRA-DLC
|
| 45 |
|
| 46 |
-

|
| 47 |
-
|
| 48 |
**The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**
|
| 49 |
|
| 50 |
## Model description
|
|
@@ -66,6 +64,7 @@ Image Processing Parameters
|
|
| 66 |
Total Images Used for Training : 27
|
| 67 |
|
| 68 |
## Realism LoRA In-Image
|
|
|
|
| 69 |

|
| 70 |
## Best Dimensions
|
| 71 |
|
|
|
|
| 43 |
|
| 44 |
- Hosted Here🧨: https://huggingface.co/spaces/prithivMLmods/FLUX-LoRA-DLC
|
| 45 |
|
|
|
|
|
|
|
| 46 |
**The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**
|
| 47 |
|
| 48 |
## Model description
|
|
|
|
| 64 |
Total Images Used for Training : 27
|
| 65 |
|
| 66 |
## Realism LoRA In-Image
|
| 67 |
+

|
| 68 |

|
| 69 |
## Best Dimensions
|
| 70 |
|