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
Commit ·
0ef85ac
1
Parent(s): b4ff4b2
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ This modelcard aims to be a base template for new models. It has been generated
|
|
| 15 |
|
| 16 |
## Model Details
|
| 17 |
|
| 18 |
-
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, then please use it responsibly.
|
| 19 |
|
| 20 |
### Model Description
|
| 21 |
|
|
|
|
| 15 |
|
| 16 |
## Model Details
|
| 17 |
|
| 18 |
+
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, then please use it **responsibly**.
|
| 19 |
|
| 20 |
### Model Description
|
| 21 |
|