Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Illustration
Midjourney
LONGD
s6yx
stable-diffusion
stable-diffusion-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/3DRendering", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]3DRendering
ReVAnimated with the 3DMM V3 LoRA merged in. It uses the MoistMixV2VAE.
Samples and prompt:
yakuza, β¨, a beautiful detailed painting of a still life of fruit and Cartoon Pretty CUTE LITTLE Girl, beautiful detailed legs, flowers in a basket, DETAILED CHIBI EYES, artgerm, Terry moore, james jean, visible brushstrokes, Iconic, gorgeous detailed hair, Magazine ad, detailed fruitcake, 1949, sharp focus
Original pages:
https://civitai.com/models/73756?modelVersionId=78564 (3DMM LoRA)
https://civitai.com/models/7371?modelVersionId=8665 (ReVAnimated)
- Downloads last month
- 21

