Instructions to use Mitsua/vroid-diffusion-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Mitsua/vroid-diffusion-test with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Mitsua/vroid-diffusion-test", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,10 +43,10 @@ Any deployed use case of the model.
|
|
| 43 |
|
| 44 |
## Training Details
|
| 45 |
|
| 46 |
-
Trained resolution : 256x256
|
| 47 |
-
Batch Size : 48
|
| 48 |
-
Steps : 45k
|
| 49 |
-
LR : 1e-5 with warmup 1000 steps
|
| 50 |
|
| 51 |
### Training Data
|
| 52 |
|
|
|
|
| 43 |
|
| 44 |
## Training Details
|
| 45 |
|
| 46 |
+
- Trained resolution : 256x256
|
| 47 |
+
- Batch Size : 48
|
| 48 |
+
- Steps : 45k
|
| 49 |
+
- LR : 1e-5 with warmup 1000 steps
|
| 50 |
|
| 51 |
### Training Data
|
| 52 |
|