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 ·
6d8763d
1
Parent(s): 9df98e4
Update feature_extractor/preprocessor_config.json
Browse files
feature_extractor/preprocessor_config.json
CHANGED
|
@@ -18,24 +18,3 @@
|
|
| 18 |
"resample": 3,
|
| 19 |
"size": 224
|
| 20 |
}
|
| 21 |
-
|
| 22 |
-
{
|
| 23 |
-
"crop_size": 224,
|
| 24 |
-
"do_center_crop": true,
|
| 25 |
-
"do_convert_rgb": true,
|
| 26 |
-
"do_normalize": true,
|
| 27 |
-
"do_resize": true,
|
| 28 |
-
"feature_extractor_type": "CLIPFeatureExtractor",
|
| 29 |
-
"image_mean": [
|
| 30 |
-
0.48145466,
|
| 31 |
-
0.4578275,
|
| 32 |
-
0.40821073
|
| 33 |
-
],
|
| 34 |
-
"image_std": [
|
| 35 |
-
0.26862954,
|
| 36 |
-
0.26130258,
|
| 37 |
-
0.27577711
|
| 38 |
-
],
|
| 39 |
-
"resample": 3,
|
| 40 |
-
"size": 224
|
| 41 |
-
}
|
|
|
|
| 18 |
"resample": 3,
|
| 19 |
"size": 224
|
| 20 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|