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
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,12 +33,9 @@ license: creativeml-openrail-m
|
|
| 33 |
|
| 34 |
## Model description
|
| 35 |
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
OMNIFLEX is your gateway to a system where you define the style.
|
| 40 |
-
Ready to take control? The link is below.
|
| 41 |
-
(COMING SOON)
|
| 42 |
|
| 43 |
In the meantime, you can look at my work.
|
| 44 |
https://www.artstation.com/manywayne
|
|
|
|
| 33 |
|
| 34 |
## Model description
|
| 35 |
|
| 36 |
+
Hi Bob,
|
| 37 |
+
I’ve trained a very interesting LORA with a chubby effect. If you enjoy this style as much as I do, I’m sure it will be a great addition to your LORA collection.
|
| 38 |
+
With love, Wayne
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
In the meantime, you can look at my work.
|
| 41 |
https://www.artstation.com/manywayne
|