CoolFace
Modelpublic

Keltezaa/rachael-leigh-cook-2000s-flux

sourceHugging Faceotherupdated 2y agoView on Hugging Face
0likes45downloads
Model Card

๐Ÿ‘‘ Rachael Leigh Cook (2000s)(Flux) ๐ŸŽฌ

<Gallery />

(CivitAI)

Model description

<h1 id="*-if-you-love-it-like-it!--j86xw6qjv">๐Ÿ‘ <span style="color:rgb(64, 192, 87)"></span> <strong><em><span style="color:rgb(34, 139, 230)">If you love it, like it!</span></em></strong> <span style="color:rgb(64, 192, 87)">*</span>๐Ÿ‘</h1><p><em>workflow: </em><a target="_blank" rel="ugc" href="https://civitai.com/models/1088678"><em>https://civitai.com/models/1088678</em></a></p><h1 id="rachael-leigh-cook-(2000s)-rk431afk5">๐Ÿ‘‘ <span style="color:#7950f2">Rachael Leigh Cook</span><span style="color:rgb(121, 80, 242)"> (</span><span style="color:#228be6">2000s</span><span style="color:rgb(121, 80, 242)">)</span>๐ŸŽฌ</h1><p><strong>About my celebrities loras</strong><br />90% of the dataset used to build my loras only use head images. That really help the blend with other lora or model as there is no hands, feet, that may or will interfere in the final image render. When you get distorted hands with a person lora, it's because there is info on hands in the dataset used to train the lora, but that will not happen with my loras.</p><p>I've trained on Flux.1 Dev so other merged or trained checkpoint may not work well with my loras.</p><p>The drawback side of that is that the body may not be reflecting the reality. It may not be a drawback tho.</p><p></p><p>This is a lora for Flux.1 Dev. Work with other model but you must drop some simple bloc (good start 19-32).</p><p>Trained with ai-toolkit, so merging it is not easy.</p><p></p><p><strong>To get the best result</strong></p><p><em>Guidance: </em><strong><em>2.2-3</em></strong></p><p><em>Steps (dev): </em><strong><em>30-40</em></strong></p><p><em>daemon detailer (lying sigma sampler): factor: -0.02, start 0.06, end 0.75</em></p><p><em>Resolution: </em><strong><em>Upscale the latent by 1.25 or 1.5</em></strong><em> you'll get awsome result. (take longer time but worth it)</em></p><p><em>Trigger word is (may work better in certain context): </em><strong><em>ohwx</em></strong></p><p></p><p>Enjoy!</p>

Trigger words

You should use ohwx 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

py
from diffusers import AutoPipelineForText2Image
import torch

device = "cuda" if torch.cuda.is_available() else "cpu"

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Keltezaa/rachael-leigh-cook-2000s-flux', weight_name='RachaelLeighCook_flux_lora_v1.safetensors')
image = pipeline('Breathtaking medium shot photography of ohwx, (Halter neck top with open back and floral embroidery:1.3) , mystical Vale of Avalon,style by Miwa Komatsu,soft lighting, upper body shot, collarbone, smile, (upper body framing:1.3), bare shoulder, detailed texture quality wool top, simple black choker, sensual lips, eyelashes, (entirely visible beautiful hairstyle:1.2), fine hair detail, perfect eyes, iris pattern, eyes makeup, (perfectly sharp:1.3), (head to shoulders composition:1.4), realistic textures, (deep focus:1.1), negative space around subject, 8k uhd, dslr, ultra high quality image, film grain, Fujifilm XT3').images[0]

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