Instructions to use cat666/VToooo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cat666/VToooo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cat666/VToooo", 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
|
@@ -11,7 +11,9 @@ inference: true
|
|
| 11 |
---
|
| 12 |
|
| 13 |
I used nearly 200,000 data for training, learning_rate 5e-6, training with a6000x1, epoch 10, because I am too busy recently, I should not be able to actively do it, and the funds are slightly insufficient
|
| 14 |
-
,Forget it, I'm overtraining, take it as an interesting model,(Warning: above 768x832 is recommended, I found that the results below seem to be less than ideal
|
|
|
|
|
|
|
| 15 |
|
| 16 |
Will be uploading actively in the near future
|
| 17 |
If you need my help or have better suggestions, come to [Discord server](https://discord.gg/BHb4HvTc6t)
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
I used nearly 200,000 data for training, learning_rate 5e-6, training with a6000x1, epoch 10, because I am too busy recently, I should not be able to actively do it, and the funds are slightly insufficient
|
| 14 |
+
,Forget it, I'm overtraining, take it as an interesting model,(Warning: above 768x832 is recommended, I found that the results below seem to be less than ideal)
|
| 15 |
+
|
| 16 |
+
(It's not finished yet, this is just an early version
|
| 17 |
|
| 18 |
Will be uploading actively in the near future
|
| 19 |
If you need my help or have better suggestions, come to [Discord server](https://discord.gg/BHb4HvTc6t)
|