How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("ModernNoob/Deyui_Model", dtype=torch.bfloat16, device_map="cuda")

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

Model Card for Model ID

This modelcard aims to be a base template for new models. It has been generated using this raw template.

Model Details

This model is developed based on anything-v4.0 stable diffusion with lora embedding. I trained this based on the art style by xdeyuix on Pixiv. A safetensors version of this model is available in the main file. If you are downloading this model on your local machine, please use it responsibly.

Model Description

  • Developed by: ModernNoob
  • Model type: Stable Diffusion
  • License: artistic-2.0
  • Finetuned from model [optional]: anything-v4.0

Model Sources [optional]

Downloads last month
25
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support