custom-diffusion icon indicating copy to clipboard operation
custom-diffusion copied to clipboard

Custom Diffusion: Multi-Concept Customization of Text-to-Image Diffusion (CVPR 2023)

Results 53 custom-diffusion issues
Sort by recently updated
recently updated
newest added

Can this run on free google colab? What is the minimum required VRAM? Any google colab notebook available? I have recently a made a tutorial for stable diffusion 1.5 and...

**ENV:** torch 1.11.0+cu113 torchvision 0.12.0+cu113 diffusers 0.11.1 transformers 4.25.0 Traceback (most recent call last): File "src/diffuser_training.py", line 1252, in main(args) File "src/diffuser_training.py", line 1152, in main model_pred = unet(noisy_latents, timesteps,...

Hi, which caption did you use for fine-tuning on human faces? Did you use "human face" or something else?

I am getting this error both through the main repo and the gradio one, trying out 1.4,1.5,2.1 SD versions as well ```15276 163 Connection refused by the server.. 19109 164...

I had a problem trying to use joint training: File "/data/disk1/sxtang/anaconda3/envs/pytorch1.13.0/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char...

I am using the notebook given #54 When I run the loading part: ```python ldm_stable.load_model('/content/drive/MyDrive/diffusion/logs/.bin') ``` Returns this: ``` --------------------------------------------------------------------------- KeyError Traceback (most recent call last) [](https://localhost:8080/#) in () 9...

In the retreieve.py file, "https://knn.laion.ai/knn-service" is not found. Is there any body who knows alternative links?

I encounter the following error when trying to retrieve the real image using the Python script in the project. ![image](https://github.com/adobe-research/custom-diffusion/assets/106733353/e081c578-93ee-45f3-984a-e149654b091d) Can someone help me to resolve this?