Instructions to use AlekseyCalvin/ACTsoonr_FluxIdentityModelVar4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlekseyCalvin/ACTsoonr_FluxIdentityModelVar4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AlekseyCalvin/ACTsoonr_FluxIdentityModelVar4") prompt = "photo of ACTsoonr the skeleton stylist..." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
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
- 4
Model tree for AlekseyCalvin/ACTsoonr_FluxIdentityModelVar4
Base model
black-forest-labs/FLUX.1-dev