LoRA settings.

#3
by Surn - opened

I am integrating several LoRA and pipelines into a project and would like to know all the preferred settings.

I am guessing:
guidance_scale = 30
num_inference_steps=50
max_sequence_length=512

for instance:

"Shakker-Labs/FLUX.1-dev-LoRA-Micro-landscape-on-Mobile-Phone": [
    {
        "notes": "Uses miniature stereoscopic scene as trigger words.."
    },
    {
        "trigger_words": "miniature stereoscopic scene ",
    },
    {
        "title": "Micro Landscape",
    },
    {
        "weight_name": "FLUX-dev-lora-micro-landscape.safetensors",
    },
    {
        "pipe" :{
            "fuse_lora": {"lora_scale":0.7}
        }
    },
    {
        "parameters" :{
            "guidance_scale": "3.5",
            "num_inference_steps": "24",
            "scale": "0.72",
        }
    },
    {
        "thumbnail": "https://huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-Micro-landscape-on-Mobile-Phone/resolve/main/images/c4f5c765bc8d3d396ed13d65666895ab23ada35c78ca6d91bf814613.jpg",
        "show_in_gallery": True
    }
],
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment