Instructions to use ManyWayne/CHUBBY with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ManyWayne/CHUBBY with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ManyWayne/CHUBBY") prompt = "ch8by9 puffer, puffy texture, puffer effect, beautiful fashion 1 model, dressed in black puffer oversize hoodie suit, in big black boots, black beckground, " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 4 files
Browse files- CHUBBY-by-MANY-WAYNE.safetensors +3 -0
- images/01.jpg +3 -0
- images/02.jpg +3 -0
- images/03.jpg +3 -0
CHUBBY-by-MANY-WAYNE.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e835524265cc05c264e48b1c65237b74b933bd42524f6df5361c7856ad9e073
|
| 3 |
+
size 39769184
|
images/01.jpg
ADDED
|
Git LFS Details
|
images/02.jpg
ADDED
|
Git LFS Details
|
images/03.jpg
ADDED
|
Git LFS Details
|