Instructions to use cyberdelia/CyberRealistic_Negative with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cyberdelia/CyberRealistic_Negative with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cyberdelia/CyberRealistic_Negative", 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 3 files
Browse files
CyberRealistic_Negative.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a1044f676739cc1749850f12a20e07eb4a45065b3dac7f1a4c841080f7471c6
|
| 3 |
+
size 197659
|
CyberRealistic_Negative_v2.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9106327ca4545486b98929bb1bc73147e5331b7339529d66ade5039f7493091
|
| 3 |
+
size 80932
|
CyberRealistic_Negative_v3.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cea22ec035332bdcdae5fc8fe427063dddfe3026ce66bf844484ca1436f5d61
|
| 3 |
+
size 56356
|