Cozi Zuehlsdorff Flux Model

- Prompt
- -

- Prompt
- -

- Prompt
- -

- Prompt
- -
Model description
Cozi Noelle Zuehlsdorff, born August 3, 1998, in Mission Viejo, CA, is an American actress and recording artist, best known for her role as Hazel Haskett in the movie "Dolphin Tale" (2011) and its sequel, "Dolphin Tale 2" (2014). She also starred in the films "Pure Country: Pure Heart" (2017) and "Freaky Friday" (2018), and appeared on television series such "Mighty Med," "KC Undercover," and "Liv and Maddie." Interestingly, Zuehlsdorff was originally a main cast member on the latter show before it was retooled and her part was cut; she later made guest appearances in two episodes as a different character. In November 2014, her song "Brave Souls" was featured on the "Dolphin Tale 2" soundtrack, and she released her debut EP, "Originals." Zuehlsdorff has also collaborated with many artists, including Hellberg on the track "The Girl."
Trigger words
You should use coziz
to trigger the image generation.
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('mmaluchnick/cozi-zuehlsdorff-flux-model', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 29
Model tree for mmaluchnick/cozi-zuehlsdorff-flux-model
Base model
black-forest-labs/FLUX.1-dev