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 Settings
- Draw Things
- DiffusionBee
| license: bigscience-openrail-m | |
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| **Freedom.Redmond is here!** | |
| You can currently test it at this link thanks to the makeai.run API. | |
| https://huggingface.co/spaces/artificialguybr/freedom/ | |
| I'm grateful for the GPU time from **Redmond.AI** that allowed me to finish this model! | |
| **This is a generalist model fine-tuned on SD 2.1 768X with a focus on generating images in >1024x.** | |
| The model has a high capacity to generate realistic, artistic images, cars, people, and a wide variety of themes. It's a versatile model. | |
| This model will serve as the basis for a dozen models and LORAs that will come specialized in specific themes. | |
| I recommend testing some prompts with or without negative prompts as there are cases where the results are also interesting without negatives. | |
| I highly recommend DPM+ SDE/2M or 2M SDE settings with 30 Steps. In resolution above 768x. | |
| I really hope you like the model and use it. | |
| If you like the model and think it's worth it, you can make a donation to my Patreon or Ko-fi. | |
| --- | |
| ### π Website | |
| You can find more of my models, projects, and information on my official website: | |
| - **[artificialguy.com](https://artificialguy.com/)** | |
| ### π Prompt Hub | |
| Need high-quality prompts for image models and LLMs? Explore **[findgoodprompt.com](https://findgoodprompt.com)**. | |
| ### π Support My Work | |
| If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects. | |
| - **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187) | |
| - **Ko-fi:** [Buy me a Ko-fi](https://ko-fi.com/artificialguybr) | |
| - **Buy Me a Coffee:** [Buy me a Coffee](https://buymeacoffee.com/jvkape) | |
| <!-- artificialguybr-links:start --> | |
| ### Explore More | |
| Discover more of my models, projects, and practical AI resources: | |
| - **AI tools directory:** [JustGoodAI](https://justgoodai.com/) β a curated directory of useful AI tools. | |
| <!-- artificialguybr-links:end --> | |