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
|
@@ -11,9 +11,23 @@ language:
|
|
| 11 |
library_name: diffusers
|
| 12 |
---
|
| 13 |
|
| 14 |
-

|
| 15 |
-
|
| 16 |
<center>
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
</center>
|
|
|
|
| 11 |
library_name: diffusers
|
| 12 |
---
|
| 13 |
|
|
|
|
|
|
|
| 14 |
<center>
|
| 15 |
+
|
| 16 |
+
<img src="https://huggingface.co/NoCrypt/SomethingV2_2/resolve/main/images/Artboard%201.png"/>
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
<h1 style="font-size:1.6rem;">
|
| 20 |
+
<b>
|
| 21 |
+
Somethingv2.2
|
| 22 |
+
</b>
|
| 23 |
+
</h1>
|
| 24 |
+
|
| 25 |
+
<p>
|
| 26 |
+
Welcome to Somethingv2.2 - an improved anime latent diffusion model from <a href="https://huggingface.co/NoCrypt/SomethingV2">SomethingV2</a>
|
| 27 |
+
|
| 28 |
+
A lot of things are being discovered lately, such as a way to merge model using mbw automatically, offset noise to get much darker result, and even VAE tuning. This model is intended to use all of those features as the improvements, here's some improvements that have been made:
|
| 29 |
+
</p>
|
| 30 |
+
|
| 31 |
+
<img src="https://huggingface.co/NoCrypt/SomethingV2_2/resolve/main/images/Artboard%202.png"/>
|
| 32 |
+
|
| 33 |
</center>
|