Instructions to use dataautogpt3/ProteusV0.4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/ProteusV0.4 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.4", dtype=torch.bfloat16, device_map="cuda") prompt = "3 fish in a fish tank wearing adorable outfits, best quality, hd" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
SIncere Question about Anime images & Copyright
#5
by wktra - opened
You said in the description: "it was fine-tuned using approximately 220,000 GPTV captioned images from copyright-free stock images (with some anime included)"
Just out of absolute sincere curiosity, did you use anime images that were copyright free? @dataautogpt3 @