ANIMA
Collection
3 items • Updated
How to use mustafac5/devilhs-style with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("circlestone-labs/Anima", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("mustafac5/devilhs-style")
prompt = "masterpiece, best quality, absurdres, highres, newest, score_9, lara croft, tomb raider, 1girl, lips, brown eyes, brown hair, long hair, single braid, large breasts, cleavage, cowboy shot. Lara Croft is standing with her hands down by her sides, she is in an ancient ruins deep inside a jungle, vines cover the intricate and dilapidated stone structures."
image = pipe(prompt).images[0]
It's not my model. I just uploaded it here.
Download them in the Files & versions tab.
Base model
nvidia/Cosmos-Predict2-2B-Text2Image