Aleksay Calvin / actSOON® Identity Model IV
|||| By SilverAgePoets.com ||||
Another Low-Rank Adapter (LoRA) for FLUX-family models...
Intended to produce a character based on the weirdo likeness of our selves, such as the person writing these words may sometimes appear (or even respond, if more seldomly).
We trained this to create content for conceptual animation projects (or/and silly text messages), but we welcome anyone to freely appropriate and exploit our appearance for any reason or purpose, for as long as it does not aim/profess to represent or to deliberately/directly impact/influence our personal or public life/person.

- Prompt
- photo of ACTsoonr the skeleton stylist...

- Prompt
- photo of ACTsoonr the skeleton stylist...
Prompt using:
photo of ACTsoonr the skeleton stylist, androgynous thin green-eyed tall person with a messy punky asymmetrical brown haircut long on one side and short on the other and sticking up on the top, textured skin with some blemishes and pores, fancy outfit, skinny pants, button-up shirt with tie or ascot
, etc...
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('AlekseyCalvin/ACTsoonr_FluxIdentityModelVar4')
image = pipeline('your prompt').images[0]
- Downloads last month
- 33
Model tree for AlekseyCalvin/ACTsoonr_FluxIdentityModelVar4
Base model
black-forest-labs/FLUX.1-dev