How to use from the
Use from the
Diffusers library
# Gated model: Login with a HF token with gated access permission
hf auth login
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Jersonm89/SD2.1_Avatar", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Update of James Cameron's Avatar Movie Model, with Stable Diffusion 2.1. This model can generate the faces of the people indicated in the prompt with avatar features.

Sample images Will Smith: prompt= photorealistic headshot of Will Smith, avatar style

output Samples v3

Sample images Angelina Jolie: prompt= photorealistic headshot of Angelina Jolie, avatar style

output Samples v3

Sample images Mila Kunis: prompt= photorealistic headshot of Mila Kunis, avatar style

output Samples v3

Sample images Jenna Ortega: prompt= photorealistic headshot of Jenna Ortega, avatar style

output Samples v3

A standard negative prompt was used Negative Prompt: blender, cropped, lowres, poorly drawn face, out of frame, poorly drawn hands, blurry, bad art, blurred, text, watermark, disfigured, deformed, closed eyes : -2

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Jersonm89/SD2.1_Avatar 3