G
GetLLMs

Flux LoRAs Image Generation

Discover Flux LoRAs Image Generation for advanced text-guided synthesis and dual reference image control. See what makes this AI model special!

Platform: Replicate
Controlled Image GenerationLoRA IntegrationStyle AdaptationPose Transfer
99 runs
A100 (80GB)
License Check Required

🚀Function Overview

Generates images guided by text prompts and reference images using controlled parameters like pose and style types, with support for dual reference inputs and configurable output settings.

Key Features

  • Text-guided image synthesis
  • Dual reference image controls (pose/Minecraft styles)
  • Adjustable control weights per reference
  • Configurable output format and quality
  • Random seed customization
  • CFG zero star initialization

Use Cases

  • Anime-style illustration generation
  • Pose-based image transformations
  • Minecraft-style artwork creation
  • Style transfer with multiple references

⚙️Input Parameters

prompt

string

Enter a text prompt to guide image generation.

height

integer

The height will decide by the first spatial image. no need to set it.

width

integer

The width will decide by the first spatial image. no need to set it.

seed

integer

Set a random seed for generation (-1 for random).

use_zero_init

boolean

Use CFG zero star.

zero_steps

integer

Zero init steps.

image

string

reference image.

control_type

string

Control type (now only support two types, pose and mine_craft).

control_weight

number

Control weights (must correspond to the control type).

extra_image

string

extra reference image.

extra_control_type

string

Extra control type (now only support two types, pose and mine_craft).

extra_control_weight

number

Extra control weights (must correspond to the extra control type).

output_format

string

Choose the format of the output images.

output_quality

integer

Set the quality of the output image for jpg and webp (1-100).

💡Usage Examples

Example 1

Input Parameters

{
  "seed": 42,
  "width": 0,
  "height": 0,
  "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration",
  "zero_steps": 1,
  "spatial_img": "https://replicate.delivery/pbxt/MyLRTYOlEZDnYTq6QTLWQOkNhEo6HJf22SvMtiNPtRndo390/boy.png",
  "control_type": "Ghibli",
  "output_format": "png",
  "use_zero_init": true,
  "control_weight": 1.2,
  "output_quality": 90,
  "extra_spatial_img": "https://replicate.delivery/pbxt/MyLRSx6uGs94l0zLLAvnIenJwPbj2iFC95oKLbQce4XfAYQd/ComfyUI_00070_.jpg",
  "extra_control_type": "pose",
  "extra_control_weight": 0.65
}

Output Results

https://replicate.delivery/yhqm/EDPo8wmfhIzBBqkHMeaoxdpvTym7VsecAioeknQfXnezLqtKF/output_seed42.png

Quick Actions

Technical Specifications

Hardware Type
A100 (80GB)
Run Count
99
Commercial Use
Unknown/Restricted
Platform
Replicate

Related Keywords

Text-guided Image SynthesisDual Reference Image ControlStyle TransferPose-based TransformationsAnime Illustration GenerationMinecraft Artwork CreationAdjustable Control Weights