Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Illustration
Midjourney
LONGD
s6yx
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/3DRendering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/3DRendering with Diffusers:
pip install -U diffusers transformers accelerate
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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
- 22

