Text-to-Image
Diffusers
English
360
360°
360-degree
360-image
equirectangular
equirectangular-projection
image-generation
Instructions to use ProGamerGov/qwen-360-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ProGamerGov/qwen-360-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ProGamerGov/qwen-360-diffusion", 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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -51,10 +51,9 @@ Training was first performed using nf4 quantization for 32 epochs (8 epochs coun
|
|
| 51 |
Training then continued at int8 quantization for another 16 epochs (4 epochs counting the original + augmentations as a single epoch):
|
| 52 |
- `qwen-360-diffusion-int8-bf16-v1.safetensors` was trained for a total of 48 epochs (2,304,000 steps)
|
| 53 |
|
| 54 |
-
Training continued
|
| 55 |
- The total number of equirectangular images increased to 35k, and regularization images were removed from the dataset.
|
| 56 |
-
-
|
| 57 |
-
- `qwen-360-diffusion-2512-int8-bf16-v2.safetensors` was trained for x epochs
|
| 58 |
|
| 59 |
---
|
| 60 |
|
|
|
|
| 51 |
Training then continued at int8 quantization for another 16 epochs (4 epochs counting the original + augmentations as a single epoch):
|
| 52 |
- `qwen-360-diffusion-int8-bf16-v1.safetensors` was trained for a total of 48 epochs (2,304,000 steps)
|
| 53 |
|
| 54 |
+
Training then continued on [Qwen/Qwen-Image-2512](https://huggingface.co/Qwen/Qwen-Image-2512) at int8 quantization for another 14 epochs on (3.5 epochs counting the original + augmentations as a single epoch):
|
| 55 |
- The total number of equirectangular images increased to 35k, and regularization images were removed from the dataset.
|
| 56 |
+
- `qwen-360-diffusion-2512-int8-bf16-v2.safetensors` was trained for 62 epochs (2,794,000 steps)
|
|
|
|
| 57 |
|
| 58 |
---
|
| 59 |
|