Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
cyberpunk
anime
stable-diffusion
aiart
TPU
Instructions to use AdamOswald1/Cyberpunk-Anime-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AdamOswald1/Cyberpunk-Anime-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("AdamOswald1/Cyberpunk-Anime-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 Settings
- Draw Things
- DiffusionBee
Commit ·
ccfa96a
1
Parent(s): b2672f2
Upload 2 files
Browse files
vae/diffusion_flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c273320ae68c9c1c6bc20fe22a7516c7e598a3fcab42ea010c7eeb77f1b7d070
|
| 3 |
+
size 334623853
|
vae/diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8cf5b49d164db18a485d392b2d9a9b4e3636d70613cb756d2e1bc460dd13161
|
| 3 |
+
size 334707217
|