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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
thumbnail: >-
|
| 4 |
-
https://huggingface.co/NoCrypt/SomethingV2_2/resolve/main/images/
|
| 5 |
tags:
|
| 6 |
- stable-diffusion
|
| 7 |
- text-to-image
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
thumbnail: >-
|
| 4 |
+
https://huggingface.co/NoCrypt/SomethingV2_2/resolve/main/images/thumbnail.webp
|
| 5 |
tags:
|
| 6 |
- stable-diffusion
|
| 7 |
- text-to-image
|