pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("gsdf/Counterfeit-V2.5", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Royia12/Any_cemar")
prompt = "-"
image = pipe(prompt).images[0]Any

- Prompt
- -
Model description
No es mio
Trigger words
You should use Blue hair to trigger the image generation.
You should use long hair to trigger the image generation.
You should use anycemar to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 1
Model tree for Royia12/Any_cemar
Base model
gsdf/Counterfeit-V2.5
# Gated model: Login with a HF token with gated access permission hf auth login