prithivMLmods/Flux-Realism-FineDetailed

Model

Flux-Realism-FineDetailed - B+ 20

25

18 commits

1 linked in READMEs

updated Nov 13, 2024

See the code

README

Flux-Realism-FineDetailed - B+ 20

The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.

Model description

prithivMLmods/Flux-Realism-FineDetailed

Image Processing Parameters

ParameterValueParameterValue
LR SchedulerconstantNoise Offset0.03
OptimizerAdamWMultires Noise Discount0.1
Network Dim64Multires Noise Iterations10
Network Alpha32Repeat & Steps28 & 3400
Epoch15Save Every N Epochs1
Labeling: florence2-en(natural language & English)

Total Images Used for Training : 27 

🚀New Version Available Here🚀

Here's a table summarizing the relevant information about the Flux-Super-Realism-LoRA model on Hugging Face:

FeatureDetails
Model NameFlux-Super-Realism-LoRA
Repositorystrangerzonehf/Flux-Super-Realism-LoRA
Authorstrangerzonehf
DescriptionSuper-realism LoRA model designed to produce high-quality, hyper-realistic images using LoRA fine-tuning techniques. This model can generate lifelike textures, lighting, and intricate details.
Model TypeLoRA (Low-Rank Adaptation for Transformers)
Use Cases- Photorealistic image generation
- High-fidelity art
- Texture detailing and enhancement
Primary LanguageNot applicable (model is image-based)
Base ModelModel used as the foundation for LoRA fine-tuning (may vary per implementation)
LicenseRefer to Hugging Face model page for specific licensing information.
Tagssuper-realism, LoRA, high-fidelity, hyper-realistic
UsageThis model is typically used with tools like Hugging Face's Diffusers or other libraries supporting LoRA fine-tuning for enhanced realism in image generation.
PipelineUse in StableDiffusionPipeline or compatible image generation pipelines.

Realism LoRA In-Image

prithivMLmods/Flux-Realism-FineDetailed prithivMLmods/Flux-Realism-FineDetailed

Best Dimensions

  • 1024 x 1024 (Default)

Setting Up

import torch
from pipelines import DiffusionPipeline

base_model = "black-forest-labs/FLUX.1-dev"
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)

lora_repo = "prithivMLmods/Flux-Realism-FineDetailed"
trigger_word = "Fine Detailed"  
pipe.load_lora_weights(lora_repo)

device = torch.device("cuda")
pipe.to(device)

Trigger words 🧨

[!WARNING] Trigger words: You should use Fine Detailed to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

diffusers
Fine-Detailed
Flux.1-dev
lora
Realism
text-to-image

Contributors

prithivMLmods

18 commits

prithivMLmods/Flux-Realism-FineDetailed

Model

Flux-Realism-FineDetailed - B+ 20

25

18 commits

1 linked in READMEs

updated Nov 13, 2024

See the code

README

Flux-Realism-FineDetailed - B+ 20

The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.

Model description

prithivMLmods/Flux-Realism-FineDetailed

Image Processing Parameters

ParameterValueParameterValue
LR SchedulerconstantNoise Offset0.03
OptimizerAdamWMultires Noise Discount0.1
Network Dim64Multires Noise Iterations10
Network Alpha32Repeat & Steps28 & 3400
Epoch15Save Every N Epochs1
Labeling: florence2-en(natural language & English)

Total Images Used for Training : 27 

🚀New Version Available Here🚀

Here's a table summarizing the relevant information about the Flux-Super-Realism-LoRA model on Hugging Face:

FeatureDetails
Model NameFlux-Super-Realism-LoRA
Repositorystrangerzonehf/Flux-Super-Realism-LoRA
Authorstrangerzonehf
DescriptionSuper-realism LoRA model designed to produce high-quality, hyper-realistic images using LoRA fine-tuning techniques. This model can generate lifelike textures, lighting, and intricate details.
Model TypeLoRA (Low-Rank Adaptation for Transformers)
Use Cases- Photorealistic image generation
- High-fidelity art
- Texture detailing and enhancement
Primary LanguageNot applicable (model is image-based)
Base ModelModel used as the foundation for LoRA fine-tuning (may vary per implementation)
LicenseRefer to Hugging Face model page for specific licensing information.
Tagssuper-realism, LoRA, high-fidelity, hyper-realistic
UsageThis model is typically used with tools like Hugging Face's Diffusers or other libraries supporting LoRA fine-tuning for enhanced realism in image generation.
PipelineUse in StableDiffusionPipeline or compatible image generation pipelines.

Realism LoRA In-Image

prithivMLmods/Flux-Realism-FineDetailed prithivMLmods/Flux-Realism-FineDetailed

Best Dimensions

  • 1024 x 1024 (Default)

Setting Up

import torch
from pipelines import DiffusionPipeline

base_model = "black-forest-labs/FLUX.1-dev"
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)

lora_repo = "prithivMLmods/Flux-Realism-FineDetailed"
trigger_word = "Fine Detailed"  
pipe.load_lora_weights(lora_repo)

device = torch.device("cuda")
pipe.to(device)

Trigger words 🧨

[!WARNING] Trigger words: You should use Fine Detailed to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

diffusers
Fine-Detailed
Flux.1-dev
lora
Realism
text-to-image

Contributors

prithivMLmods

18 commits