Instructions to use redhamohamed/Mimo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use redhamohamed/Mimo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("openai-community/gpt2", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("redhamohamed/Mimo") prompt = "prompt = \"\"\" Créer un script Python pour renommer tous les fichiers .txt en majuscules dans /Documents. Le script doit être sûr, efficace et lisible. \"\"\"" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files- adapter_model.safetensors +3 -0
- images/Mimo.png +3 -0
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:033940b50c94d4ecc947f40766a04e1e2f7c86c1fe19c0c68c105f2ca7fba0f4
|
| 3 |
+
size 1182680
|
images/Mimo.png
ADDED
|
Git LFS Details
|