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
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ tags:
|
|
| 6 |
- safetensors
|
| 7 |
- diffusers
|
| 8 |
inference: true
|
|
|
|
|
|
|
| 9 |
language:
|
| 10 |
- en
|
| 11 |
widget:
|
|
|
|
| 6 |
- safetensors
|
| 7 |
- diffusers
|
| 8 |
inference: true
|
| 9 |
+
thumbnail: >-
|
| 10 |
+
https://huggingface.co/NoCrypt/SomethingV2_2/resolve/main/images/00032-3452449180-masterpiece%2C%20best%20quality%2C%20ultra-detailed%2C%202girls%2C%20upper%20body%2C%20looking%20at%20viewer%2C%20_%2C%20negative%20space%2C%20(bioluminescence_1.2)%2C%20dark.png
|
| 11 |
language:
|
| 12 |
- en
|
| 13 |
widget:
|