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
Upload 2 files
Browse files
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
imgs/00031-1769428138-masterpiece,[[:space:]]best[[:space:]]quality,[[:space:]]hatsune[[:space:]]miku,[[:space:]]1girl,[[:space:]]white[[:space:]]shirt,[[:space:]]blue[[:space:]]necktie,[[:space:]]bare[[:space:]]shoulders,[[:space:]]very[[:space:]]detailed[[:space:]]background,[[:space:]]hands[[:space:]]on[[:space:]]ow.png filter=lfs diff=lfs merge=lfs -text
|
| 36 |
imgs/xyz_grid-0003-4163886333-masterpiece,[[:space:]]hatsune[[:space:]]miku,[[:space:]]white[[:space:]]shirt,[[:space:]]blue[[:space:]]necktie,[[:space:]]bare[[:space:]]shoulders,[[:space:]]detached[[:space:]]sleeves,.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
imgs/00031-1769428138-masterpiece,[[:space:]]best[[:space:]]quality,[[:space:]]hatsune[[:space:]]miku,[[:space:]]1girl,[[:space:]]white[[:space:]]shirt,[[:space:]]blue[[:space:]]necktie,[[:space:]]bare[[:space:]]shoulders,[[:space:]]very[[:space:]]detailed[[:space:]]background,[[:space:]]hands[[:space:]]on[[:space:]]ow.png filter=lfs diff=lfs merge=lfs -text
|
| 36 |
imgs/xyz_grid-0003-4163886333-masterpiece,[[:space:]]hatsune[[:space:]]miku,[[:space:]]white[[:space:]]shirt,[[:space:]]blue[[:space:]]necktie,[[:space:]]bare[[:space:]]shoulders,[[:space:]]detached[[:space:]]sleeves,.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
imgs/00019-1334620477-masterpiece,[[:space:]]best[[:space:]]quality,[[:space:]]landscape.png filter=lfs diff=lfs merge=lfs -text
|
imgs/00018-4018636341-masterpiece, best quality, 1girl, aqua eyes, baseball cap, blonde hair, closed mouth, earrings, green background, hat, hoop earr.png
ADDED
|
imgs/00019-1334620477-masterpiece, best quality, landscape.png
ADDED
|
Git LFS Details
|