Instructions to use peterface/ThinkClearly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use peterface/ThinkClearly with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("FreedomIntelligence/Janus-4o-7B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("peterface/ThinkClearly") prompt = "Make the sea shell red" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee