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
|
@@ -23,8 +23,9 @@ widget:
|
|
| 23 |
library_name: diffusers
|
| 24 |
---
|
| 25 |
|
| 26 |
-
|
| 27 |
|
|
|
|
| 28 |
|
| 29 |
[](https://huggingface.co/spaces/NoCrypt/SomethingV2)
|
| 30 |
<center><img src="https://huggingface.co/NoCrypt/SomethingV2/resolve/main/imgs/banner.webp" width="95%"/></center>
|
|
|
|
| 23 |
library_name: diffusers
|
| 24 |
---
|
| 25 |
|
| 26 |
+
## Introducing SomethingV2.2, An updated version of this model, can be found [here](https://huggingface.co/NoCrypt/SomethingV2_2)
|
| 27 |
|
| 28 |
+
---
|
| 29 |
|
| 30 |
[](https://huggingface.co/spaces/NoCrypt/SomethingV2)
|
| 31 |
<center><img src="https://huggingface.co/NoCrypt/SomethingV2/resolve/main/imgs/banner.webp" width="95%"/></center>
|