Text-to-Image
Diffusers
Safetensors
English
stable-diffusion
stable-diffusion-diffusers
StableDiffusion
image-generation
SDXL
SDXLv1.0
StableDiffusionXLPipeline
Instructions to use nDimensional/NatVis-Natural-Vision-SDXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nDimensional/NatVis-Natural-Vision-SDXL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nDimensional/NatVis-Natural-Vision-SDXL", 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 Settings
- Draw Things
- DiffusionBee
Upload 2 files
Browse files
NaturalVision-epoch60.fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5152e9d73f37af362b240d80574353c4954776a6c1e24145ecdaccf4944cc9fe
|
| 3 |
+
size 6938040682
|
NaturalVision-epoch68.fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cdc1630bfc730f523213769164831b54accd2060691a6435d4ab97766521d52
|
| 3 |
+
size 6938041586
|