Instructions to use NoCrypt/SomethingV2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NoCrypt/SomethingV2 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", dtype=torch.bfloat16, device_map="cuda") prompt = "masterpiece, best quality, 1girl, brown hair, green eyes, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -50,9 +50,12 @@ Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 3514023396, Size: 456x5
|
|
| 50 |
|
| 51 |
```
|
| 52 |
|
|
|
|
| 53 |
|
| 54 |
|
| 55 |
-
|
|
|
|
|
|
|
| 56 |
|
| 57 |
|
| 58 |
|
|
|
|
| 50 |
|
| 51 |
```
|
| 52 |
|
| 53 |
+
</details>
|
| 54 |
|
| 55 |
|
| 56 |
+
## FAQ
|
| 57 |
+
### Model differences?
|
| 58 |
+

|
| 59 |
|
| 60 |
|
| 61 |
|