Instructions to use artificialguybr/freedom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/freedom with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("artificialguybr/freedom", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
9f1b059
1
Parent(s): 71dc279
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,7 @@ If you like the model and think it's worth it, you can make a donation to my Pat
|
|
| 22 |
Patreon:https://www.patreon.com/user?u=81570187
|
| 23 |
Ko-fi:https://ko-fi.com/jvkape
|
| 24 |
I want to give a huge thanks to the people who helped me these past three months:
|
| 25 |
-
Mousewrites,
|
| 26 |
|
| 27 |
-
|
|
|
|
|
|
| 22 |
Patreon:https://www.patreon.com/user?u=81570187
|
| 23 |
Ko-fi:https://ko-fi.com/jvkape
|
| 24 |
I want to give a huge thanks to the people who helped me these past three months:
|
| 25 |
+
Mousewrites, PeePa, Kaz, Queria Star Morta, theovercomer8, Nawnie, Freon, Kohya.
|
| 26 |
|
| 27 |
+
Follow me on Twitter to have acess before for the future models:
|
| 28 |
+
https://twitter.com/artificialguybr
|