KielForge-fast

KielForge-fast is a LoRA fine-tuned on the FLUX.1-schnell model.

Model Description

  • Model Type: LoRA (Low-Rank Adaptation) for Image Generation
  • Base Model: FLUX.1-schnell
  • Training Method: Dreambooth LoRA
  • Description: [Briefly describe what your LoRA is trained on—e.g., a specific style, character, or aesthetic.]

Usage

You can use this model with the diffusers library:

from diffusers import DiffusionPipeline
import torch

# Load the base model
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-schnell", torch_dtype=torch.bfloat16)
pipe.to("cuda")

# Load your LoRA
pipe.load_lora_weights("kiel2/KielForge-fast")

# Generate
prompt = "a high quality photo of [your subject]"
image = pipe(prompt, num_inference_steps=20, guidance_scale=3.5).images[0]
image.save("output.png")
Downloads last month
27
GGUF
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

Inference Providers NEW

Model tree for kiel2/KielForge-fast

Adapter
(278)
this model