Instructions to use ModernNoob/Deyui_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ModernNoob/Deyui_Model with Diffusers:
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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