Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
stablediffusionapi.com
stable-diffusion-api
ultra-realistic
Instructions to use Winboy/Geneva41 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Winboy/Geneva41 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Winboy/Geneva41", 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
Upload folder using huggingface_hub
Browse files- vae/config.json +1 -1
vae/config.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
| 23 |
"layers_per_block": 2,
|
| 24 |
"norm_num_groups": 32,
|
| 25 |
"out_channels": 3,
|
| 26 |
-
"sample_size":
|
| 27 |
"scaling_factor": 0.13025,
|
| 28 |
"shift_factor": null,
|
| 29 |
"up_block_types": [
|
|
|
|
| 23 |
"layers_per_block": 2,
|
| 24 |
"norm_num_groups": 32,
|
| 25 |
"out_channels": 3,
|
| 26 |
+
"sample_size": 512,
|
| 27 |
"scaling_factor": 0.13025,
|
| 28 |
"shift_factor": null,
|
| 29 |
"up_block_types": [
|