Instructions to use SG161222/RealVisXL_V4.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SG161222/RealVisXL_V4.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SG161222/RealVisXL_V4.0", 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
Next version will be for Stable Diffusion 3.0?
Hello,
Firstly I am a very big fan of your model, the best photorealistic one I have come across thusfar!
I am more of a hobbyist category use and render a few hours every other day. I wanted to know if there will be a RealVisXL v5.0 on existing sdxl 2.1 or will you just release the next version for SD 3.0?
Thank you for your time and efforts : )
Hi! Thank you so much! I think RealVis on SD 3.0 base is my next goal (if I can train the model locally).
Hi! Thank you so much! I think RealVis on SD 3.0 base is my next goal (if I can train the model locally).
Thank you for the response. I hope it will be possible.
Looking forward to the next iteration : )
Hi! Thank you so much! I think RealVis on SD 3.0 base is my next goal (if I can train the model locally).
Sorry I forgot to ask earlier,
How long after Stable Diffusion 3.0 comes out can one expect RealVis on 3.0?
Thanks again.
Hi! Thank you so much! I think RealVis on SD 3.0 base is my next goal (if I can train the model locally).
Sorry I forgot to ask earlier,
How long after Stable Diffusion 3.0 comes out can one expect RealVis on 3.0?Thanks again.
It all depends on the training time based on SD3.0.
For example to train 20 images on SD1.5 it takes me about 16 minutes. To train 20 images on SDXL - 70 minutes.
As soon as I can start training on SD3.0 I can make some prediction.
Hi! Thank you so much! I think RealVis on SD 3.0 base is my next goal (if I can train the model locally).
Sorry I forgot to ask earlier,
How long after Stable Diffusion 3.0 comes out can one expect RealVis on 3.0?Thanks again.
It all depends on the training time based on SD3.0.
For example to train 20 images on SD1.5 it takes me about 16 minutes. To train 20 images on SDXL - 70 minutes.
As soon as I can start training on SD3.0 I can make some prediction.
I see. Thanks for the explanation.
It looks like it will be many months regardless. Looking forward to it :)