Instructions to use applesauce33/definedmuscle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use applesauce33/definedmuscle with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SulphurAI/Sulphur-2-base", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("applesauce33/definedmuscle") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
Defined_Muscle.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc4166001b7d02c320d962c4ae1a0d4810a8558cb74482665b5b0fd74d60a612
|
| 3 |
+
size 1107655568
|
images/Screenshot 2026-07-21 at 10.28.45 AM.png
ADDED
|
Git LFS Details
|