Text-to-Image
Diffusers
English
SDXL
mdnt-illus
3D-hybrid
anaglyph
photoreal
cinematic
ComfyUI
Automatic1111
Instructions to use MidnightRunner/MDNT_Illus_3D with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MidnightRunner/MDNT_Illus_3D with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MidnightRunner/MDNT_Illus_3D", dtype=torch.bfloat16, device_map="cuda") prompt = "(masterpiece), extremely aesthetic, newest, very vibrant colors, (ultra-HD), (cinematic lighting), (photorealistic), high detail, depth of field, best quality, absurdres, " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload mdnt_illus_3D_fp16_VAE.safetensors
Browse files
mdnt_illus_3D_fp16_VAE.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:921058f57163de9fcc13f3a2aa9545f3c42bab4d562eb443fbff549084333c43
|
| 3 |
+
size 6938400164
|