dataautogpt3
commited on
Commit
•
5db35d8
1
Parent(s):
40fae5a
Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ Exceptional generalization: With its unparalleled ability to adapt to an extensi
|
|
70 |
Efficient fine-tuning: The Mobius base model serves as a superior foundation for creating specialized models tailored to specific tasks or domains, requiring significantly less fine-tuning and computational resources compared to other state-of-the-art models.
|
71 |
|
72 |
|
73 |
-
#
|
74 |
|
75 |
- a CFG of either 3.5 to 7
|
76 |
- Requires a CLIP skip of -3
|
@@ -81,7 +81,8 @@ Efficient fine-tuning: The Mobius base model serves as a superior foundation for
|
|
81 |
please also consider using these keep words to improve your prompts: best quality, HD, '~*~aesthetic~*~'.
|
82 |
|
83 |
|
84 |
-
Use it with 🧨 diffusers
|
|
|
85 |
```
|
86 |
import torch
|
87 |
from diffusers import (
|
|
|
70 |
Efficient fine-tuning: The Mobius base model serves as a superior foundation for creating specialized models tailored to specific tasks or domains, requiring significantly less fine-tuning and computational resources compared to other state-of-the-art models.
|
71 |
|
72 |
|
73 |
+
# Recommendations
|
74 |
|
75 |
- a CFG of either 3.5 to 7
|
76 |
- Requires a CLIP skip of -3
|
|
|
81 |
please also consider using these keep words to improve your prompts: best quality, HD, '~*~aesthetic~*~'.
|
82 |
|
83 |
|
84 |
+
# Use it with 🧨 diffusers
|
85 |
+
|
86 |
```
|
87 |
import torch
|
88 |
from diffusers import (
|