Text-to-Image
Diffusers
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
NoAI
AntiAI
Instructions to use yasakoko/NoAI-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use yasakoko/NoAI-Diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("yasakoko/NoAI-Diffusion", 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
Update: v1.2
Browse files
NoAI-Diffusion-v1-1.ckpt → models/NoAI-Diffusion-v1-1.ckpt
RENAMED
|
File without changes
|
models/NoAI-Diffusion-v1-2.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07db3278ea44c0a3464c4c3a1b110463efe2c32887ec75bf81986a98bda2d75d
|
| 3 |
+
size 4265341898
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438375973
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce0b930631052e9aa1f7a33d13c886e3f0cb8cce2b25f77e39930fa20de4f5fa
|
| 3 |
size 3438375973
|