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
Tips for getting better hands?
#3
by MapleSenpai - opened
Hi, I'm a beginner and I keep getting malformed fingers or fused fingers. Any tips to it better?
Prompt: masterpiece, best quality, (1girl:1.4), city, outdoors, sitting, (night:1.2)
Negative Prompt: EasyNegative, (bad hands:2.0), (malformed:1.2), (disfigured:1.2), (mutation:1.5), (deformed:1.5), (extra fingers:1.2), (long fingers:1.2), (jpeg artifacts:1.5), missing fingers, extra hands, (fused fingers:1.2), (webbed fingers:1.2), pointy fingers, (mutated hands:1.1), morbid, mutilated, poorly drawn hands, extra legs
Try decreasing the EasyNegative, and increase the resolution maybe