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
|
@@ -22,6 +22,10 @@ widget:
|
|
| 22 |
example_title: example 1boy
|
| 23 |
library_name: diffusers
|
| 24 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
[](https://huggingface.co/spaces/NoCrypt/SomethingV2)
|
| 26 |
<center><img src="https://huggingface.co/NoCrypt/SomethingV2/resolve/main/imgs/banner.webp" width="95%"/></center>
|
| 27 |
<center><h1><b>SomethingV2</b></h1></center>
|
|
|
|
| 22 |
example_title: example 1boy
|
| 23 |
library_name: diffusers
|
| 24 |
---
|
| 25 |
+
|
| 26 |
+
<h1>Introducing SomethingV2.2, An updated version of this model, can be found [here](https://huggingface.co/NoCrypt/SomethingV2_2)</h1>
|
| 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>
|
| 31 |
<center><h1><b>SomethingV2</b></h1></center>
|