Instructions to use ShadoWxShinigamI/headsize_fix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ShadoWxShinigamI/headsize_fix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("undefined", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ShadoWxShinigamI/headsize_fix") prompt = "The input image has characters where the headsize does not match the body proportions, fix it." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add headsize_fix.safetensors
Browse files- headsize_fix.safetensors +3 -0
headsize_fix.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4dacf395ecfdb288fd53c4411a233034037b425821672e8def172a3c84ffbddc
|
| 3 |
+
size 126670920
|