goodguy1963 / good-sdxl-models-plus-loras

BROKEN - DO NOT USE!

  • Public
  • 184 runs
  • L40S
  • Weights

Input

integer

Random seed. Leave blank to randomize the seed

Including prompt and 13 more...
string
Shift + Return to add a new line

Input prompt

string
Shift + Return to add a new line

Specify things to not see in the output

Default: "worst quality, low quality, normal quality, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, mutated, deformed, distorted, disfigured, body horror, watermark, text, meme, bad proportions, cropped head, out of frame, cut off, ugly, duplicate, mutilated, mutation, disgusting, bad anatomy, bad hands, three hands, three legs, bad feet, three feet"

file

Input image for img2img or inpaint mode

file

Input mask for inpaint mode. Black areas will be preserved, white areas will be inpainted.

integer

Width of output image

Default: 768

integer

Height of output image

Default: 768

integer
(minimum: 1, maximum: 500)

Number of denoising steps

Default: 30

number
(minimum: 1, maximum: 20)

Scale for classifier-free guidance

Default: 7.5

number
(minimum: 0, maximum: 1)

Prompt strength when using init image. 1.0 corresponds to full destruction of information in init image

Default: 0.8

string

Choose which model to use

Default: "realvisxl_v50_sg161222"

string

Select a LoRA or LoRA combination to apply

Default: "none"

number
(minimum: 0.5, maximum: 3)

LoRA weight (higher values increase effect strength)

Default: 0.8

string

Choose a sampler

Default: "DPMSolverMultistep"

string

Choose a scheduler type

Default: "default"

Output

output
Generated in

This example was created by a different version, goodguy1963/good-sdxl-models-plus-loras:2ae06df1.

Run time and cost

This model costs approximately $0.0079 to run on Replicate, or 126 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on Nvidia L40S GPU hardware. Predictions typically complete within 9 seconds. The predict time for this model varies significantly based on the inputs.

Readme

SDXL Model Collection for Replicate

This repository contains a collection of high-quality SDXL models and LoRAs for image generation, optimized for deployment on Replicate.

Models Included

  • RealVisXL V5.0 by SG_161222
  • Real Dream (SDXL 5) by sinatra
  • AlbedoBase XL (3.1-Large)
  • Realism Engine SDXL by razzz
  • CyberRealistic XL by Cyberdelia

LoRAs Included

  • Detail Tweaker XL (1.0) by w4r10ck
  • Extremely Detailed (no trigger) by ntc
  • DetailedEyes XL (3.0) by bdsqlsz

Model Sources

All models and LoRAs are hosted on Hugging Face at: https://huggingface.co/hofixD/good-sdxl-models-plus-loras

Setup and Usage

The models and LoRAs will be automatically downloaded when building the container or can be manually downloaded using:

python script/download-weights

System Requirements

  • CUDA-capable GPU with at least 12GB VRAM
  • Python 3.11
  • See requirements.txt for Python package dependencies

Features

  • Text-to-Image Generation
  • Image-to-Image Processing
  • Inpainting
  • Multiple Sampling Methods
  • LoRA Support
  • Resolution Control
  • Seed Control for Reproducibility

Parameters

  • prompt: Input prompt for image generation
  • negative_prompt: Things to avoid in the generated image
  • image: Input image for img2img or inpainting
  • mask: Mask image for inpainting
  • width: Output image width (128-2048)
  • height: Output image height (128-2048)
  • num_inference_steps: Number of denoising steps (1-500)
  • guidance_scale: Scale for classifier-free guidance (1-20)
  • prompt_strength: Strength of prompt when using init image (0-1)
  • model_name: Choose from available SDXL models
  • lora_selection: Available LoRA options
  • lora_weight: LoRA effect strength (0.5-3.0)
  • sampler: Choice of different sampling methods
  • scheduler_type: Type of scheduler to use
  • seed: Random seed for reproducibility

Credits

Thanks to all model creators for their amazing work: - SG_161222 (RealVisXL) - sinatra (Real Dream) - AlbedoBase Team - razzz (Realism Engine) - Cyberdelia (CyberRealistic) - w4r10ck (Detail Tweaker XL) - ntc/sliders.ntcai.xyz (Extremely Detailed) - bdsqlsz (DetailedEyes)