This a an fp16 variant of Proteus V0.3 https://huggingface.co/dataautogpt3/ProteusV0.3 currently under the gpl-v3 licence.
simply created by
import torch
from diffusers import DiffusionPipeline
pipeline = DiffusionPipeline.from_pretrained("dataautogpt3/ProteusV0.3", torch_dtype=torch.float16)
pipeline.save_pretrained('fp16_ProteusV0.3', safe_serialization=True, variant='fp16')
See the original model for details.
The fp32 version of the model, even when converted to fp16 when loading, uses up to much RAM hence my need for this version.
Dave
- Downloads last month
- 8
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.