Instructions to use NoCrypt/SomethingV2_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NoCrypt/SomethingV2_2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("NoCrypt/SomethingV2_2", dtype=torch.bfloat16, device_map="cuda") prompt = "masterpiece, masterpiece, masterpiece, best quality, ultra-detailed, 1girl, hatsune miku, blue hair, upper body, looking at viewer, ?, negative space, bioluminescence, bioluminescence, bioluminescence, darkness, wind, butterfly, black background, portrait, ice" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
civitai validation
Browse files
README.md
CHANGED
|
@@ -131,4 +131,6 @@ Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 1334620477, Size: 440x5
|
|
| 131 |
|
| 132 |
|
| 133 |
## Why not call it SomethingV4?
|
| 134 |
-
Since this model was based on SomethingV2 and there's not THAT much of improvements in some condition. Calling it V4 is just not right at the moment 😅
|
|
|
|
|
|
|
|
|
| 131 |
|
| 132 |
|
| 133 |
## Why not call it SomethingV4?
|
| 134 |
+
Since this model was based on SomethingV2 and there's not THAT much of improvements in some condition. Calling it V4 is just not right at the moment 😅
|
| 135 |
+
|
| 136 |
+
I am NoCrypt
|