Edit model card

HuMeow [FLUX]

Prompt
Rick Sanchez HuMeow
Prompt
The HuMeow girl with a pearl earring
Prompt
American gothic HuMeow
Prompt
A socially awkward potato HuMeow

(CivitAI)

Model description

As you all know, there are not enough cat images on the internet.

This is HuMeow (Human + Meow): A FLUX LoRA which was designed to solve this problem by generating human(oid) cats as well as getting random cats to appear in scenes where the trigger word 'HuMeow' is used.

There are also SDXL and SDv1.5 versions of this LoRA

The training dataset is available for download

Trigger words

You should use HuMeow to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Use it with the 🧨 diffusers library

from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('Norod78/humeow-flux', weight_name='HuMeow_FLUX.safetensors')
image = pipeline('`HuMeow`').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers

Downloads last month
2,710
Inference API
Examples

Model tree for Norod78/humeow-flux

Adapter
this model