How to use dataautogpt3/ProteusV0.3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dataautogpt3/ProteusV0.3", dtype=torch.bfloat16, device_map="cuda") prompt = "Anime full body portrait of a swordsman holding his weapon in front of him. He is facing the camera with a fierce look on his face. Anime key visual (best quality, HD, ~+~aesthetic~+~:1.2)" image = pipe(prompt).images[0]
Hi,
It is correct that this model is based on the stable diffusion model, right? i am looking for models that are NOT based on the stable diffusion model, that have a safety filter in place and that have an API service.
· Sign up or log in to comment